@truenas/ui-components 0.1.24 → 0.1.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
package/src/styles/themes.css
CHANGED
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
--tn-accent: #545454;
|
|
12
12
|
--tn-bg1: #1E1E1E;
|
|
13
13
|
--tn-bg2: #282828;
|
|
14
|
+
--tn-bg3: #333333;
|
|
14
15
|
--tn-fg1: #ffffff;
|
|
15
16
|
--tn-fg2: rgba(255,255,255,0.85);
|
|
16
17
|
--tn-alt-bg1: #383838;
|
|
@@ -67,6 +68,7 @@
|
|
|
67
68
|
--tn-accent: var(--tn-yellow);
|
|
68
69
|
--tn-bg1: #1E1E1E;
|
|
69
70
|
--tn-bg2: #282828;
|
|
71
|
+
--tn-bg3: #333333;
|
|
70
72
|
--tn-fg1: #e0e0e0;
|
|
71
73
|
--tn-fg2: rgba(255,255,255,0.85);
|
|
72
74
|
--tn-alt-bg1: #383838;
|
|
@@ -100,6 +102,7 @@
|
|
|
100
102
|
--tn-accent: #DED142;
|
|
101
103
|
--tn-bg1: #f2f2f2;
|
|
102
104
|
--tn-bg2: #ffffff;
|
|
105
|
+
--tn-bg3: #e8e8e8;
|
|
103
106
|
--tn-fg1: #585858;
|
|
104
107
|
--tn-fg2: #666666;
|
|
105
108
|
--tn-alt-bg1: #f0f0f0;
|
|
@@ -134,6 +137,7 @@
|
|
|
134
137
|
--tn-accent: #bd93f9;
|
|
135
138
|
--tn-bg1: #181a26;
|
|
136
139
|
--tn-bg2: #282a36;
|
|
140
|
+
--tn-bg3: #343746;
|
|
137
141
|
--tn-fg1: #efefef;
|
|
138
142
|
--tn-fg2: #cacac5;
|
|
139
143
|
--tn-alt-bg1: #3a3d4a;
|
|
@@ -168,6 +172,7 @@
|
|
|
168
172
|
--tn-accent: #5e81aC;
|
|
169
173
|
--tn-bg1: #2e3440;
|
|
170
174
|
--tn-bg2: #3b4252;
|
|
175
|
+
--tn-bg3: #454d5e;
|
|
171
176
|
--tn-fg1: #eceff4;
|
|
172
177
|
--tn-fg2: #e5e9f0;
|
|
173
178
|
--tn-alt-bg1: #434c5e;
|
|
@@ -201,6 +206,7 @@
|
|
|
201
206
|
--tn-accent: #f0cb00;
|
|
202
207
|
--tn-bg1: #F2F2F2;
|
|
203
208
|
--tn-bg2: #FAFAFA;
|
|
209
|
+
--tn-bg3: #e8e8e8;
|
|
204
210
|
--tn-fg1: #3f3f3f;
|
|
205
211
|
--tn-fg2: #666666;
|
|
206
212
|
--tn-alt-bg1: #f0f0f0;
|
|
@@ -237,6 +243,7 @@
|
|
|
237
243
|
--tn-accent: var(--tn-cyan);
|
|
238
244
|
--tn-bg1: #002b36;
|
|
239
245
|
--tn-bg2: #073642;
|
|
246
|
+
--tn-bg3: #0a4050;
|
|
240
247
|
--tn-fg1: #586e75;
|
|
241
248
|
--tn-fg2: #7f99a2;
|
|
242
249
|
--tn-alt-bg1: #0e4853;
|
|
@@ -272,6 +279,7 @@
|
|
|
272
279
|
--tn-accent: var(--tn-violet);
|
|
273
280
|
--tn-bg1: #212a35;
|
|
274
281
|
--tn-bg2: #303d48;
|
|
282
|
+
--tn-bg3: #3d4a55;
|
|
275
283
|
--tn-fg1: #aaaaaa;
|
|
276
284
|
--tn-fg2: #cccccc;
|
|
277
285
|
--tn-alt-bg1: #3d4a55;
|
|
@@ -304,6 +312,7 @@
|
|
|
304
312
|
--tn-accent: var(--tn-magenta);
|
|
305
313
|
--tn-bg1: #dddddd;
|
|
306
314
|
--tn-bg2: #ffffff;
|
|
315
|
+
--tn-bg3: #d0d0d0;
|
|
307
316
|
--tn-fg1: #222222;
|
|
308
317
|
--tn-fg2: #333333;
|
|
309
318
|
--tn-alt-bg1: #f0f0f0;
|
|
@@ -1191,6 +1191,21 @@ declare class TnExpansionPanelComponent {
|
|
|
1191
1191
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<TnExpansionPanelComponent, "tn-expansion-panel", never, { "title": { "alias": "title"; "required": false; "isSignal": true; }; "elevation": { "alias": "elevation"; "required": false; "isSignal": true; }; "padding": { "alias": "padding"; "required": false; "isSignal": true; }; "bordered": { "alias": "bordered"; "required": false; "isSignal": true; }; "background": { "alias": "background"; "required": false; "isSignal": true; }; "expanded": { "alias": "expanded"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "titleStyle": { "alias": "titleStyle"; "required": false; "isSignal": true; }; }, { "expandedChange": "expandedChange"; "toggleEvent": "toggleEvent"; }, never, ["[slot=title]", "*"], true, never>;
|
|
1192
1192
|
}
|
|
1193
1193
|
|
|
1194
|
+
/**
|
|
1195
|
+
* Directive to mark content for projection into the checkbox label area.
|
|
1196
|
+
* Use when the label needs rich content (links, icons, etc.) instead of plain text.
|
|
1197
|
+
*
|
|
1198
|
+
* @example
|
|
1199
|
+
* ```html
|
|
1200
|
+
* <tn-checkbox formControlName="terms">
|
|
1201
|
+
* <span tnCheckboxLabel>I agree to the <a href="/terms">Terms</a></span>
|
|
1202
|
+
* </tn-checkbox>
|
|
1203
|
+
* ```
|
|
1204
|
+
*/
|
|
1205
|
+
declare class TnCheckboxLabelDirective {
|
|
1206
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<TnCheckboxLabelDirective, never>;
|
|
1207
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<TnCheckboxLabelDirective, "[tnCheckboxLabel]", never, {}, {}, never, never, true, never>;
|
|
1208
|
+
}
|
|
1194
1209
|
declare class TnCheckboxComponent implements AfterViewInit, OnDestroy, ControlValueAccessor {
|
|
1195
1210
|
checkboxEl: _angular_core.Signal<ElementRef<HTMLInputElement>>;
|
|
1196
1211
|
label: _angular_core.InputSignal<string>;
|
|
@@ -1202,8 +1217,11 @@ declare class TnCheckboxComponent implements AfterViewInit, OnDestroy, ControlVa
|
|
|
1202
1217
|
error: _angular_core.InputSignal<string | null>;
|
|
1203
1218
|
checked: _angular_core.InputSignal<boolean>;
|
|
1204
1219
|
change: _angular_core.OutputEmitterRef<boolean>;
|
|
1220
|
+
private labelContent;
|
|
1221
|
+
protected hasProjectedLabel: _angular_core.Signal<boolean>;
|
|
1205
1222
|
id: string;
|
|
1206
1223
|
private internalChecked;
|
|
1224
|
+
private cvaControlled;
|
|
1207
1225
|
private formDisabled;
|
|
1208
1226
|
isDisabled: _angular_core.Signal<boolean>;
|
|
1209
1227
|
private focusMonitor;
|
|
@@ -1219,7 +1237,182 @@ declare class TnCheckboxComponent implements AfterViewInit, OnDestroy, ControlVa
|
|
|
1219
1237
|
onCheckboxChange(event: Event): void;
|
|
1220
1238
|
classes: _angular_core.Signal<string[]>;
|
|
1221
1239
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<TnCheckboxComponent, never>;
|
|
1222
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<TnCheckboxComponent, "tn-checkbox", never, { "label": { "alias": "label"; "required": false; "isSignal": true; }; "hideLabel": { "alias": "hideLabel"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; "indeterminate": { "alias": "indeterminate"; "required": false; "isSignal": true; }; "testId": { "alias": "testId"; "required": false; "isSignal": true; }; "error": { "alias": "error"; "required": false; "isSignal": true; }; "checked": { "alias": "checked"; "required": false; "isSignal": true; }; }, { "change": "change"; },
|
|
1240
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<TnCheckboxComponent, "tn-checkbox", never, { "label": { "alias": "label"; "required": false; "isSignal": true; }; "hideLabel": { "alias": "hideLabel"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; "indeterminate": { "alias": "indeterminate"; "required": false; "isSignal": true; }; "testId": { "alias": "testId"; "required": false; "isSignal": true; }; "error": { "alias": "error"; "required": false; "isSignal": true; }; "checked": { "alias": "checked"; "required": false; "isSignal": true; }; }, { "change": "change"; }, ["labelContent"], ["[tnCheckboxLabel]"], true, never>;
|
|
1241
|
+
}
|
|
1242
|
+
|
|
1243
|
+
/**
|
|
1244
|
+
* Harness for interacting with tn-checkbox in tests.
|
|
1245
|
+
* Provides methods for checking, unchecking, and querying checkbox state.
|
|
1246
|
+
*
|
|
1247
|
+
* @example
|
|
1248
|
+
* ```typescript
|
|
1249
|
+
* // Find and check a checkbox
|
|
1250
|
+
* const checkbox = await loader.getHarness(TnCheckboxHarness.with({ label: 'Accept terms' }));
|
|
1251
|
+
* await checkbox.check();
|
|
1252
|
+
* expect(await checkbox.isChecked()).toBe(true);
|
|
1253
|
+
*
|
|
1254
|
+
* // Toggle a checkbox
|
|
1255
|
+
* await checkbox.toggle();
|
|
1256
|
+
* expect(await checkbox.isChecked()).toBe(false);
|
|
1257
|
+
*
|
|
1258
|
+
* // Find by testId
|
|
1259
|
+
* const terms = await loader.getHarness(TnCheckboxHarness.with({ testId: 'terms-checkbox' }));
|
|
1260
|
+
* ```
|
|
1261
|
+
*/
|
|
1262
|
+
declare class TnCheckboxHarness extends ComponentHarness {
|
|
1263
|
+
/**
|
|
1264
|
+
* The selector for the host element of a `TnCheckboxComponent` instance.
|
|
1265
|
+
*/
|
|
1266
|
+
static hostSelector: string;
|
|
1267
|
+
private _input;
|
|
1268
|
+
private _label;
|
|
1269
|
+
private _text;
|
|
1270
|
+
private _error;
|
|
1271
|
+
/**
|
|
1272
|
+
* Gets a `HarnessPredicate` that can be used to search for a checkbox
|
|
1273
|
+
* with specific attributes.
|
|
1274
|
+
*
|
|
1275
|
+
* @param options Options for filtering which checkbox instances are considered a match.
|
|
1276
|
+
* @returns A `HarnessPredicate` configured with the given options.
|
|
1277
|
+
*
|
|
1278
|
+
* @example
|
|
1279
|
+
* ```typescript
|
|
1280
|
+
* // Find by label text
|
|
1281
|
+
* const checkbox = await loader.getHarness(TnCheckboxHarness.with({ label: 'Accept' }));
|
|
1282
|
+
*
|
|
1283
|
+
* // Find by label regex
|
|
1284
|
+
* const checkbox = await loader.getHarness(TnCheckboxHarness.with({ label: /terms/i }));
|
|
1285
|
+
*
|
|
1286
|
+
* // Find by testId
|
|
1287
|
+
* const checkbox = await loader.getHarness(TnCheckboxHarness.with({ testId: 'my-checkbox' }));
|
|
1288
|
+
* ```
|
|
1289
|
+
*/
|
|
1290
|
+
static with(options?: CheckboxHarnessFilters): HarnessPredicate<TnCheckboxHarness>;
|
|
1291
|
+
/**
|
|
1292
|
+
* Gets the checkbox label text content.
|
|
1293
|
+
*
|
|
1294
|
+
* @returns Promise resolving to the label text.
|
|
1295
|
+
*
|
|
1296
|
+
* @example
|
|
1297
|
+
* ```typescript
|
|
1298
|
+
* const checkbox = await loader.getHarness(TnCheckboxHarness);
|
|
1299
|
+
* expect(await checkbox.getLabelText()).toBe('Accept terms');
|
|
1300
|
+
* ```
|
|
1301
|
+
*/
|
|
1302
|
+
getLabelText(): Promise<string>;
|
|
1303
|
+
/**
|
|
1304
|
+
* Checks whether the checkbox is currently checked.
|
|
1305
|
+
*
|
|
1306
|
+
* @returns Promise resolving to true if the checkbox is checked.
|
|
1307
|
+
*
|
|
1308
|
+
* @example
|
|
1309
|
+
* ```typescript
|
|
1310
|
+
* const checkbox = await loader.getHarness(TnCheckboxHarness);
|
|
1311
|
+
* expect(await checkbox.isChecked()).toBe(false);
|
|
1312
|
+
* ```
|
|
1313
|
+
*/
|
|
1314
|
+
isChecked(): Promise<boolean>;
|
|
1315
|
+
/**
|
|
1316
|
+
* Checks whether the checkbox is disabled.
|
|
1317
|
+
*
|
|
1318
|
+
* @returns Promise resolving to true if the checkbox is disabled.
|
|
1319
|
+
*
|
|
1320
|
+
* @example
|
|
1321
|
+
* ```typescript
|
|
1322
|
+
* const checkbox = await loader.getHarness(TnCheckboxHarness);
|
|
1323
|
+
* expect(await checkbox.isDisabled()).toBe(false);
|
|
1324
|
+
* ```
|
|
1325
|
+
*/
|
|
1326
|
+
isDisabled(): Promise<boolean>;
|
|
1327
|
+
/**
|
|
1328
|
+
* Checks whether the checkbox is required.
|
|
1329
|
+
*
|
|
1330
|
+
* @returns Promise resolving to true if the checkbox is required.
|
|
1331
|
+
*
|
|
1332
|
+
* @example
|
|
1333
|
+
* ```typescript
|
|
1334
|
+
* const checkbox = await loader.getHarness(TnCheckboxHarness);
|
|
1335
|
+
* expect(await checkbox.isRequired()).toBe(true);
|
|
1336
|
+
* ```
|
|
1337
|
+
*/
|
|
1338
|
+
isRequired(): Promise<boolean>;
|
|
1339
|
+
/**
|
|
1340
|
+
* Checks whether the checkbox is in the indeterminate state.
|
|
1341
|
+
*
|
|
1342
|
+
* @returns Promise resolving to true if the checkbox is indeterminate.
|
|
1343
|
+
*
|
|
1344
|
+
* @example
|
|
1345
|
+
* ```typescript
|
|
1346
|
+
* const checkbox = await loader.getHarness(TnCheckboxHarness);
|
|
1347
|
+
* expect(await checkbox.isIndeterminate()).toBe(false);
|
|
1348
|
+
* ```
|
|
1349
|
+
*/
|
|
1350
|
+
isIndeterminate(): Promise<boolean>;
|
|
1351
|
+
/**
|
|
1352
|
+
* Gets the test ID attribute value.
|
|
1353
|
+
*
|
|
1354
|
+
* @returns Promise resolving to the test ID string, or null.
|
|
1355
|
+
*
|
|
1356
|
+
* @example
|
|
1357
|
+
* ```typescript
|
|
1358
|
+
* const checkbox = await loader.getHarness(TnCheckboxHarness);
|
|
1359
|
+
* expect(await checkbox.getTestId()).toBe('terms-checkbox');
|
|
1360
|
+
* ```
|
|
1361
|
+
*/
|
|
1362
|
+
getTestId(): Promise<string | null>;
|
|
1363
|
+
/**
|
|
1364
|
+
* Gets the error message text, if any.
|
|
1365
|
+
*
|
|
1366
|
+
* @returns Promise resolving to the error message, or null if none.
|
|
1367
|
+
*
|
|
1368
|
+
* @example
|
|
1369
|
+
* ```typescript
|
|
1370
|
+
* const checkbox = await loader.getHarness(TnCheckboxHarness);
|
|
1371
|
+
* expect(await checkbox.getErrorText()).toBe('You must accept the terms');
|
|
1372
|
+
* ```
|
|
1373
|
+
*/
|
|
1374
|
+
getErrorText(): Promise<string | null>;
|
|
1375
|
+
/**
|
|
1376
|
+
* Checks the checkbox. No-op if already checked.
|
|
1377
|
+
*
|
|
1378
|
+
* @example
|
|
1379
|
+
* ```typescript
|
|
1380
|
+
* const checkbox = await loader.getHarness(TnCheckboxHarness);
|
|
1381
|
+
* await checkbox.check();
|
|
1382
|
+
* expect(await checkbox.isChecked()).toBe(true);
|
|
1383
|
+
* ```
|
|
1384
|
+
*/
|
|
1385
|
+
check(): Promise<void>;
|
|
1386
|
+
/**
|
|
1387
|
+
* Unchecks the checkbox. No-op if already unchecked.
|
|
1388
|
+
*
|
|
1389
|
+
* @example
|
|
1390
|
+
* ```typescript
|
|
1391
|
+
* const checkbox = await loader.getHarness(TnCheckboxHarness);
|
|
1392
|
+
* await checkbox.uncheck();
|
|
1393
|
+
* expect(await checkbox.isChecked()).toBe(false);
|
|
1394
|
+
* ```
|
|
1395
|
+
*/
|
|
1396
|
+
uncheck(): Promise<void>;
|
|
1397
|
+
/**
|
|
1398
|
+
* Toggles the checkbox checked state by clicking the label.
|
|
1399
|
+
*
|
|
1400
|
+
* @example
|
|
1401
|
+
* ```typescript
|
|
1402
|
+
* const checkbox = await loader.getHarness(TnCheckboxHarness);
|
|
1403
|
+
* await checkbox.toggle();
|
|
1404
|
+
* ```
|
|
1405
|
+
*/
|
|
1406
|
+
toggle(): Promise<void>;
|
|
1407
|
+
}
|
|
1408
|
+
/**
|
|
1409
|
+
* A set of criteria that can be used to filter a list of `TnCheckboxHarness` instances.
|
|
1410
|
+
*/
|
|
1411
|
+
interface CheckboxHarnessFilters extends BaseHarnessFilters {
|
|
1412
|
+
/** Filters by label text. Supports string or regex matching. */
|
|
1413
|
+
label?: string | RegExp;
|
|
1414
|
+
/** Filters by data-testid attribute. */
|
|
1415
|
+
testId?: string;
|
|
1223
1416
|
}
|
|
1224
1417
|
|
|
1225
1418
|
declare class TnRadioComponent implements AfterViewInit, OnDestroy, ControlValueAccessor {
|
|
@@ -4419,5 +4612,5 @@ declare const TN_THEME_DEFINITIONS: readonly TnThemeDefinition[];
|
|
|
4419
4612
|
*/
|
|
4420
4613
|
declare const THEME_MAP: Map<TnTheme, TnThemeDefinition>;
|
|
4421
4614
|
|
|
4422
|
-
export { CommonShortcuts, DEFAULT_THEME, DiskIconComponent, DiskType, FileSizePipe, InputType, LIGHT_THEME, LinuxModifierKeys, LinuxShortcuts, ModifierKeys, QuickShortcuts, ShortcutBuilder, StripMntPrefixPipe, THEME_MAP, THEME_STORAGE_KEY, TN_THEME_DEFINITIONS, TnAutocompleteComponent, TnAutocompleteHarness, TnBannerActionDirective, TnBannerComponent, TnBannerHarness, TnBrandedSpinnerComponent, TnButtonComponent, TnButtonHarness, TnButtonToggleComponent, TnButtonToggleGroupComponent, TnCalendarComponent, TnCalendarHeaderComponent, TnCardComponent, TnCellDefDirective, TnCheckboxComponent, TnChipComponent, TnConfirmDialogComponent, TnDateInputComponent, TnDateRangeInputComponent, TnDialog, TnDialogHarness, TnDialogShellComponent, TnDialogTesting, TnDividerComponent, TnDividerDirective, TnEmptyComponent, TnEmptyHarness, TnExpansionPanelComponent, TnFilePickerComponent, TnFilePickerPopupComponent, TnFormFieldComponent, TnHeaderCellDefDirective, TnIconButtonComponent, TnIconButtonHarness, TnIconComponent, TnIconHarness, TnIconRegistryService, TnIconTesting, TnInputComponent, TnInputDirective, TnInputHarness, TnKeyboardShortcutComponent, TnKeyboardShortcutService, TnListAvatarDirective, TnListComponent, TnListIconDirective, TnListItemComponent, TnListItemLineDirective, TnListItemPrimaryDirective, TnListItemSecondaryDirective, TnListItemTitleDirective, TnListItemTrailingDirective, TnListOptionComponent, TnListSubheaderComponent, TnMenuActivateHoverDirective, TnMenuComponent, TnMenuTriggerDirective, TnMonthViewComponent, TnMultiYearViewComponent, TnNestedTreeNodeComponent, TnParticleProgressBarComponent, TnProgressBarComponent, TnRadioComponent, TnSelectComponent, TnSelectHarness, TnSelectionListComponent, TnSidePanelActionDirective, TnSidePanelComponent, TnSidePanelHarness, TnSidePanelHeaderActionDirective, TnSlideToggleComponent, TnSliderComponent, TnSliderThumbDirective, TnSliderWithLabelDirective, TnSpinnerComponent, TnSpriteLoaderService, TnStepComponent, TnStepperComponent, TnTabComponent, TnTabHarness, TnTabPanelComponent, TnTabPanelHarness, TnTableColumnDirective, TnTableComponent, TnTabsComponent, TnTabsHarness, TnTheme, TnThemeService, TnTimeInputComponent, TnTooltipComponent, TnTooltipDirective, TnTreeComponent, TnTreeFlatDataSource, TnTreeFlattener, TnTreeNodeComponent, TnTreeNodeOutletDirective, TruncatePathPipe, WindowsModifierKeys, WindowsShortcuts, createLucideLibrary, createShortcut, defaultSpriteBasePath, defaultSpriteConfigPath, libIconMarker, registerLucideIcons, setupLucideIntegration, tnIconMarker };
|
|
4423
|
-
export type { AutocompleteHarnessFilters, BannerHarnessFilters, ButtonHarnessFilters, CalendarCell, ChipColor, CreateFolderEvent, DateRange, DialogHarnessFilters, EmptyHarnessFilters, FilePickerCallbacks, FilePickerError, FilePickerMode, FileSystemItem, IconButtonHarnessFilters, IconHarnessFilters, IconLibrary, IconLibraryType, IconResult, IconSize, IconSource, IconTestingMockOverrides, InputHarnessFilters, KeyCombination, LabelType, LucideIconOptions, MockIconRegistry, MockSpriteLoader, PathSegment, PlatformType, ProgressBarMode, ResolvedIcon, SelectHarnessFilters, ShortcutHandler, SidePanelHarnessFilters, SlideToggleColor, SpinnerMode, SpriteConfig, TabChangeEvent, TabHarnessFilters, TabPanelHarnessFilters, TabsHarnessFilters, TnBannerType, TnButtonToggleType, TnCardAction, TnCardControl, TnCardFooterLink, TnCardHeaderStatus, TnConfirmDialogData, TnDialogDefaults, TnDialogOpenTarget, TnEmptySize, TnFlatTreeNode, TnMenuItem, TnSelectOption, TnSelectOptionGroup, TnSelectionChange, TnTableDataSource, TnThemeDefinition, TooltipPosition, YearCell };
|
|
4615
|
+
export { CommonShortcuts, DEFAULT_THEME, DiskIconComponent, DiskType, FileSizePipe, InputType, LIGHT_THEME, LinuxModifierKeys, LinuxShortcuts, ModifierKeys, QuickShortcuts, ShortcutBuilder, StripMntPrefixPipe, THEME_MAP, THEME_STORAGE_KEY, TN_THEME_DEFINITIONS, TnAutocompleteComponent, TnAutocompleteHarness, TnBannerActionDirective, TnBannerComponent, TnBannerHarness, TnBrandedSpinnerComponent, TnButtonComponent, TnButtonHarness, TnButtonToggleComponent, TnButtonToggleGroupComponent, TnCalendarComponent, TnCalendarHeaderComponent, TnCardComponent, TnCellDefDirective, TnCheckboxComponent, TnCheckboxHarness, TnCheckboxLabelDirective, TnChipComponent, TnConfirmDialogComponent, TnDateInputComponent, TnDateRangeInputComponent, TnDialog, TnDialogHarness, TnDialogShellComponent, TnDialogTesting, TnDividerComponent, TnDividerDirective, TnEmptyComponent, TnEmptyHarness, TnExpansionPanelComponent, TnFilePickerComponent, TnFilePickerPopupComponent, TnFormFieldComponent, TnHeaderCellDefDirective, TnIconButtonComponent, TnIconButtonHarness, TnIconComponent, TnIconHarness, TnIconRegistryService, TnIconTesting, TnInputComponent, TnInputDirective, TnInputHarness, TnKeyboardShortcutComponent, TnKeyboardShortcutService, TnListAvatarDirective, TnListComponent, TnListIconDirective, TnListItemComponent, TnListItemLineDirective, TnListItemPrimaryDirective, TnListItemSecondaryDirective, TnListItemTitleDirective, TnListItemTrailingDirective, TnListOptionComponent, TnListSubheaderComponent, TnMenuActivateHoverDirective, TnMenuComponent, TnMenuTriggerDirective, TnMonthViewComponent, TnMultiYearViewComponent, TnNestedTreeNodeComponent, TnParticleProgressBarComponent, TnProgressBarComponent, TnRadioComponent, TnSelectComponent, TnSelectHarness, TnSelectionListComponent, TnSidePanelActionDirective, TnSidePanelComponent, TnSidePanelHarness, TnSidePanelHeaderActionDirective, TnSlideToggleComponent, TnSliderComponent, TnSliderThumbDirective, TnSliderWithLabelDirective, TnSpinnerComponent, TnSpriteLoaderService, TnStepComponent, TnStepperComponent, TnTabComponent, TnTabHarness, TnTabPanelComponent, TnTabPanelHarness, TnTableColumnDirective, TnTableComponent, TnTabsComponent, TnTabsHarness, TnTheme, TnThemeService, TnTimeInputComponent, TnTooltipComponent, TnTooltipDirective, TnTreeComponent, TnTreeFlatDataSource, TnTreeFlattener, TnTreeNodeComponent, TnTreeNodeOutletDirective, TruncatePathPipe, WindowsModifierKeys, WindowsShortcuts, createLucideLibrary, createShortcut, defaultSpriteBasePath, defaultSpriteConfigPath, libIconMarker, registerLucideIcons, setupLucideIntegration, tnIconMarker };
|
|
4616
|
+
export type { AutocompleteHarnessFilters, BannerHarnessFilters, ButtonHarnessFilters, CalendarCell, CheckboxHarnessFilters, ChipColor, CreateFolderEvent, DateRange, DialogHarnessFilters, EmptyHarnessFilters, FilePickerCallbacks, FilePickerError, FilePickerMode, FileSystemItem, IconButtonHarnessFilters, IconHarnessFilters, IconLibrary, IconLibraryType, IconResult, IconSize, IconSource, IconTestingMockOverrides, InputHarnessFilters, KeyCombination, LabelType, LucideIconOptions, MockIconRegistry, MockSpriteLoader, PathSegment, PlatformType, ProgressBarMode, ResolvedIcon, SelectHarnessFilters, ShortcutHandler, SidePanelHarnessFilters, SlideToggleColor, SpinnerMode, SpriteConfig, TabChangeEvent, TabHarnessFilters, TabPanelHarnessFilters, TabsHarnessFilters, TnBannerType, TnButtonToggleType, TnCardAction, TnCardControl, TnCardFooterLink, TnCardHeaderStatus, TnConfirmDialogData, TnDialogDefaults, TnDialogOpenTarget, TnEmptySize, TnFlatTreeNode, TnMenuItem, TnSelectOption, TnSelectOptionGroup, TnSelectionChange, TnTableDataSource, TnThemeDefinition, TooltipPosition, YearCell };
|