@skyux/indicators 12.27.0 → 13.0.0-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (71) hide show
  1. package/fesm2022/skyux-indicators-testing.mjs.map +1 -1
  2. package/fesm2022/skyux-indicators.mjs +95 -95
  3. package/fesm2022/skyux-indicators.mjs.map +1 -1
  4. package/index.d.ts +648 -35
  5. package/package.json +12 -12
  6. package/testing/index.d.ts +470 -3
  7. package/lib/modules/alert/alert.component.d.ts +0 -49
  8. package/lib/modules/alert/alert.module.d.ts +0 -11
  9. package/lib/modules/chevron/chevron.component.d.ts +0 -40
  10. package/lib/modules/chevron/chevron.module.d.ts +0 -14
  11. package/lib/modules/expansion-indicator/expansion-indicator.component.d.ts +0 -15
  12. package/lib/modules/expansion-indicator/expansion-indicator.module.d.ts +0 -9
  13. package/lib/modules/illustration/illustration-resolver.service.d.ts +0 -12
  14. package/lib/modules/illustration/illustration-size.d.ts +0 -1
  15. package/lib/modules/illustration/illustration.component.d.ts +0 -22
  16. package/lib/modules/illustration/illustration.module.d.ts +0 -7
  17. package/lib/modules/key-info/key-info-label.component.d.ts +0 -11
  18. package/lib/modules/key-info/key-info-layout-type.d.ts +0 -1
  19. package/lib/modules/key-info/key-info-value.component.d.ts +0 -9
  20. package/lib/modules/key-info/key-info.component.d.ts +0 -29
  21. package/lib/modules/key-info/key-info.module.d.ts +0 -12
  22. package/lib/modules/label/label-type.d.ts +0 -1
  23. package/lib/modules/label/label.component.d.ts +0 -32
  24. package/lib/modules/label/label.module.d.ts +0 -11
  25. package/lib/modules/shared/indicator-description-type.d.ts +0 -1
  26. package/lib/modules/shared/indicator-icon-type.d.ts +0 -1
  27. package/lib/modules/shared/indicator-icon-utility.d.ts +0 -7
  28. package/lib/modules/shared/sky-indicators-resources.module.d.ts +0 -10
  29. package/lib/modules/status-indicator/status-indicator.component.d.ts +0 -53
  30. package/lib/modules/status-indicator/status-indicator.module.d.ts +0 -13
  31. package/lib/modules/text-highlight/text-highlight.directive.d.ts +0 -18
  32. package/lib/modules/text-highlight/text-highlight.module.d.ts +0 -7
  33. package/lib/modules/tokens/token.component.d.ts +0 -58
  34. package/lib/modules/tokens/tokens.component.d.ts +0 -96
  35. package/lib/modules/tokens/tokens.module.d.ts +0 -12
  36. package/lib/modules/tokens/types/token-selected-event-args.d.ts +0 -7
  37. package/lib/modules/tokens/types/token.d.ts +0 -7
  38. package/lib/modules/tokens/types/tokens-message-type.d.ts +0 -22
  39. package/lib/modules/tokens/types/tokens-message.d.ts +0 -7
  40. package/lib/modules/wait/wait-adapter.service.d.ts +0 -16
  41. package/lib/modules/wait/wait-page.component.d.ts +0 -10
  42. package/lib/modules/wait/wait.component.d.ts +0 -51
  43. package/lib/modules/wait/wait.module.d.ts +0 -7
  44. package/lib/modules/wait/wait.service.d.ts +0 -42
  45. package/testing/legacy/alert-fixture.d.ts +0 -30
  46. package/testing/legacy/label-fixture.d.ts +0 -17
  47. package/testing/legacy/wait-fixture.d.ts +0 -12
  48. package/testing/modules/alert/alert-harness-filters.d.ts +0 -6
  49. package/testing/modules/alert/alert-harness.d.ts +0 -47
  50. package/testing/modules/chevron/chevron-harness.d.ts +0 -24
  51. package/testing/modules/help-inline/help-inline-harness-filters.d.ts +0 -8
  52. package/testing/modules/help-inline/help-inline-harness.d.ts +0 -24
  53. package/testing/modules/illustration/illustration-harness-filters.d.ts +0 -6
  54. package/testing/modules/illustration/illustration-harness.d.ts +0 -27
  55. package/testing/modules/key-info/key-info-harness-filters.d.ts +0 -6
  56. package/testing/modules/key-info/key-info-harness.d.ts +0 -31
  57. package/testing/modules/key-info/key-info-label-harness.d.ts +0 -15
  58. package/testing/modules/key-info/key-info-value-harness.d.ts +0 -15
  59. package/testing/modules/label/label-harness-filters.d.ts +0 -6
  60. package/testing/modules/label/label-harness.d.ts +0 -35
  61. package/testing/modules/status-indicator/status-indicator-harness-filters.d.ts +0 -6
  62. package/testing/modules/status-indicator/status-indicator-harness.d.ts +0 -47
  63. package/testing/modules/text-highlight/text-highlight-harness-filters.d.ts +0 -6
  64. package/testing/modules/text-highlight/text-highlight-harness.d.ts +0 -21
  65. package/testing/modules/tokens/token-harness-filters.d.ts +0 -10
  66. package/testing/modules/tokens/token-harness.d.ts +0 -41
  67. package/testing/modules/tokens/tokens-harness-filters.d.ts +0 -6
  68. package/testing/modules/tokens/tokens-harness.d.ts +0 -31
  69. package/testing/modules/wait/wait-harness-filters.d.ts +0 -10
  70. package/testing/modules/wait/wait-harness.d.ts +0 -34
  71. package/testing/public-api.d.ts +0 -24
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/indicators",
3
- "version": "12.27.0",
3
+ "version": "13.0.0-alpha.1",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -16,17 +16,17 @@
16
16
  },
