@skyux/code-examples 15.0.0-alpha.0 → 15.0.0-alpha.10
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.
|
@@ -10,10 +10,12 @@ import { SkyFilterItemModal, SkyFilterItemModalInstance, SkyFilterItemLookupSear
|
|
|
10
10
|
import { ITreeState, ITreeOptions } from '@blackbaud/angular-tree-component';
|
|
11
11
|
import { SkyAutonumericOptions } from '@skyux/autonumeric';
|
|
12
12
|
import { SkyFileItem, SkyFileAttachmentClick, SkyFileLink, SkyFileDropChange } from '@skyux/forms';
|
|
13
|
+
import { SkyChartBarSeriesValue } from '@skyux/charts';
|
|
13
14
|
import { SkyColorpickerOutput, SkyColorpickerMessage } from '@skyux/colorpicker';
|
|
14
15
|
import * as rxjs from 'rxjs';
|
|
15
16
|
import { Subject } from 'rxjs';
|
|
16
17
|
import { SkyNumericOptions } from '@skyux/core';
|
|
18
|
+
import { SkyDataGridSort } from '@skyux/data-grid';
|
|
17
19
|
import { SkyDateRangeCalculation, SkyDateRangeCalculatorId, SkyDateRangeCalculator, SkyDatepickerCalendarChange, SkyTimepickerTimeOutput } from '@skyux/datetime';
|
|
18
20
|
import { SkyKeyInfoLayoutType, SkyIndicatorDescriptionType, SkyLabelType, SkyToken, SkyTokensMessage, SkyTokenSelectedEventArgs } from '@skyux/indicators';
|
|
19
21
|
import { SkyInlineFormConfig, SkyInlineFormCloseArgs } from '@skyux/inline-form';
|
|
@@ -84,18 +86,20 @@ declare class ActionBarsSummaryActionBarTabExampleComponent {
|
|
|
84
86
|
static ɵcmp: i0.ɵɵComponentDeclaration<ActionBarsSummaryActionBarTabExampleComponent, "app-action-bars-summary-action-bar-tab-example", never, {}, {}, never, never, true, never>;
|
|
85
87
|
}
|
|
86
88
|
|
|
87
|
-
interface AutocompleteOption$
|
|
89
|
+
interface AutocompleteOption$c {
|
|
88
90
|
id: string;
|
|
89
91
|
name: string;
|
|
90
92
|
}
|
|
91
|
-
interface AgGridDemoRow$
|
|
93
|
+
interface AgGridDemoRow$6 {
|
|
92
94
|
selected?: boolean;
|
|
93
95
|
name: string;
|
|
94
96
|
age: number;
|
|
95
97
|
startDate: Date;
|
|
96
98
|
endDate?: Date;
|
|
97
|
-
department: AutocompleteOption$
|
|
98
|
-
jobTitle?: AutocompleteOption$
|
|
99
|
+
department: AutocompleteOption$c;
|
|
100
|
+
jobTitle?: AutocompleteOption$c;
|
|
101
|
+
validationCurrency?: number;
|
|
102
|
+
validationDate?: Date;
|
|
99
103
|
}
|
|
100
104
|
|
|
101
105
|
/**
|
|
@@ -103,7 +107,7 @@ interface AgGridDemoRow$5 {
|
|
|
103
107
|
*/
|
|
104
108
|
declare class AgGridDataEntryGridBasicExampleComponent {
|
|
105
109
|
#private;
|
|
106
|
-
protected readonly gridData: i0.WritableSignal<AgGridDemoRow$
|
|
110
|
+
protected readonly gridData: i0.WritableSignal<AgGridDemoRow$6[]>;
|
|
107
111
|
protected gridOptions: ag_grid_community.GridOptions<any>;
|
|
108
112
|
constructor();
|
|
109
113
|
protected openModal(): void;
|
|
@@ -112,21 +116,21 @@ declare class AgGridDataEntryGridBasicExampleComponent {
|
|
|
112
116
|
static ɵcmp: i0.ɵɵComponentDeclaration<AgGridDataEntryGridBasicExampleComponent, "app-ag-grid-data-entry-grid-basic-example", never, {}, {}, never, never, true, never>;
|
|
113
117
|
}
|
|
114
118
|
|
|
115
|
-
interface AutocompleteOption$
|
|
119
|
+
interface AutocompleteOption$b {
|
|
116
120
|
id: string;
|
|
117
121
|
name: string;
|
|
118
122
|
}
|
|
119
|
-
interface AgGridDemoRow$
|
|
123
|
+
interface AgGridDemoRow$5 {
|
|
120
124
|
id: string;
|
|
121
125
|
selected?: boolean;
|
|
122
126
|
name: string;
|
|
123
127
|
age: number;
|
|
124
128
|
startDate: Date;
|
|
125
129
|
endDate?: Date;
|
|
126
|
-
department: AutocompleteOption$
|
|
127
|
-
jobTitle?: AutocompleteOption$
|
|
128
|
-
validationCurrency?:
|
|
129
|
-
validationDate?:
|
|
130
|
+
department: AutocompleteOption$b;
|
|
131
|
+
jobTitle?: AutocompleteOption$b;
|
|
132
|
+
validationCurrency?: number;
|
|
133
|
+
validationDate?: Date;
|
|
130
134
|
}
|
|
131
135
|
|
|
132
136
|
declare class SalesModalComponent$2 implements SkyFilterItemModal {
|
|
@@ -146,7 +150,7 @@ declare class SalesModalComponent$2 implements SkyFilterItemModal {
|
|
|
146
150
|
*/
|
|
147
151
|
declare class AgGridDataEntryGridDataManagerAddedExampleComponent {
|
|
148
152
|
#private;
|
|
149
|
-
protected readonly items: i0.WritableSignal<AgGridDemoRow$
|
|
153
|
+
protected readonly items: i0.WritableSignal<AgGridDemoRow$5[]>;
|
|
150
154
|
protected readonly salesModal: typeof SalesModalComponent$2;
|
|
151
155
|
protected readonly recordCount: i0.Signal<number>;
|
|
152
156
|
constructor();
|
|
@@ -156,20 +160,20 @@ declare class AgGridDataEntryGridDataManagerAddedExampleComponent {
|
|
|
156
160
|
static ɵcmp: i0.ɵɵComponentDeclaration<AgGridDataEntryGridDataManagerAddedExampleComponent, "app-ag-grid-data-entry-grid-data-manager-added-example", never, {}, {}, never, never, true, never>;
|
|
157
161
|
}
|
|
158
162
|
|
|
159
|
-
interface AutocompleteOption$
|
|
163
|
+
interface AutocompleteOption$a {
|
|
160
164
|
id: string;
|
|
161
165
|
name: string;
|
|
162
166
|
}
|
|
163
|
-
interface AgGridDemoRow$
|
|
167
|
+
interface AgGridDemoRow$4 {
|
|
164
168
|
selected?: boolean;
|
|
165
169
|
name: string;
|
|
166
170
|
age: number;
|
|
167
171
|
startDate: Date;
|
|
168
172
|
endDate?: Date;
|
|
169
|
-
department: AutocompleteOption$
|
|
170
|
-
jobTitle?: AutocompleteOption$
|
|
171
|
-
validationCurrency?:
|
|
172
|
-
validationDate?:
|
|
173
|
+
department: AutocompleteOption$a;
|
|
174
|
+
jobTitle?: AutocompleteOption$a;
|
|
175
|
+
validationCurrency?: number;
|
|
176
|
+
validationDate?: Date;
|
|
173
177
|
}
|
|
174
178
|
|
|
175
179
|
/**
|
|
@@ -177,25 +181,25 @@ interface AgGridDemoRow$3 {
|
|
|
177
181
|
*/
|
|
178
182
|
declare class AgGridDataEntryGridFocusExampleComponent {
|
|
179
183
|
#private;
|
|
180
|
-
protected gridOptions: ag_grid_community.GridOptions<AgGridDemoRow$
|
|
184
|
+
protected gridOptions: ag_grid_community.GridOptions<AgGridDemoRow$4>;
|
|
181
185
|
static ɵfac: i0.ɵɵFactoryDeclaration<AgGridDataEntryGridFocusExampleComponent, never>;
|
|
182
186
|
static ɵcmp: i0.ɵɵComponentDeclaration<AgGridDataEntryGridFocusExampleComponent, "app-ag-grid-data-entry-grid-focus-example", never, {}, {}, never, never, true, never>;
|
|
183
187
|
}
|
|
184
188
|
|
|
185
|
-
interface AutocompleteOption$
|
|
189
|
+
interface AutocompleteOption$9 {
|
|
186
190
|
id: string;
|
|
187
191
|
name: string;
|
|
188
192
|
}
|
|
189
|
-
interface AgGridDemoRow$
|
|
193
|
+
interface AgGridDemoRow$3 {
|
|
190
194
|
selected?: boolean;
|
|
191
195
|
name: string;
|
|
192
196
|
age: number;
|
|
193
197
|
startDate: Date;
|
|
194
198
|
endDate?: Date;
|
|
195
|
-
department: AutocompleteOption$
|
|
196
|
-
jobTitle?: AutocompleteOption$
|
|
197
|
-
validationCurrency?:
|
|
198
|
-
validationDate?:
|
|
199
|
+
department: AutocompleteOption$9;
|
|
200
|
+
jobTitle?: AutocompleteOption$9;
|
|
201
|
+
validationCurrency?: number;
|
|
202
|
+
validationDate?: Date;
|
|
199
203
|
}
|
|
200
204
|
|
|
201
205
|
/**
|
|
@@ -203,8 +207,8 @@ interface AgGridDemoRow$2 {
|
|
|
203
207
|
*/
|
|
204
208
|
declare class AgGridDataEntryGridInlineHelpExampleComponent {
|
|
205
209
|
#private;
|
|
206
|
-
protected readonly gridData: i0.WritableSignal<AgGridDemoRow$
|
|
207
|
-
protected gridOptions: GridOptions<AgGridDemoRow$
|
|
210
|
+
protected readonly gridData: i0.WritableSignal<AgGridDemoRow$3[]>;
|
|
211
|
+
protected gridOptions: GridOptions<AgGridDemoRow$3>;
|
|
208
212
|
constructor();
|
|
209
213
|
protected openModal(): void;
|
|
210
214
|
protected searchApplied(searchText: string | void): void;
|
|
@@ -212,7 +216,7 @@ declare class AgGridDataEntryGridInlineHelpExampleComponent {
|
|
|
212
216
|
static ɵcmp: i0.ɵɵComponentDeclaration<AgGridDataEntryGridInlineHelpExampleComponent, "app-ag-grid-data-entry-grid-inline-help-example", never, {}, {}, never, never, true, never>;
|
|
213
217
|
}
|
|
214
218
|
|
|
215
|
-
interface AutocompleteOption$
|
|
219
|
+
interface AutocompleteOption$8 {
|
|
216
220
|
id: string;
|
|
217
221
|
name: string;
|
|
218
222
|
}
|
|
@@ -231,7 +235,7 @@ declare class AgGridDataGridBasicMultiselectExampleComponent {
|
|
|
231
235
|
id: string;
|
|
232
236
|
name: string;
|
|
233
237
|
};
|
|
234
|
-
jobTitle: AutocompleteOption$
|
|
238
|
+
jobTitle: AutocompleteOption$8;
|
|
235
239
|
endDate?: undefined;
|
|
236
240
|
} | {
|
|
237
241
|
selected: boolean;
|
|
@@ -254,7 +258,7 @@ declare class AgGridDataGridBasicMultiselectExampleComponent {
|
|
|
254
258
|
id: string;
|
|
255
259
|
name: string;
|
|
256
260
|
};
|
|
257
|
-
jobTitle: AutocompleteOption$
|
|
261
|
+
jobTitle: AutocompleteOption$8;
|
|
258
262
|
})[];
|
|
259
263
|
protected gridOptions: GridOptions;
|
|
260
264
|
constructor();
|
|
@@ -262,7 +266,7 @@ declare class AgGridDataGridBasicMultiselectExampleComponent {
|
|
|
262
266
|
static ɵcmp: i0.ɵɵComponentDeclaration<AgGridDataGridBasicMultiselectExampleComponent, "app-ag-grid-data-grid-basic-multiselect-example", never, {}, {}, never, never, true, never>;
|
|
263
267
|
}
|
|
264
268
|
|
|
265
|
-
interface AutocompleteOption$
|
|
269
|
+
interface AutocompleteOption$7 {
|
|
266
270
|
id: string;
|
|
267
271
|
name: string;
|
|
268
272
|
}
|
|
@@ -280,7 +284,7 @@ declare class AgGridDataGridBasicExampleComponent {
|
|
|
280
284
|
id: string;
|
|
281
285
|
name: string;
|
|
282
286
|
};
|
|
283
|
-
jobTitle: AutocompleteOption$
|
|
287
|
+
jobTitle: AutocompleteOption$7;
|
|
284
288
|
endDate?: undefined;
|
|
285
289
|
} | {
|
|
286
290
|
name: string;
|
|
@@ -301,7 +305,7 @@ declare class AgGridDataGridBasicExampleComponent {
|
|
|
301
305
|
id: string;
|
|
302
306
|
name: string;
|
|
303
307
|
};
|
|
304
|
-
jobTitle: AutocompleteOption$
|
|
308
|
+
jobTitle: AutocompleteOption$7;
|
|
305
309
|
})[];
|
|
306
310
|
protected gridOptions: GridOptions;
|
|
307
311
|
constructor();
|
|
@@ -309,19 +313,19 @@ declare class AgGridDataGridBasicExampleComponent {
|
|
|
309
313
|
static ɵcmp: i0.ɵɵComponentDeclaration<AgGridDataGridBasicExampleComponent, "app-ag-grid-data-grid-basic-example", never, {}, {}, never, never, true, never>;
|
|
310
314
|
}
|
|
311
315
|
|
|
312
|
-
interface AutocompleteOption$
|
|
316
|
+
interface AutocompleteOption$6 {
|
|
313
317
|
id: string;
|
|
314
318
|
name: string;
|
|
315
319
|
}
|
|
316
|
-
interface AgGridDemoRow$
|
|
320
|
+
interface AgGridDemoRow$2 {
|
|
317
321
|
id: string;
|
|
318
322
|
selected?: boolean;
|
|
319
323
|
name: string;
|
|
320
324
|
age: number;
|
|
321
325
|
startDate: Date;
|
|
322
326
|
endDate?: Date;
|
|
323
|
-
department: AutocompleteOption$
|
|
324
|
-
jobTitle?: AutocompleteOption$
|
|
327
|
+
department: AutocompleteOption$6;
|
|
328
|
+
jobTitle?: AutocompleteOption$6;
|
|
325
329
|
}
|
|
326
330
|
|
|
327
331
|
declare class SalesModalComponent$1 implements SkyFilterItemModal {
|
|
@@ -341,7 +345,7 @@ declare class SalesModalComponent$1 implements SkyFilterItemModal {
|
|
|
341
345
|
*/
|
|
342
346
|
declare class AgGridDataGridDataManagerMultiselectExampleComponent {
|
|
343
347
|
#private;
|
|
344
|
-
protected items: AgGridDemoRow$
|
|
348
|
+
protected items: AgGridDemoRow$2[];
|
|
345
349
|
protected salesModal: typeof SalesModalComponent$1;
|
|
346
350
|
protected readonly recordCount: i0.Signal<number>;
|
|
347
351
|
constructor();
|
|
@@ -350,19 +354,19 @@ declare class AgGridDataGridDataManagerMultiselectExampleComponent {
|
|
|
350
354
|
static ɵcmp: i0.ɵɵComponentDeclaration<AgGridDataGridDataManagerMultiselectExampleComponent, "app-ag-grid-data-grid-data-manager-example", never, {}, {}, never, never, true, never>;
|
|
351
355
|
}
|
|
352
356
|
|
|
353
|
-
interface AutocompleteOption$
|
|
357
|
+
interface AutocompleteOption$5 {
|
|
354
358
|
id: string;
|
|
355
359
|
name: string;
|
|
356
360
|
}
|
|
357
|
-
interface AgGridDemoRow {
|
|
361
|
+
interface AgGridDemoRow$1 {
|
|
358
362
|
id: string;
|
|
359
363
|
selected?: boolean;
|
|
360
364
|
name: string;
|
|
361
365
|
age: number;
|
|
362
366
|
startDate: Date;
|
|
363
367
|
endDate?: Date;
|
|
364
|
-
department: AutocompleteOption$
|
|
365
|
-
jobTitle?: AutocompleteOption$
|
|
368
|
+
department: AutocompleteOption$5;
|
|
369
|
+
jobTitle?: AutocompleteOption$5;
|
|
366
370
|
}
|
|
367
371
|
|
|
368
372
|
declare class SalesModalComponent implements SkyFilterItemModal {
|
|
@@ -382,7 +386,7 @@ declare class SalesModalComponent implements SkyFilterItemModal {
|
|
|
382
386
|
*/
|
|
383
387
|
declare class AgGridDataGridDataManagerExampleComponent {
|
|
384
388
|
#private;
|
|
385
|
-
protected items: AgGridDemoRow[];
|
|
389
|
+
protected items: AgGridDemoRow$1[];
|
|
386
390
|
protected salesModal: typeof SalesModalComponent;
|
|
387
391
|
protected readonly recordCount: i0.Signal<number>;
|
|
388
392
|
constructor();
|
|
@@ -391,7 +395,7 @@ declare class AgGridDataGridDataManagerExampleComponent {
|
|
|
391
395
|
static ɵcmp: i0.ɵɵComponentDeclaration<AgGridDataGridDataManagerExampleComponent, "app-ag-grid-data-grid-data-manager-example", never, {}, {}, never, never, true, never>;
|
|
392
396
|
}
|
|
393
397
|
|
|
394
|
-
interface AutocompleteOption$
|
|
398
|
+
interface AutocompleteOption$4 {
|
|
395
399
|
id: string;
|
|
396
400
|
name: string;
|
|
397
401
|
}
|
|
@@ -409,7 +413,7 @@ declare class AgGridDataGridInlineHelpExampleComponent {
|
|
|
409
413
|
id: string;
|
|
410
414
|
name: string;
|
|
411
415
|
};
|
|
412
|
-
jobTitle: AutocompleteOption$
|
|
416
|
+
jobTitle: AutocompleteOption$4;
|
|
413
417
|
endDate?: undefined;
|
|
414
418
|
} | {
|
|
415
419
|
name: string;
|
|
@@ -430,7 +434,7 @@ declare class AgGridDataGridInlineHelpExampleComponent {
|
|
|
430
434
|
id: string;
|
|
431
435
|
name: string;
|
|
432
436
|
};
|
|
433
|
-
jobTitle: AutocompleteOption$
|
|
437
|
+
jobTitle: AutocompleteOption$4;
|
|
434
438
|
})[];
|
|
435
439
|
protected gridOptions: GridOptions;
|
|
436
440
|
protected searchText: string;
|
|
@@ -442,7 +446,7 @@ declare class AgGridDataGridInlineHelpExampleComponent {
|
|
|
442
446
|
static ɵcmp: i0.ɵɵComponentDeclaration<AgGridDataGridInlineHelpExampleComponent, "app-ag-grid-data-grid-inline-help-example", never, {}, {}, never, never, true, never>;
|
|
443
447
|
}
|
|
444
448
|
|
|
445
|
-
interface AutocompleteOption$
|
|
449
|
+
interface AutocompleteOption$3 {
|
|
446
450
|
id: string;
|
|
447
451
|
name: string;
|
|
448
452
|
}
|
|
@@ -462,7 +466,7 @@ declare class AgGridDataGridPagingExampleComponent {
|
|
|
462
466
|
id: string;
|
|
463
467
|
name: string;
|
|
464
468
|
};
|
|
465
|
-
jobTitle: AutocompleteOption$
|
|
469
|
+
jobTitle: AutocompleteOption$3;
|
|
466
470
|
endDate?: undefined;
|
|
467
471
|
} | {
|
|
468
472
|
name: string;
|
|
@@ -483,7 +487,7 @@ declare class AgGridDataGridPagingExampleComponent {
|
|
|
483
487
|
id: string;
|
|
484
488
|
name: string;
|
|
485
489
|
};
|
|
486
|
-
jobTitle: AutocompleteOption$
|
|
490
|
+
jobTitle: AutocompleteOption$3;
|
|
487
491
|
})[];
|
|
488
492
|
protected gridOptions: GridOptions;
|
|
489
493
|
constructor();
|
|
@@ -493,39 +497,25 @@ declare class AgGridDataGridPagingExampleComponent {
|
|
|
493
497
|
static ɵcmp: i0.ɵɵComponentDeclaration<AgGridDataGridPagingExampleComponent, "app-ag-grid-data-grid-paging-example", never, {}, {}, never, never, true, never>;
|
|
494
498
|
}
|
|
495
499
|
|
|
500
|
+
interface AgGridDemoRow {
|
|
501
|
+
name: string;
|
|
502
|
+
age: number;
|
|
503
|
+
department: string;
|
|
504
|
+
jobTitle: string;
|
|
505
|
+
}
|
|
506
|
+
|
|
496
507
|
/**
|
|
497
508
|
* @title Basic setup with template ref column type (without data manager)
|
|
498
509
|
*/
|
|
499
510
|
declare class AgGridDataGridTemplateRefColumnExampleComponent {
|
|
500
511
|
protected readonly boldColumn: i0.Signal<TemplateRef<unknown> | undefined>;
|
|
501
512
|
protected readonly emphasizedColumn: i0.Signal<TemplateRef<unknown> | undefined>;
|
|
502
|
-
protected gridOptions: ag_grid_community.GridOptions<
|
|
503
|
-
name: string;
|
|
504
|
-
age: number;
|
|
505
|
-
department: string;
|
|
506
|
-
jobTitle: string;
|
|
507
|
-
jobLevel: string;
|
|
508
|
-
startDate?: undefined;
|
|
509
|
-
} | {
|
|
510
|
-
name: string;
|
|
511
|
-
age: number;
|
|
512
|
-
department: string;
|
|
513
|
-
jobTitle: string;
|
|
514
|
-
jobLevel?: undefined;
|
|
515
|
-
startDate?: undefined;
|
|
516
|
-
} | {
|
|
517
|
-
name: string;
|
|
518
|
-
age: number;
|
|
519
|
-
startDate: Date;
|
|
520
|
-
department: string;
|
|
521
|
-
jobTitle: string;
|
|
522
|
-
jobLevel: string;
|
|
523
|
-
}>;
|
|
513
|
+
protected gridOptions: ag_grid_community.GridOptions<AgGridDemoRow>;
|
|
524
514
|
static ɵfac: i0.ɵɵFactoryDeclaration<AgGridDataGridTemplateRefColumnExampleComponent, never>;
|
|
525
515
|
static ɵcmp: i0.ɵɵComponentDeclaration<AgGridDataGridTemplateRefColumnExampleComponent, "app-ag-grid-data-grid-template-ref-column-example", never, {}, {}, never, never, true, never>;
|
|
526
516
|
}
|
|
527
517
|
|
|
528
|
-
interface AutocompleteOption {
|
|
518
|
+
interface AutocompleteOption$2 {
|
|
529
519
|
id: string;
|
|
530
520
|
name: string;
|
|
531
521
|
}
|
|
@@ -544,7 +534,7 @@ declare class AgGridDataGridTopScrollExampleComponent {
|
|
|
544
534
|
id: string;
|
|
545
535
|
name: string;
|
|
546
536
|
};
|
|
547
|
-
jobTitle: AutocompleteOption;
|
|
537
|
+
jobTitle: AutocompleteOption$2;
|
|
548
538
|
endDate?: undefined;
|
|
549
539
|
} | {
|
|
550
540
|
selected: boolean;
|
|
@@ -567,7 +557,7 @@ declare class AgGridDataGridTopScrollExampleComponent {
|
|
|
567
557
|
id: string;
|
|
568
558
|
name: string;
|
|
569
559
|
};
|
|
570
|
-
jobTitle: AutocompleteOption;
|
|
560
|
+
jobTitle: AutocompleteOption$2;
|
|
571
561
|
})[];
|
|
572
562
|
protected gridOptions: GridOptions;
|
|
573
563
|
protected searchText: string;
|
|
@@ -749,6 +739,139 @@ declare class AvatarExampleComponent {
|
|
|
749
739
|
static ɵcmp: i0.ɵɵComponentDeclaration<AvatarExampleComponent, "app-avatar-example", never, {}, {}, never, never, true, never>;
|
|
750
740
|
}
|
|
751
741
|
|
|
742
|
+
interface ChartBarAsyncData {
|
|
743
|
+
categories: string[];
|
|
744
|
+
values: number[];
|
|
745
|
+
}
|
|
746
|
+
/**
|
|
747
|
+
* @title Bar chart with asynchronously loaded data
|
|
748
|
+
*/
|
|
749
|
+
declare class ChartsChartBarAsyncExample {
|
|
750
|
+
readonly delay: i0.InputSignal<number>;
|
|
751
|
+
protected readonly donations: i0.ResourceRef<ChartBarAsyncData | undefined>;
|
|
752
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ChartsChartBarAsyncExample, never>;
|
|
753
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ChartsChartBarAsyncExample, "app-chart-bar-async-example", never, { "delay": { "alias": "delay"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
754
|
+
}
|
|
755
|
+
|
|
756
|
+
/**
|
|
757
|
+
* @title Basic bar chart
|
|
758
|
+
*/
|
|
759
|
+
declare class ChartsChartBarBasicExample {
|
|
760
|
+
protected readonly years: number[];
|
|
761
|
+
protected readonly acquisitions: number[];
|
|
762
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ChartsChartBarBasicExample, never>;
|
|
763
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ChartsChartBarBasicExample, "app-chart-bar-basic-example", never, {}, {}, never, never, true, never>;
|
|
764
|
+
}
|
|
765
|
+
|
|
766
|
+
/**
|
|
767
|
+
* @title Floating bar chart with multiple series
|
|
768
|
+
*/
|
|
769
|
+
declare class ChartsChartBarFloatingMultipleSeriesExample {
|
|
770
|
+
protected readonly months: string[];
|
|
771
|
+
protected readonly anchorage: SkyChartBarSeriesValue[];
|
|
772
|
+
protected readonly asheville: SkyChartBarSeriesValue[];
|
|
773
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ChartsChartBarFloatingMultipleSeriesExample, never>;
|
|
774
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ChartsChartBarFloatingMultipleSeriesExample, "app-chart-bar-floating-multiple-series-example", never, {}, {}, never, never, true, never>;
|
|
775
|
+
}
|
|
776
|
+
|
|
777
|
+
/**
|
|
778
|
+
* @title Floating bar chart (value ranges)
|
|
779
|
+
*/
|
|
780
|
+
declare class ChartsChartBarFloatingExample {
|
|
781
|
+
protected readonly months: string[];
|
|
782
|
+
protected readonly temperatureRanges: SkyChartBarSeriesValue[];
|
|
783
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ChartsChartBarFloatingExample, never>;
|
|
784
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ChartsChartBarFloatingExample, "app-chart-bar-floating-example", never, {}, {}, never, never, true, never>;
|
|
785
|
+
}
|
|
786
|
+
|
|
787
|
+
/**
|
|
788
|
+
* @title Bar chart with grouped, stacked series
|
|
789
|
+
*/
|
|
790
|
+
declare class ChartsChartBarGroupedStackedExample {
|
|
791
|
+
protected readonly months: string[];
|
|
792
|
+
protected readonly westInStore: number[];
|
|
793
|
+
protected readonly westOnline: number[];
|
|
794
|
+
protected readonly eastInStore: number[];
|
|
795
|
+
protected readonly eastOnline: number[];
|
|
796
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ChartsChartBarGroupedStackedExample, never>;
|
|
797
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ChartsChartBarGroupedStackedExample, "app-chart-bar-grouped-stacked-example", never, {}, {}, never, never, true, never>;
|
|
798
|
+
}
|
|
799
|
+
|
|
800
|
+
/**
|
|
801
|
+
* @title Bar chart with hidden axis labels
|
|
802
|
+
*/
|
|
803
|
+
declare class ChartsChartBarHiddenLabelsExample {
|
|
804
|
+
protected readonly years: number[];
|
|
805
|
+
protected readonly acquisitions: number[];
|
|
806
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ChartsChartBarHiddenLabelsExample, never>;
|
|
807
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ChartsChartBarHiddenLabelsExample, "app-chart-bar-hidden-labels-example", never, {}, {}, never, never, true, never>;
|
|
808
|
+
}
|
|
809
|
+
|
|
810
|
+
/**
|
|
811
|
+
* @title Horizontal bar chart
|
|
812
|
+
*/
|
|
813
|
+
declare class ChartsChartBarHorizontalExample {
|
|
814
|
+
protected readonly regions: string[];
|
|
815
|
+
protected readonly sales: number[];
|
|
816
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ChartsChartBarHorizontalExample, never>;
|
|
817
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ChartsChartBarHorizontalExample, "app-chart-bar-horizontal-example", never, {}, {}, never, never, true, never>;
|
|
818
|
+
}
|
|
819
|
+
|
|
820
|
+
/**
|
|
821
|
+
* @title Bar chart with a logarithmic value scale
|
|
822
|
+
*/
|
|
823
|
+
declare class ChartsChartBarLogarithmicExample {
|
|
824
|
+
protected readonly categories: string[];
|
|
825
|
+
protected readonly values: number[];
|
|
826
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ChartsChartBarLogarithmicExample, never>;
|
|
827
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ChartsChartBarLogarithmicExample, "app-chart-bar-logarithmic-example", never, {}, {}, never, never, true, never>;
|
|
828
|
+
}
|
|
829
|
+
|
|
830
|
+
/**
|
|
831
|
+
* @title Bar chart with multiple series (grouped bars)
|
|
832
|
+
*/
|
|
833
|
+
declare class ChartsChartBarMultipleSeriesExample {
|
|
834
|
+
protected readonly years: number[];
|
|
835
|
+
protected readonly actual: number[];
|
|
836
|
+
protected readonly target: number[];
|
|
837
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ChartsChartBarMultipleSeriesExample, never>;
|
|
838
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ChartsChartBarMultipleSeriesExample, "app-chart-bar-multiple-series-example", never, {}, {}, never, never, true, never>;
|
|
839
|
+
}
|
|
840
|
+
|
|
841
|
+
/**
|
|
842
|
+
* @title Stacked bar chart
|
|
843
|
+
*/
|
|
844
|
+
declare class ChartsChartBarStackedExample {
|
|
845
|
+
protected readonly months: string[];
|
|
846
|
+
protected readonly online: number[];
|
|
847
|
+
protected readonly inStore: number[];
|
|
848
|
+
protected readonly phone: number[];
|
|
849
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ChartsChartBarStackedExample, never>;
|
|
850
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ChartsChartBarStackedExample, "app-chart-bar-stacked-example", never, {}, {}, never, never, true, never>;
|
|
851
|
+
}
|
|
852
|
+
|
|
853
|
+
/**
|
|
854
|
+
* @title Bar chart with fixed value bounds
|
|
855
|
+
*/
|
|
856
|
+
declare class ChartsChartBarValueBoundsExample {
|
|
857
|
+
protected readonly months: string[];
|
|
858
|
+
protected readonly goalCompletion: number[];
|
|
859
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ChartsChartBarValueBoundsExample, never>;
|
|
860
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ChartsChartBarValueBoundsExample, "app-chart-bar-value-bounds-example", never, {}, {}, never, never, true, never>;
|
|
861
|
+
}
|
|
862
|
+
|
|
863
|
+
/**
|
|
864
|
+
* @title Bar chart value formats (number, currency, and percent)
|
|
865
|
+
*/
|
|
866
|
+
declare class ChartsChartBarValueFormatExample {
|
|
867
|
+
protected readonly months: string[];
|
|
868
|
+
protected readonly acquisitions: number[];
|
|
869
|
+
protected readonly revenue: number[];
|
|
870
|
+
protected readonly conversionRate: number[];
|
|
871
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ChartsChartBarValueFormatExample, never>;
|
|
872
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ChartsChartBarValueFormatExample, "app-chart-bar-value-format-example", never, {}, {}, never, never, true, never>;
|
|
873
|
+
}
|
|
874
|
+
|
|
752
875
|
interface DemoForm$e {
|
|
753
876
|
favoriteColor: FormControl<SkyColorpickerOutput | string>;
|
|
754
877
|
}
|
|
@@ -840,6 +963,138 @@ declare class CoreNumericBasicExampleComponent {
|
|
|
840
963
|
static ɵcmp: i0.ɵɵComponentDeclaration<CoreNumericBasicExampleComponent, "app-core-numeric-basic-example", never, { "defaultValue": { "alias": "defaultValue"; "required": false; }; "configuredValue": { "alias": "configuredValue"; "required": false; }; "numericOptions": { "alias": "numericOptions"; "required": false; }; }, {}, never, never, true, never>;
|
|
841
964
|
}
|
|
842
965
|
|
|
966
|
+
interface AutocompleteOption$1 {
|
|
967
|
+
id: string;
|
|
968
|
+
name: string;
|
|
969
|
+
}
|
|
970
|
+
interface DataGridDemoRow {
|
|
971
|
+
id: string;
|
|
972
|
+
selected?: boolean;
|
|
973
|
+
name: string;
|
|
974
|
+
age: number;
|
|
975
|
+
startDate: Date;
|
|
976
|
+
endDate?: Date;
|
|
977
|
+
department: AutocompleteOption$1;
|
|
978
|
+
jobTitle?: AutocompleteOption$1;
|
|
979
|
+
}
|
|
980
|
+
|
|
981
|
+
/**
|
|
982
|
+
* @title Basic data grid
|
|
983
|
+
*/
|
|
984
|
+
declare class DataGridBasicExampleComponent {
|
|
985
|
+
protected readonly gridData: i0.WritableSignal<DataGridDemoRow[]>;
|
|
986
|
+
protected readonly selectedRowIds: i0.ModelSignal<string[]>;
|
|
987
|
+
protected readonly selectedNames: i0.Signal<string>;
|
|
988
|
+
actionClicked(row: DataGridDemoRow, action: string): void;
|
|
989
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DataGridBasicExampleComponent, never>;
|
|
990
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DataGridBasicExampleComponent, "app-data-grid-basic-example", never, { "selectedRowIds": { "alias": "selectedRowIds"; "required": false; "isSignal": true; }; }, { "selectedRowIds": "selectedRowIdsChange"; }, never, never, true, never>;
|
|
991
|
+
}
|
|
992
|
+
|
|
993
|
+
interface DataGridLoadingRow {
|
|
994
|
+
id: string;
|
|
995
|
+
name: string;
|
|
996
|
+
age: number;
|
|
997
|
+
startDate: Date;
|
|
998
|
+
}
|
|
999
|
+
/**
|
|
1000
|
+
* A single page of rows returned from the server, along with the total number
|
|
1001
|
+
* of rows available so the grid can size its paging controls.
|
|
1002
|
+
*/
|
|
1003
|
+
interface DataGridServerPage {
|
|
1004
|
+
items: DataGridLoadingRow[];
|
|
1005
|
+
totalCount: number;
|
|
1006
|
+
}
|
|
1007
|
+
|
|
1008
|
+
/**
|
|
1009
|
+
* @title Data grid with a server-side resource data source
|
|
1010
|
+
*/
|
|
1011
|
+
declare class DataGridLoadingExampleComponent {
|
|
1012
|
+
#private;
|
|
1013
|
+
readonly delay: i0.InputSignal<number>;
|
|
1014
|
+
protected readonly pageSize = 5;
|
|
1015
|
+
protected readonly page: i0.WritableSignal<number>;
|
|
1016
|
+
protected readonly sort: i0.WritableSignal<SkyDataGridSort | undefined>;
|
|
1017
|
+
protected readonly rowCount: i0.WritableSignal<number>;
|
|
1018
|
+
protected readonly data: i0.ResourceRef<DataGridServerPage | undefined>;
|
|
1019
|
+
constructor();
|
|
1020
|
+
protected showData(): void;
|
|
1021
|
+
protected showEmpty(): void;
|
|
1022
|
+
protected showLoading(): void;
|
|
1023
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DataGridLoadingExampleComponent, never>;
|
|
1024
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DataGridLoadingExampleComponent, "app-data-grid-loading-example", never, { "delay": { "alias": "delay"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
1025
|
+
}
|
|
1026
|
+
|
|
1027
|
+
interface AutocompleteOption {
|
|
1028
|
+
id: string;
|
|
1029
|
+
name: string;
|
|
1030
|
+
}
|
|
1031
|
+
|
|
1032
|
+
/**
|
|
1033
|
+
* @title Data grid with paging using router query parameters
|
|
1034
|
+
*/
|
|
1035
|
+
declare class DataGridPagingExampleComponent {
|
|
1036
|
+
protected readonly data: ({
|
|
1037
|
+
id: string;
|
|
1038
|
+
name: string;
|
|
1039
|
+
age: number;
|
|
1040
|
+
startDate: Date;
|
|
1041
|
+
department: {
|
|
1042
|
+
id: string;
|
|
1043
|
+
name: string;
|
|
1044
|
+
};
|
|
1045
|
+
jobTitle: AutocompleteOption;
|
|
1046
|
+
active: boolean;
|
|
1047
|
+
endDate?: undefined;
|
|
1048
|
+
} | {
|
|
1049
|
+
id: string;
|
|
1050
|
+
name: string;
|
|
1051
|
+
age: number;
|
|
1052
|
+
startDate: Date;
|
|
1053
|
+
endDate: Date;
|
|
1054
|
+
department: {
|
|
1055
|
+
id: string;
|
|
1056
|
+
name: string;
|
|
1057
|
+
};
|
|
1058
|
+
active: boolean;
|
|
1059
|
+
jobTitle?: undefined;
|
|
1060
|
+
} | {
|
|
1061
|
+
id: string;
|
|
1062
|
+
name: string;
|
|
1063
|
+
age: number;
|
|
1064
|
+
startDate: Date;
|
|
1065
|
+
endDate: Date;
|
|
1066
|
+
department: {
|
|
1067
|
+
id: string;
|
|
1068
|
+
name: string;
|
|
1069
|
+
};
|
|
1070
|
+
jobTitle: AutocompleteOption;
|
|
1071
|
+
active: boolean;
|
|
1072
|
+
})[];
|
|
1073
|
+
protected readonly pageQueryParam: string;
|
|
1074
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DataGridPagingExampleComponent, never>;
|
|
1075
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DataGridPagingExampleComponent, "app-data-grid-paging-example", never, {}, {}, never, never, true, never>;
|
|
1076
|
+
}
|
|
1077
|
+
|
|
1078
|
+
interface DataGridSortingRow {
|
|
1079
|
+
id: string;
|
|
1080
|
+
name: string;
|
|
1081
|
+
age: number;
|
|
1082
|
+
startDate: Date;
|
|
1083
|
+
}
|
|
1084
|
+
|
|
1085
|
+
/**
|
|
1086
|
+
* @title Data grid with two-way sort binding
|
|
1087
|
+
*/
|
|
1088
|
+
declare class DataGridSortingExampleComponent {
|
|
1089
|
+
protected readonly data: DataGridSortingRow[];
|
|
1090
|
+
protected readonly sort: i0.WritableSignal<SkyDataGridSort | undefined>;
|
|
1091
|
+
protected readonly sortDescription: i0.Signal<string>;
|
|
1092
|
+
protected sortByAgeDescending(): void;
|
|
1093
|
+
protected clearSort(): void;
|
|
1094
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DataGridSortingExampleComponent, never>;
|
|
1095
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DataGridSortingExampleComponent, "app-data-grid-sorting-example", never, {}, {}, never, never, true, never>;
|
|
1096
|
+
}
|
|
1097
|
+
|
|
843
1098
|
interface DataManagerDemoRow {
|
|
844
1099
|
selected?: boolean;
|
|
845
1100
|
id: string;
|
|
@@ -1266,6 +1521,18 @@ declare class FormsInputBoxBasicExampleComponent {
|
|
|
1266
1521
|
static ɵcmp: i0.ɵɵComponentDeclaration<FormsInputBoxBasicExampleComponent, "app-forms-input-box-basic-example", never, {}, {}, never, never, true, never>;
|
|
1267
1522
|
}
|
|
1268
1523
|
|
|
1524
|
+
/**
|
|
1525
|
+
* @title Input box with a character limit
|
|
1526
|
+
*/
|
|
1527
|
+
declare class FormsInputBoxCharacterLimitExample {
|
|
1528
|
+
protected readonly formGroup: _angular_forms.FormGroup<{
|
|
1529
|
+
nickname: _angular_forms.FormControl<string | null>;
|
|
1530
|
+
bio: _angular_forms.FormControl<string | null>;
|
|
1531
|
+
}>;
|
|
1532
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FormsInputBoxCharacterLimitExample, never>;
|
|
1533
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FormsInputBoxCharacterLimitExample, "app-forms-input-box-character-limit-example", never, {}, {}, never, never, true, never>;
|
|
1534
|
+
}
|
|
1535
|
+
|
|
1269
1536
|
/**
|
|
1270
1537
|
* @title Input box with custom errors
|
|
1271
1538
|
*/
|
|
@@ -3034,4 +3301,4 @@ declare class ValidationUrlValidationDirectiveExampleComponent {
|
|
|
3034
3301
|
static ɵcmp: i0.ɵɵComponentDeclaration<ValidationUrlValidationDirectiveExampleComponent, "app-validation-url-validation-directive-example", never, {}, {}, never, never, true, never>;
|
|
3035
3302
|
}
|
|
3036
3303
|
|
|
3037
|
-
export { ActionBarsSummaryActionBarBasicExampleComponent, ActionBarsSummaryActionBarErrorExampleComponent, ActionBarsSummaryActionBarModalExampleComponent, ActionBarsSummaryActionBarTabExampleComponent, AgGridDataEntryGridBasicExampleComponent, AgGridDataEntryGridDataManagerAddedExampleComponent, AgGridDataEntryGridFocusExampleComponent, AgGridDataEntryGridInlineHelpExampleComponent, AgGridDataGridBasicExampleComponent, AgGridDataGridBasicMultiselectExampleComponent, AgGridDataGridDataManagerExampleComponent, AgGridDataGridDataManagerMultiselectExampleComponent, AgGridDataGridInlineHelpExampleComponent, AgGridDataGridPagingExampleComponent, AgGridDataGridTemplateRefColumnExampleComponent, AgGridDataGridTopScrollExampleComponent, AngularTreeComponentAngularTreeBasicExampleComponent, AngularTreeComponentAngularTreeHelpKeyExampleComponent, AngularTreeComponentAngularTreePreselectedNodesExampleComponent, AutonumericCurrencyExampleComponent, AutonumericInternationalFormattingExampleComponent, AutonumericOptionsProviderExampleComponent, AutonumericPresetExampleComponent, AvatarExampleComponent, ColorpickerBasicExampleComponent, ColorpickerHelpKeyExampleComponent, ColorpickerProgrammaticExampleComponent, CoreIdExampleComponent, CoreMediaQueryBasicExampleComponent, CoreMediaQueryResponsiveHostExampleComponent, CoreNumericBasicExampleComponent, DataManagerBasicExampleComponent, DatetimeDatePipeBasicExampleComponent, DatetimeDateRangePickerBasicExampleComponent, DatetimeDateRangePickerCustomCalculatorExampleComponent, DatetimeDateRangePickerHelpKeyExampleComponent, DatetimeDatepickerBasicExampleComponent, DatetimeDatepickerCustomDatesExampleComponent, DatetimeDatepickerFuzzyExampleComponent, DatetimeTimepickerBasicExampleComponent, ErrorsErrorEmbeddedExampleComponent, ErrorsErrorModalExampleComponent, FilterBarLookupExampleComponent, FilterBarModalExampleComponent, FilterBarSelectableExampleComponent, FlyoutBasicExampleComponent, FlyoutCustomHeadersExampleComponent, FormsCharacterCountExampleComponent, FormsCheckboxBasicExampleComponent, FormsCheckboxHelpKeyExampleComponent, FormsCheckboxIconGroupExampleComponent, FormsFieldGroupBasicExampleComponent, FormsFieldGroupHelpKeyExampleComponent, FormsFileAttachmentBasicExampleComponent, FormsFileAttachmentHelpKeyExampleComponent, FormsFileDropBasicExampleComponent, FormsFileDropHelpKeyExampleComponent, FormsInputBoxBasicExampleComponent, FormsInputBoxWithCustomFormErrorsExampleComponent, FormsRadioHelpKeyExampleComponent, FormsRadioIconExampleComponent, FormsRadioStandardExampleComponent, FormsSelectionBoxCheckboxExampleComponent, FormsSelectionBoxRadioExampleComponent, FormsToggleSwitchBasicExampleComponent, FormsToggleSwitchHelpKeyExampleComponent, HelpInlineActionClickExampleComponent, HelpInlineHelpKeyExampleComponent, HelpInlinePopoverExampleComponent, IconBasicExampleComponent, IconIconButtonExampleComponent, IndicatorsAlertBasicExampleComponent, IndicatorsIllustrationBasicExampleComponent, IndicatorsKeyInfoBasicExampleComponent, IndicatorsKeyInfoHelpKeyExampleComponent, IndicatorsLabelBasicExampleComponent, IndicatorsStatusIndicatorBasicExampleComponent, IndicatorsStatusIndicatorHelpKeyExampleComponent, IndicatorsTextHighlightBasicExampleComponent, IndicatorsTokensBasicExampleComponent, IndicatorsTokensCustomExampleComponent, IndicatorsWaitElementExampleComponent, IndicatorsWaitPageExampleComponent, InlineFormBasicExampleComponent, InlineFormCustomButtonsExampleComponent, InlineFormRepeatersExampleComponent, LayoutActionButtonBasicExampleComponent, LayoutActionButtonPermalinkExampleComponent, LayoutBackToTopInfiniteScrollExampleComponent, LayoutBackToTopRepeaterExampleComponent, LayoutBoxBasicExampleComponent, LayoutBoxHelpKeyExampleComponent, LayoutCardBasicExampleComponent, LayoutDefinitionListBasicExampleComponent, LayoutDescriptionListHelpKeyExampleComponent, LayoutDescriptionListHorizontalExampleComponent, LayoutDescriptionListInlineHelpExampleComponent, LayoutDescriptionListLongDescriptionExampleComponent, LayoutDescriptionListVerticalExampleComponent, LayoutFluidGridExampleComponent, LayoutFormatExampleComponent, LayoutInlineDeleteCustomExampleComponent, LayoutInlineDeleteRepeaterExampleComponent, LayoutPageSummaryBasicExampleComponent, LayoutTextExpandInlineExampleComponent, LayoutTextExpandModalExampleComponent, LayoutTextExpandNewlineExampleComponent, LayoutTextExpandRepeaterExampleComponent, LayoutToolbarBasicExampleComponent, LayoutToolbarSectionedExampleComponent, ListsFilterInlineExampleComponent, ListsInfiniteScrollRepeaterExampleComponent, ListsListSummaryBasicExampleComponent, ListsPagingBasicExampleComponent, ListsPagingWithContentExampleComponent, ListsRepeaterAddRemoveExampleComponent, ListsRepeaterBasicExampleComponent, ListsRepeaterInlineFormExampleComponent, ListsSortBasicExampleComponent, LookupAddItemExampleComponent, LookupAutocompleteAdvancedExampleComponent, LookupAutocompleteAnyValueExampleComponent, LookupAutocompleteBasicExampleComponent, LookupAutocompleteCustomSearchExampleComponent, LookupAutocompleteSearchFiltersExampleComponent, LookupCountryFieldBasicExampleComponent, LookupCustomPickerExampleComponent, LookupMultiSelectExampleComponent, LookupResultTemplatesExampleComponent, LookupSearchBasicExampleComponent, LookupSelectionModalAddItemExampleComponent, LookupSelectionModalBasicExampleComponent, LookupSingleSelectExampleComponent, ModalsConfirmBasicWithControllerExampleComponent, ModalsConfirmBasicWithHarnessExampleComponent, ModalsModalBasicWithBannerExampleComponent, ModalsModalBasicWithControllerExampleComponent, ModalsModalBasicWithHarnessExampleComponent, ModalsModalBasicWithHarnessHelpKeyExampleComponent, ModalsModalWithErrorExampleComponent, NavbarExampleComponent, PagesActionHubExampleComponent, PagesPageDataManagerSplitViewFitLayoutExampleComponent, PagesPageHomePageBlocksLayoutExampleComponent, PagesPageListPageListLayoutExampleComponent, PagesPageListPageTabsLayoutExampleComponent, PagesPageRecordPageBlocksLayoutExampleComponent, PagesPageRecordPageTabsLayoutExampleComponent, PagesPageSplitViewPageFitLayoutExampleComponent, PhoneFieldBasicExampleComponent, PopoversDropdownBasicExampleComponent, PopoversPopoverBasicExampleComponent, PopoversPopoverProgrammaticExampleComponent, ProgressIndicatorPassiveIndicatorBasicExampleComponent, ProgressIndicatorWaterfallIndicatorBasicExampleComponent, ProgressIndicatorWizardBasicExampleComponent, RouterHrefBasicExampleComponent, SplitViewBasicExampleComponent, SplitViewPageBoundExampleComponent, TabsDynamicAddCloseExampleComponent, TabsDynamicExampleComponent, TabsSectionedFormModalExampleComponent, TabsStaticAddCloseExampleComponent, TabsStaticExampleComponent, TabsVerticalTabsBasicExampleComponent, TabsVerticalTabsGroupedExampleComponent, TabsVerticalTabsMixedExampleComponent, TabsWizardBasicExampleComponent, TextEditorExampleComponent, TextEditorHelpKeyExampleComponent, TextEditorRichTextDisplayExampleComponent, TilesBasicExampleComponent, ToastBasicExampleComponent, ToastCustomComponentExampleComponent, ValidationEmailValidationControlValidatorExampleComponent, ValidationEmailValidationDirectiveExampleComponent, ValidationUrlValidationControlValidatorExampleComponent, ValidationUrlValidationDirectiveExampleComponent };
|
|
3304
|
+
export { ActionBarsSummaryActionBarBasicExampleComponent, ActionBarsSummaryActionBarErrorExampleComponent, ActionBarsSummaryActionBarModalExampleComponent, ActionBarsSummaryActionBarTabExampleComponent, AgGridDataEntryGridBasicExampleComponent, AgGridDataEntryGridDataManagerAddedExampleComponent, AgGridDataEntryGridFocusExampleComponent, AgGridDataEntryGridInlineHelpExampleComponent, AgGridDataGridBasicExampleComponent, AgGridDataGridBasicMultiselectExampleComponent, AgGridDataGridDataManagerExampleComponent, AgGridDataGridDataManagerMultiselectExampleComponent, AgGridDataGridInlineHelpExampleComponent, AgGridDataGridPagingExampleComponent, AgGridDataGridTemplateRefColumnExampleComponent, AgGridDataGridTopScrollExampleComponent, AngularTreeComponentAngularTreeBasicExampleComponent, AngularTreeComponentAngularTreeHelpKeyExampleComponent, AngularTreeComponentAngularTreePreselectedNodesExampleComponent, AutonumericCurrencyExampleComponent, AutonumericInternationalFormattingExampleComponent, AutonumericOptionsProviderExampleComponent, AutonumericPresetExampleComponent, AvatarExampleComponent, ChartsChartBarAsyncExample, ChartsChartBarBasicExample, ChartsChartBarFloatingExample, ChartsChartBarFloatingMultipleSeriesExample, ChartsChartBarGroupedStackedExample, ChartsChartBarHiddenLabelsExample, ChartsChartBarHorizontalExample, ChartsChartBarLogarithmicExample, ChartsChartBarMultipleSeriesExample, ChartsChartBarStackedExample, ChartsChartBarValueBoundsExample, ChartsChartBarValueFormatExample, ColorpickerBasicExampleComponent, ColorpickerHelpKeyExampleComponent, ColorpickerProgrammaticExampleComponent, CoreIdExampleComponent, CoreMediaQueryBasicExampleComponent, CoreMediaQueryResponsiveHostExampleComponent, CoreNumericBasicExampleComponent, DataGridBasicExampleComponent, DataGridLoadingExampleComponent, DataGridPagingExampleComponent, DataGridSortingExampleComponent, DataManagerBasicExampleComponent, DatetimeDatePipeBasicExampleComponent, DatetimeDateRangePickerBasicExampleComponent, DatetimeDateRangePickerCustomCalculatorExampleComponent, DatetimeDateRangePickerHelpKeyExampleComponent, DatetimeDatepickerBasicExampleComponent, DatetimeDatepickerCustomDatesExampleComponent, DatetimeDatepickerFuzzyExampleComponent, DatetimeTimepickerBasicExampleComponent, ErrorsErrorEmbeddedExampleComponent, ErrorsErrorModalExampleComponent, FilterBarLookupExampleComponent, FilterBarModalExampleComponent, FilterBarSelectableExampleComponent, FlyoutBasicExampleComponent, FlyoutCustomHeadersExampleComponent, FormsCharacterCountExampleComponent, FormsCheckboxBasicExampleComponent, FormsCheckboxHelpKeyExampleComponent, FormsCheckboxIconGroupExampleComponent, FormsFieldGroupBasicExampleComponent, FormsFieldGroupHelpKeyExampleComponent, FormsFileAttachmentBasicExampleComponent, FormsFileAttachmentHelpKeyExampleComponent, FormsFileDropBasicExampleComponent, FormsFileDropHelpKeyExampleComponent, FormsInputBoxBasicExampleComponent, FormsInputBoxCharacterLimitExample, FormsInputBoxWithCustomFormErrorsExampleComponent, FormsRadioHelpKeyExampleComponent, FormsRadioIconExampleComponent, FormsRadioStandardExampleComponent, FormsSelectionBoxCheckboxExampleComponent, FormsSelectionBoxRadioExampleComponent, FormsToggleSwitchBasicExampleComponent, FormsToggleSwitchHelpKeyExampleComponent, HelpInlineActionClickExampleComponent, HelpInlineHelpKeyExampleComponent, HelpInlinePopoverExampleComponent, IconBasicExampleComponent, IconIconButtonExampleComponent, IndicatorsAlertBasicExampleComponent, IndicatorsIllustrationBasicExampleComponent, IndicatorsKeyInfoBasicExampleComponent, IndicatorsKeyInfoHelpKeyExampleComponent, IndicatorsLabelBasicExampleComponent, IndicatorsStatusIndicatorBasicExampleComponent, IndicatorsStatusIndicatorHelpKeyExampleComponent, IndicatorsTextHighlightBasicExampleComponent, IndicatorsTokensBasicExampleComponent, IndicatorsTokensCustomExampleComponent, IndicatorsWaitElementExampleComponent, IndicatorsWaitPageExampleComponent, InlineFormBasicExampleComponent, InlineFormCustomButtonsExampleComponent, InlineFormRepeatersExampleComponent, LayoutActionButtonBasicExampleComponent, LayoutActionButtonPermalinkExampleComponent, LayoutBackToTopInfiniteScrollExampleComponent, LayoutBackToTopRepeaterExampleComponent, LayoutBoxBasicExampleComponent, LayoutBoxHelpKeyExampleComponent, LayoutCardBasicExampleComponent, LayoutDefinitionListBasicExampleComponent, LayoutDescriptionListHelpKeyExampleComponent, LayoutDescriptionListHorizontalExampleComponent, LayoutDescriptionListInlineHelpExampleComponent, LayoutDescriptionListLongDescriptionExampleComponent, LayoutDescriptionListVerticalExampleComponent, LayoutFluidGridExampleComponent, LayoutFormatExampleComponent, LayoutInlineDeleteCustomExampleComponent, LayoutInlineDeleteRepeaterExampleComponent, LayoutPageSummaryBasicExampleComponent, LayoutTextExpandInlineExampleComponent, LayoutTextExpandModalExampleComponent, LayoutTextExpandNewlineExampleComponent, LayoutTextExpandRepeaterExampleComponent, LayoutToolbarBasicExampleComponent, LayoutToolbarSectionedExampleComponent, ListsFilterInlineExampleComponent, ListsInfiniteScrollRepeaterExampleComponent, ListsListSummaryBasicExampleComponent, ListsPagingBasicExampleComponent, ListsPagingWithContentExampleComponent, ListsRepeaterAddRemoveExampleComponent, ListsRepeaterBasicExampleComponent, ListsRepeaterInlineFormExampleComponent, ListsSortBasicExampleComponent, LookupAddItemExampleComponent, LookupAutocompleteAdvancedExampleComponent, LookupAutocompleteAnyValueExampleComponent, LookupAutocompleteBasicExampleComponent, LookupAutocompleteCustomSearchExampleComponent, LookupAutocompleteSearchFiltersExampleComponent, LookupCountryFieldBasicExampleComponent, LookupCustomPickerExampleComponent, LookupMultiSelectExampleComponent, LookupResultTemplatesExampleComponent, LookupSearchBasicExampleComponent, LookupSelectionModalAddItemExampleComponent, LookupSelectionModalBasicExampleComponent, LookupSingleSelectExampleComponent, ModalsConfirmBasicWithControllerExampleComponent, ModalsConfirmBasicWithHarnessExampleComponent, ModalsModalBasicWithBannerExampleComponent, ModalsModalBasicWithControllerExampleComponent, ModalsModalBasicWithHarnessExampleComponent, ModalsModalBasicWithHarnessHelpKeyExampleComponent, ModalsModalWithErrorExampleComponent, NavbarExampleComponent, PagesActionHubExampleComponent, PagesPageDataManagerSplitViewFitLayoutExampleComponent, PagesPageHomePageBlocksLayoutExampleComponent, PagesPageListPageListLayoutExampleComponent, PagesPageListPageTabsLayoutExampleComponent, PagesPageRecordPageBlocksLayoutExampleComponent, PagesPageRecordPageTabsLayoutExampleComponent, PagesPageSplitViewPageFitLayoutExampleComponent, PhoneFieldBasicExampleComponent, PopoversDropdownBasicExampleComponent, PopoversPopoverBasicExampleComponent, PopoversPopoverProgrammaticExampleComponent, ProgressIndicatorPassiveIndicatorBasicExampleComponent, ProgressIndicatorWaterfallIndicatorBasicExampleComponent, ProgressIndicatorWizardBasicExampleComponent, RouterHrefBasicExampleComponent, SplitViewBasicExampleComponent, SplitViewPageBoundExampleComponent, TabsDynamicAddCloseExampleComponent, TabsDynamicExampleComponent, TabsSectionedFormModalExampleComponent, TabsStaticAddCloseExampleComponent, TabsStaticExampleComponent, TabsVerticalTabsBasicExampleComponent, TabsVerticalTabsGroupedExampleComponent, TabsVerticalTabsMixedExampleComponent, TabsWizardBasicExampleComponent, TextEditorExampleComponent, TextEditorHelpKeyExampleComponent, TextEditorRichTextDisplayExampleComponent, TilesBasicExampleComponent, ToastBasicExampleComponent, ToastCustomComponentExampleComponent, ValidationEmailValidationControlValidatorExampleComponent, ValidationEmailValidationDirectiveExampleComponent, ValidationUrlValidationControlValidatorExampleComponent, ValidationUrlValidationDirectiveExampleComponent };
|