17
17
  "homepage": "https://github.com/blackbaud/skyux#readme",
18
18
  "peerDependencies": {
19
- "@angular/animations": "^19.2.14",
20
- "@angular/cdk": "^19.2.19",
21
- "@angular/common": "^19.2.14",
22
- "@angular/core": "^19.2.14",
23
- "@angular/platform-browser": "^19.2.14",
24
- "@skyux-sdk/testing": "12.27.0",
25
- "@skyux/core": "12.27.0",
26
- "@skyux/help-inline": "12.27.0",
27
- "@skyux/i18n": "12.27.0",
28
- "@skyux/icon": "12.27.0",
29
- "@skyux/theme": "12.27.0"
19
+ "@angular/animations": "^20.0.5",
20
+ "@angular/cdk": "^20.0.4",
21
+ "@angular/common": "^20.0.5",
22
+ "@angular/core": "^20.0.5",
23
+ "@angular/platform-browser": "^20.0.5",
24
+ "@skyux-sdk/testing": "13.0.0-alpha.1",
25
+ "@skyux/core": "13.0.0-alpha.1",
26
+ "@skyux/help-inline": "13.0.0-alpha.1",
27
+ "@skyux/i18n": "13.0.0-alpha.1",
28
+ "@skyux/icon": "13.0.0-alpha.1",
29
+ "@skyux/theme": "13.0.0-alpha.1"
30
30
  },
31
31
  "dependencies": {
32
32
  "tslib": "^2.8.1"
@@ -1,5 +1,472 @@
1
+ import { HarnessPredicate, TestElement, BaseHarnessFilters, ComponentHarness } from '@angular/cdk/testing';
2
+ import { SkyHarnessFilters, SkyComponentHarness } from '@skyux/core/testing';
3
+ import { SkyIndicatorIconType, SkyIndicatorDescriptionType, SkyIllustrationSize, SkyKeyInfoLayoutType, SkyLabelType } from '@skyux/indicators';
4
+ import { ComponentFixture } from '@angular/core/testing';
5
+
1
6
  /**
2
- * Generated bundle index. Do not edit.
7
+ * A set of criteria that can be used to filter a list of SkyAlertHarness instances.
3
8
  */
4
- /// <amd-module name="@skyux/indicators/testing" />
5
- export * from './public-api';
9
+ interface SkyAlertHarnessFilters extends SkyHarnessFilters {
10
+ }
11
+
12
+ /**
13
+ * Harness for interacting with an alert component in tests.
14
+ */
15
+ declare class SkyAlertHarness extends SkyComponentHarness {
16
+ #private;
17
+ /**
18
+ * @internal
19
+ */
20
+ static hostSelector: string;
21
+ /**
22
+ * Gets a `HarnessPredicate` that can be used to search for a
23
+ * `SkyAlertHarness` that meets certain criteria.
24
+ */
25
+ static with(filters: SkyAlertHarnessFilters): HarnessPredicate<SkyAlertHarness>;
26
+ /**
27
+ * Gets the current alert type.
28
+ */
29
+ getAlertType(): Promise<SkyIndicatorIconType | undefined>;
30
+ /**
31
+ * Gets the current alert text.
32
+ */
33
+ getText(): Promise<string>;
34
+ /**
35
+ * Closes the alert.
36
+ */
37
+ close(): Promise<void>;
38
+ /**
39
+ * Whether the user closed the alert.
40
+ */
41
+ isClosed(): Promise<boolean>;
42
+ /**
43
+ * Whether the user can close the alert.
44
+ */
45
+ isCloseable(): Promise<boolean>;
46
+ /**
47
+ * Gets the `descriptionType` of the label component.
48
+ */
49
+ getDescriptionType(): Promise<SkyIndicatorDescriptionType>;
50
+ /**
51
+ * Gets the custom text used for the screen reader description of the label component icon.
52
+ */
53
+ getCustomDescription(): Promise<string>;
54
+ }
55
+
56
+ /**
57
+ * Harness for interacting with a chevron component in tests.
58
+ * @internal
59
+ */
60
+ declare class SkyChevronHarness extends SkyComponentHarness {
61
+ #private;
62
+ /**
63
+ * @internal
64
+ */
65
+ static hostSelector: string;
66
+ /**
67
+ * Gets the chevron direction.
68
+ */
69
+ getDirection(): Promise<string>;
70
+ /**
71
+ * Whether the chevron is disabled.
72
+ */
73
+ isDisabled(): Promise<boolean>;
74
+ /**
75
+ * Toggles the chevron.
76
+ */
77
+ toggle(): Promise<void>;
78
+ }
79
+
80
+ /**
81
+ * A set of criteria that can be used to filter a list of SkyHelpInlineHarness instances.
82
+ * @docsId SkyHelpInlineHarnessFiltersLegacy
83
+ * @deprecated Use the `SkyHelpInlineHarnessFilters` from `@skyux/help-inline/testing` instead.
84
+ */
85
+ interface SkyHelpInlineHarnessFilters extends SkyHarnessFilters {
86
+ }
87
+
88
+ /**
89
+ * Harness for interacting with a help inline component in tests.
90
+ * @docsId SkyHelpInlineHarnessLegacy
91
+ * @deprecated Use the `SkyHelpInlineHarness` from `@skyux/help-inline/testing` instead.
92
+ */
93
+ declare class SkyHelpInlineHarness extends SkyComponentHarness {
94
+ #private;
95
+ /**
96
+ * @internal
97
+ */
98
+ static hostSelector: string;
99
+ /**
100
+ * Gets a `HarnessPredicate` that can be used to search for a
101
+ * `SkyInlineHelpHarness` that meets certain criteria
102
+ */
103
+ static with(filters: SkyHelpInlineHarnessFilters): HarnessPredicate<SkyHelpInlineHarness>;
104
+ /**
105
+ * Clicks the help inline icon button
106
+ */
107
+ click(): Promise<void>;
108
+ }
109
+
110
+ /**
111
+ * A set of criteria that can be used to filter a list of `SkyIllustrationHarness` instances.
112
+ */
113
+ interface SkyIllustrationHarnessFilters extends SkyHarnessFilters {
114
+ }
115
+
116
+ /**
117
+ * Harness for interacting with an illustration component in tests.
118
+ */
119
+ declare class SkyIllustrationHarness extends SkyComponentHarness {
120
+ #private;
121
+ /**
122
+ * @internal
123
+ */
124
+ static hostSelector: string;
125
+ /**
126
+ * Gets a `HarnessPredicate` that can be used to search for a
127
+ * `SkyIllustrationHarness` that meets certain criteria.
128
+ */
129
+ static with(filters: SkyIllustrationHarnessFilters): HarnessPredicate<SkyIllustrationHarness>;
130
+ /**
131
+ * Gets the specified name of the illustration.
132
+ */
133
+ getName(): Promise<string>;
134
+ /**
135
+ * Gets the specified size of the illustration.
136
+ */
137
+ getSize(): Promise<SkyIllustrationSize>;
138
+ }
139
+
140
+ /**
141
+ * A set of criteria that can be used to filter a list of SkyKeyInfoHarness instances.
142
+ */
143
+ interface SkyKeyInfoHarnessFilters extends SkyHarnessFilters {
144
+ }
145
+
146
+ /**
147
+ * Harness for interacting with a key info component in tests.
148
+ */
149
+ declare class SkyKeyInfoHarness extends SkyComponentHarness {
150
+ #private;
151
+ /**
152
+ * @internal
153
+ */
154
+ static hostSelector: string;
155
+ /**
156
+ * Gets a `HarnessPredicate` that can be used to search for a
157
+ * `SkyKeyInfoHarness` that meets certain criteria.
158
+ */
159
+ static with(filters: SkyKeyInfoHarnessFilters): HarnessPredicate<SkyKeyInfoHarness>;
160
+ /**
161
+ * Gets the current value text.
162
+ */
163
+ getValueText(): Promise<string>;
164
+ /**
165
+ * Gets the current label text.
166
+ */
167
+ getLabelText(): Promise<string>;
168
+ /**
169
+ * Gets the current layout type.
170
+ */
171
+ getLayout(): Promise<SkyKeyInfoLayoutType>;
172
+ }
173
+
174
+ /**
175
+ * A set of criteria that can be used to filter a list of `SkyLabelHarness` instances.
176
+ */
177
+ interface SkyLabelHarnessFilters extends SkyHarnessFilters {
178
+ }
179
+
180
+ /**
181
+ * Harness for interacting with a label component in tests.
182
+ */
183
+ declare class SkyLabelHarness extends SkyComponentHarness {
184
+ #private;
185
+ /**
186
+ * @internal
187
+ */
188
+ static hostSelector: string;
189
+ /**
190
+ * Gets a `HarnessPredicate` that can be used to search for a
191
+ * `SkyLookupHarness` that meets certain criteria.
192
+ */
193
+ static with(filters: SkyLabelHarnessFilters): HarnessPredicate<SkyLabelHarness>;
194
+ /**
195
+ * Gets the text of the label component.
196
+ */
197
+ getLabelText(): Promise<string>;
198
+ /**
199
+ * Gets the `labelType` of the label component.
200
+ */
201
+ getLabelType(): Promise<SkyLabelType>;
202
+ /**
203
+ * Gets the `descriptionType` of the label component.
204
+ */
205
+ getDescriptionType(): Promise<SkyIndicatorDescriptionType>;
206
+ /**
207
+ * Gets the custom text used for the screen reader description of the label component icon.
208
+ */
209
+ getCustomDescription(): Promise<string>;
210
+ }
211
+
212
+ /**
213
+ * A set of criteria that can be used to filter a list of SkyStatusIndicatorHarness instances.
214
+ */
215
+ interface SkyStatusIndicatorHarnessFilters extends SkyHarnessFilters {
216
+ }
217
+
218
+ /**
219
+ * Harness for interacting with a status indicator component in tests.
220
+ */
221
+ declare class SkyStatusIndicatorHarness extends SkyComponentHarness {
222
+ #private;
223
+ /**
224
+ * @internal
225
+ */
226
+ static hostSelector: string;
227
+ /**
228
+ * Gets a `HarnessPredicate` that can be used to search for a
229
+ * `SkyStatusIndicatorHarness` that meets certain criteria.
230
+ */
231
+ static with(filters: SkyStatusIndicatorHarnessFilters): HarnessPredicate<SkyStatusIndicatorHarness>;
232
+ /**
233
+ * Gets the current status indicator type.
234
+ */
235
+ getIndicatorType(): Promise<SkyIndicatorIconType | undefined>;
236
+ /**
237
+ * Gets the current status indicator text.
238
+ */
239
+ getText(): Promise<string>;
240
+ /**
241
+ * Gets the `descriptionType` of the status indicator component.
242
+ */
243
+ getDescriptionType(): Promise<SkyIndicatorDescriptionType>;
244
+ /**
245
+ * Gets the custom text used for the screen reader description of the status indicator component icon.
246
+ */
247
+ getCustomDescription(): Promise<string>;
248
+ /**
249
+ * Clicks the help inline button.
250
+ */
251
+ clickHelpInline(): Promise<void>;
252
+ /**
253
+ * Gets the help inline popover content.
254
+ */
255
+ getHelpPopoverContent(): Promise<string | undefined>;
256
+ /**
257
+ * Gets the help inline popover title.
258
+ */
259
+ getHelpPopoverTitle(): Promise<string | undefined>;
260
+ }
261
+
262
+ /**
263
+ * A set of criteria that can be used to filter a list of SkyTextHighlightHarness instances.
264
+ */
265
+ interface SkyTextHighlightHarnessFilters extends SkyHarnessFilters {
266
+ }
267
+
268
+ /**
269
+ * Harness to interact with a text highlight directive in tests.
270
+ */
271
+ declare class SkyTextHighlightHarness extends SkyComponentHarness {
272
+ /**
273
+ * @internal
274
+ */
275
+ static hostSelector: string;
276
+ /**
277
+ * Gets a `HarnessPredicate` that can be used to search for a
278
+ * `SkyTextHighlightHarness` that meets certain criteria.
279
+ */
280
+ static with(filters: SkyTextHighlightHarnessFilters): HarnessPredicate<SkyTextHighlightHarness>;
281
+ /**
282
+ * Gets an array of all instances of highlighted text.
283
+ */
284
+ getHighlights(): Promise<TestElement[]>;
285
+ }
286
+
287
+ /**
288
+ * A set of criteria that can be used to filter a list of `SkyTokenHarness` instances.
289
+ */
290
+ interface SkyTokenHarnessFilters extends BaseHarnessFilters {
291
+ /**
292
+ * Only find instances whose text content matches the given value.
293
+ */
294
+ text?: string | RegExp;
295
+ }
296
+
297
+ /**
298
+ * Harness for interacting with a token component in tests.
299
+ */
300
+ declare class SkyTokenHarness extends ComponentHarness {
301
+ #private;
302
+ /**
303
+ * @internal
304
+ */
305
+ static hostSelector: string;
306
+ /**
307
+ * Gets a `HarnessPredicate` that can be used to search for a
308
+ * `SkyTokenHarness` that meets certain criteria.
309
+ */
310
+ static with(filters: SkyTokenHarnessFilters): HarnessPredicate<SkyTokenHarness>;
311
+ /**
312
+ * Selects the token.
313
+ */
314
+ select(): Promise<void>;
315
+ /**
316
+ * Dismisses the token.
317
+ */
318
+ dismiss(): Promise<void>;
319
+ /**
320
+ * Returns the text content of the token.
321
+ */
322
+ getText(): Promise<string>;
323
+ /**
324
+ * Whether the token is disabled.
325
+ */
326
+ isDisabled(): Promise<boolean>;
327
+ /**
328
+ * Whether the token is dismissible.
329
+ */
330
+ isDismissible(): Promise<boolean>;
331
+ /**
332
+ * Whether the token is focused.
333
+ */
334
+ isFocused(): Promise<boolean>;
335
+ }
336
+
337
+ /**
338
+ * A set of criteria that can be used to filter a list of `SkyTokensHarness` instances.
339
+ */
340
+ interface SkyTokensHarnessFilters extends SkyHarnessFilters {
341
+ }
342
+
343
+ /**
344
+ * Harness for interacting with a tokens component in tests.
345
+ */
346
+ declare class SkyTokensHarness extends SkyComponentHarness {
347
+ /**
348
+ * @internal
349
+ */
350
+ static hostSelector: string;
351
+ /**
352
+ * Gets a `HarnessPredicate` that can be used to search for a
353
+ * `SkyTokensHarness` that meets certain criteria.
354
+ */
355
+ static with(filters: SkyTokensHarnessFilters): HarnessPredicate<SkyTokensHarness>;
356
+ /**
357
+ * Dismisses all tokens, or tokens that meet certain criteria.
358
+ */
359
+ dismissTokens(filters?: SkyTokenHarnessFilters): Promise<void>;
360
+ /**
361
+ * Returns a list of tokens.
362
+ */
363
+ getTokens(filters?: SkyTokenHarnessFilters): Promise<SkyTokenHarness[]>;
364
+ /**
365
+ * Returns the text content of all tokens.
366
+ */
367
+ getTokensText(): Promise<string[]>;
368
+ }
369
+
370
+ /**
371
+ * A set of criteria that can be used to filter a list of SkyWaitHarness instances.
372
+ */
373
+ interface SkyWaitHarnessFilters extends SkyHarnessFilters {
374
+ /**
375
+ * Only find blocking or non-blocking instances created by the `SkyWaitService`.
376
+ */
377
+ servicePageWaitType?: 'blocking' | 'non-blocking';
378
+ }
379
+
380
+ /**
381
+ * Harness for interacting with a wait component in tests.
382
+ */
383
+ declare class SkyWaitHarness extends SkyComponentHarness {
384
+ #private;
385
+ /**
386
+ * @internal
387
+ */
388
+ static hostSelector: string;
389
+ /**
390
+ * Gets a `HarnessPredicate` that can be used to search for a
391
+ * `SkyWaitHarness` that meets certain criteria.
392
+ */
393
+ static with(filters: SkyWaitHarnessFilters): HarnessPredicate<SkyWaitHarness>;
394
+ /**
395
+ * Gets the ARIA label for the wait component or throws an error if not waiting.
396
+ */
397
+ getAriaLabel(): Promise<string>;
398
+ /**
399
+ * Gets the waiting state of the wait component.
400
+ */
401
+ isWaiting(): Promise<boolean>;
402
+ /**
403
+ * Gets the full page state of the wait component.
404
+ */
405
+ isFullPage(): Promise<boolean>;
406
+ /**
407
+ * Gets the blocking state of the wait component.
408
+ */
409
+ isNonBlocking(): Promise<boolean>;
410
+ }
411
+
412
+ /**
413
+ * Allows interaction with a SKY UX alert component.
414
+ * @deprecated Use `SkyAlertHarness` instead.
415
+ * @internal
416
+ */
417
+ declare class SkyAlertFixture {
418
+ #private;
419
+ /**
420
+ * The alert's current text.
421
+ */
422
+ get text(): string | undefined;
423
+ /**
424
+ * A flag indicating whether the alert can be closed.
425
+ */
426
+ get closeable(): boolean | undefined;
427
+ /**
428
+ * Returns a flag indicating whether the alert is closed.
429
+ */
430
+ get closed(): boolean;
431
+ /**
432
+ * The alert's current type.
433
+ */
434
+ get alertType(): string | undefined;
435
+ constructor(fixture: ComponentFixture<unknown>, skyTestId: string);
436
+ /**
437
+ * Closes the alert. If the alert is not closeable, an error is thrown.
438
+ */
439
+ close(): void;
440
+ }
441
+
442
+ /**
443
+ * Allows interaction with a SKY UX label component.
444
+ * @internal
445
+ */
446
+ declare class SkyLabelFixture {
447
+ #private;
448
+ /**
449
+ * The label's current type.
450
+ */
451
+ get labelType(): string | undefined;
452
+ /**
453
+ * The label's current text.
454
+ */
455
+ get text(): string | undefined;
456
+ constructor(fixture: ComponentFixture<any>, skyTestId: string);
457
+ }
458
+
459
+ /**
460
+ * @internal
461
+ */
462
+ declare class SkyWaitFixture {
463
+ #private;
464
+ get isWaiting(): boolean;
465
+ get isFullPage(): boolean;
466
+ get ariaLabel(): string;
467
+ get isNonBlocking(): boolean;
468
+ constructor(fixture: ComponentFixture<unknown>, skyTestId: string);
469
+ }
470
+
471
+ export { SkyAlertFixture, SkyAlertHarness, SkyChevronHarness, SkyHelpInlineHarness, SkyIllustrationHarness, SkyKeyInfoHarness, SkyLabelFixture, SkyLabelHarness, SkyStatusIndicatorHarness, SkyTextHighlightHarness, SkyTokenHarness, SkyTokensHarness, SkyWaitFixture, SkyWaitHarness };
472
+ export type { SkyAlertHarnessFilters, SkyHelpInlineHarnessFilters, SkyIllustrationHarnessFilters, SkyKeyInfoHarnessFilters, SkyLabelHarnessFilters, SkyStatusIndicatorHarnessFilters, SkyTextHighlightHarnessFilters, SkyTokenHarnessFilters, SkyTokensHarnessFilters, SkyWaitHarnessFilters };
@@ -1,49 +0,0 @@
1
- import { AfterViewChecked, EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
- import { SkyIndicatorDescriptionType } from '../shared/indicator-description-type';
3
- import { SkyIndicatorIconType } from '../shared/indicator-icon-type';
4
- import * as i0 from "@angular/core";
5
- import * as i1 from "@skyux/theme";
6
- export declare class SkyAlertComponent implements AfterViewChecked, OnInit, OnDestroy {
7
- #private;
8
- /**
9
- * The style for the alert, which determines the icon and background color.
10
- * The valid options are `danger`, `info`, `success`, and `warning`.
11
- * @default "warning"
12
- */
13
- set alertType(value: SkyIndicatorIconType | undefined);
14
- /**
15
- * Whether to include a close button for users to dismiss the alert.
16
- * @default false
17
- */
18
- closeable: boolean | undefined;
19
- /**
20
- * Whether the alert is closed.
21
- * @default false
22
- */
23
- closed: boolean | undefined;
24
- /**
25
- * The predefined text to be read by screen readers for users who cannot see the alert icon.
26
- * This property is optional but will be required in future versions of SKY UX.
27
- */
28
- set descriptionType(value: SkyIndicatorDescriptionType | undefined);
29
- get descriptionType(): SkyIndicatorDescriptionType | undefined;
30
- /**
31
- * The text to be read by screen readers for users who cannot see
32
- * the indicator icon when `descriptionType` is `custom`.
33
- */
34
- set customDescription(value: string | undefined);
35
- get customDescription(): string | undefined;
36
- /**
37
- * Fires when users close the alert.
38
- */
39
- closedChange: EventEmitter<boolean>;
40
- iconName: string | undefined;
41
- alertTypeOrDefault: SkyIndicatorIconType;
42
- descriptionComputed: string | undefined;
43
- ngOnInit(): void;
44
- ngAfterViewChecked(): void;
45
- ngOnDestroy(): void;
46
- close(): void;
47
- static ɵfac: i0.ɵɵFactoryDeclaration<SkyAlertComponent, never>;
48
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyAlertComponent, "sky-alert", never, { "alertType": { "alias": "alertType"; "required": false; }; "closeable": { "alias": "closeable"; "required": false; }; "closed": { "alias": "closed"; "required": false; }; "descriptionType": { "alias": "descriptionType"; "required": false; }; "customDescription": { "alias": "customDescription"; "required": false; }; }, { "closedChange": "closedChange"; }, never, ["*"], false, [{ directive: typeof i1.SkyThemeComponentClassDirective; inputs: {}; outputs: {}; }]>;
49
- }
@@ -1,11 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./alert.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@skyux/icon";
5
- import * as i4 from "../shared/sky-indicators-resources.module";
6
- import * as i5 from "@skyux/theme";
7
- export declare class SkyAlertModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<SkyAlertModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<SkyAlertModule, [typeof i1.SkyAlertComponent], [typeof i2.CommonModule, typeof i3.SkyIconModule, typeof i4.SkyIndicatorsResourcesModule, typeof i5.SkyThemeModule], [typeof i1.SkyAlertComponent]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<SkyAlertModule>;
11
- }
@@ -1,40 +0,0 @@
1
- import { EventEmitter } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "@skyux/theme";
4
- /**
5
- * Creates an accessible button that wraps the chevron icon.
6
- * @internal
7
- */
8
- export declare class SkyChevronComponent {
9
- /**
10
- * The element whose contents are controlled by the chevron.
11
- * This sets the chevron's `aria-controls` attribute
12
- * [to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility).
13
- * For more information about the `aria-controls` attribute, see the [WAI-ARIA definition](https://www.w3.org/TR/wai-aria/#aria-controls).
14
- */
15
- ariaControls: string | undefined;
16
- /**
17
- * The ARIA label for the chevron. This sets the chevron's `aria-label` attribute to provide a text equivalent for screen readers
18
- * [to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility).
19
- * For more information about the `aria-label` attribute, see the [WAI-ARIA definition](https://www.w3.org/TR/wai-aria/#aria-label).
20
- */
21
- ariaLabel: string | undefined;
22
- /**
23
- * The direction that the chevron points, which can be up or down.
24
- */
25
- set direction(value: string | undefined);
26
- /**
27
- * Whether to disable the chevron button.
28
- */
29
- disabled: boolean;
30
- /**
31
- * Fires when the direction of the chevron changes.
32
- */
33
- directionChange: EventEmitter<string>;
34
- ariaExpanded: boolean;
35
- directionOrDefault: string;
36
- chevronClick(event: Event): void;
37
- chevronKeyDown(event: KeyboardEvent): void;
38
- static ɵfac: i0.ɵɵFactoryDeclaration<SkyChevronComponent, never>;
39
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyChevronComponent, "sky-chevron", never, { "ariaControls": { "alias": "ariaControls"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "directionChange": "directionChange"; }, never, never, false, [{ directive: typeof i1.SkyThemeComponentClassDirective; inputs: {}; outputs: {}; }]>;
40
- }
@@ -1,14 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./chevron.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "../shared/sky-indicators-resources.module";
5
- import * as i4 from "@skyux/theme";
6
- import * as i5 from "../expansion-indicator/expansion-indicator.module";
7
- /**
8
- * @internal
9
- */
10
- export declare class SkyChevronModule {
11
- static ɵfac: i0.ɵɵFactoryDeclaration<SkyChevronModule, never>;
12
- static ɵmod: i0.ɵɵNgModuleDeclaration<SkyChevronModule, [typeof i1.SkyChevronComponent], [typeof i2.CommonModule, typeof i3.SkyIndicatorsResourcesModule, typeof i4.SkyThemeModule, typeof i5.SkyExpansionIndicatorModule], [typeof i1.SkyChevronComponent]>;
13
- static ɵinj: i0.ɵɵInjectorDeclaration<SkyChevronModule>;
14
- }
@@ -1,15 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@skyux/theme";
3
- /**
4
- * Displays a chevron icon.
5
- * @internal
6
- */
7
- export declare class SkyExpansionIndicatorComponent {
8
- /**
9
- * The direction that the chevron points, which can be up or down.
10
- */
11
- set direction(value: string | undefined);
12
- directionOrDefault: string;
13
- static ɵfac: i0.ɵɵFactoryDeclaration<SkyExpansionIndicatorComponent, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyExpansionIndicatorComponent, "sky-expansion-indicator", never, { "direction": { "alias": "direction"; "required": false; }; }, {}, never, never, false, [{ directive: typeof i1.SkyThemeComponentClassDirective; inputs: {}; outputs: {}; }]>;
15
- }
@@ -1,9 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./expansion-indicator.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@skyux/theme";
5
- export declare class SkyExpansionIndicatorModule {
6
- static ɵfac: i0.ɵɵFactoryDeclaration<SkyExpansionIndicatorModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<SkyExpansionIndicatorModule, [typeof i1.SkyExpansionIndicatorComponent], [typeof i2.CommonModule, typeof i3.SkyThemeModule], [typeof i1.SkyExpansionIndicatorComponent]>;
8
- static ɵinj: i0.ɵɵInjectorDeclaration<SkyExpansionIndicatorModule>;
9
- }
@@ -1,12 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- /**
3
- * Resolves information about spot illustrations.
4
- */
5
- export declare abstract class SkyIllustrationResolverService {
6
- /**
7
- * Resolves a URL for the specified illustration name.
8
- */
9
- abstract resolveUrl(name: string): Promise<string>;
10
- static ɵfac: i0.ɵɵFactoryDeclaration<SkyIllustrationResolverService, never>;
11
- static ɵprov: i0.ɵɵInjectableDeclaration<SkyIllustrationResolverService>;
12
- }
@@ -1 +0,0 @@
1
- export type SkyIllustrationSize = 'sm' | 'md' | 'lg' | 'xl';