@educarehq/solaris-components 0.4.3 → 0.4.5
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.
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import { ElementRef, TemplateRef, AfterContentInit, OnDestroy, EventEmitter, OnChanges, ChangeDetectorRef, SimpleChanges, QueryList, InjectionToken, EnvironmentProviders, OnInit, AfterViewInit, WritableSignal } from '@angular/core';
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { ElementRef, TemplateRef, AfterContentInit, OnDestroy, EventEmitter, OnChanges, ChangeDetectorRef, SimpleChanges, QueryList, ComponentRef, InjectionToken, EnvironmentProviders, OnInit, Signal, Type, AfterViewInit, WritableSignal } from '@angular/core';
|
|
3
3
|
import * as _educarehq_solaris_components from '@educarehq/solaris-components';
|
|
4
|
-
import { SolarisTranslationParams } from '@educarehq/solaris-services';
|
|
5
|
-
import { ControlValueAccessor, Validator,
|
|
4
|
+
import { SolarisTranslationParams, TranslationInterface } from '@educarehq/solaris-services';
|
|
5
|
+
import { ControlValueAccessor, Validator, AbstractControl, ValidationErrors, NgControl } from '@angular/forms';
|
|
6
6
|
|
|
7
7
|
declare class SolarisDropdownContentTriggerDirective {
|
|
8
8
|
readonly elementRef: ElementRef<HTMLElement>;
|
|
9
9
|
private readonly solarisRenderer;
|
|
10
10
|
ensureFocusable(): void;
|
|
11
11
|
setExpanded(isExpanded: boolean, panelId: string): void;
|
|
12
|
-
static ɵfac:
|
|
13
|
-
static ɵdir:
|
|
12
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisDropdownContentTriggerDirective, never>;
|
|
13
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<SolarisDropdownContentTriggerDirective, "[solaris-dropdown-content-trigger]", never, {}, {}, never, never, true, never>;
|
|
14
14
|
}
|
|
15
15
|
|
|
16
16
|
declare class SolarisDropdownContentPanelDirective {
|
|
17
17
|
readonly templateRef: TemplateRef<unknown>;
|
|
18
|
-
static ɵfac:
|
|
19
|
-
static ɵdir:
|
|
18
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisDropdownContentPanelDirective, never>;
|
|
19
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<SolarisDropdownContentPanelDirective, "ng-template[solaris-dropdown-content-panel]", never, {}, {}, never, never, true, never>;
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
interface SolarisDropdownContentInterface {
|
|
@@ -27,8 +27,8 @@ declare class SolarisDropdownContentRegistry {
|
|
|
27
27
|
register(instance: SolarisDropdownContentInterface): void;
|
|
28
28
|
unregister(instance: SolarisDropdownContentInterface): void;
|
|
29
29
|
notifyOpen(openingInstance: SolarisDropdownContentInterface): void;
|
|
30
|
-
static ɵfac:
|
|
31
|
-
static ɵprov:
|
|
30
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisDropdownContentRegistry, never>;
|
|
31
|
+
static ɵprov: _angular_core.ɵɵInjectableDeclaration<SolarisDropdownContentRegistry>;
|
|
32
32
|
}
|
|
33
33
|
|
|
34
34
|
type SolarisDropdownWidthMode = 'auto' | 'match-trigger' | 'full' | 'container';
|
|
@@ -76,8 +76,8 @@ declare class SolarisDropdownContent implements AfterContentInit, OnDestroy, Sol
|
|
|
76
76
|
private solarisGetContainerEl;
|
|
77
77
|
private solarisComputeOffsetX;
|
|
78
78
|
private solarisApplyOverlaySize;
|
|
79
|
-
static ɵfac:
|
|
80
|
-
static ɵcmp:
|
|
79
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisDropdownContent, never>;
|
|
80
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SolarisDropdownContent, "solaris-dropdown-content", never, { "container": { "alias": "container"; "required": false; }; "widthMode": { "alias": "widthMode"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "closeDelay": { "alias": "closeDelay"; "required": false; }; "openDelay": { "alias": "openDelay"; "required": false; }; }, {}, ["trigger", "panel"], ["*"], true, never>;
|
|
81
81
|
}
|
|
82
82
|
|
|
83
83
|
type SolarisBreadcrumbTarget = {
|
|
@@ -120,12 +120,13 @@ declare class SolarisBreadcrumb {
|
|
|
120
120
|
protected getRouterQueryParams(it: SolarisBreadcrumbItem): Record<string, any> | null;
|
|
121
121
|
protected shouldRenderSeparatorAfterHead(headIndex: number): boolean;
|
|
122
122
|
protected onAction(item: SolarisBreadcrumbItem): void;
|
|
123
|
-
static ɵfac:
|
|
124
|
-
static ɵcmp:
|
|
123
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisBreadcrumb, never>;
|
|
124
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SolarisBreadcrumb, "solaris-breadcrumb", never, { "minItems": { "alias": "min-items"; "required": false; }; "maxItems": { "alias": "max-items"; "required": false; }; "responsive": { "alias": "responsive"; "required": false; }; "items": { "alias": "items"; "required": true; }; }, { "itemSelect": "itemSelect"; }, never, never, true, never>;
|
|
125
125
|
}
|
|
126
126
|
|
|
127
127
|
type SolarisSizePreset = 'sm' | 'md' | 'lg';
|
|
128
128
|
type SolarisRadiusPreset = 'none' | 'sm' | 'md' | 'lg' | 'full';
|
|
129
|
+
type SolarisShowErrors = 'dirtyOrTouched' | 'always' | 'submitted';
|
|
129
130
|
type SolarisColorPreset = 'primary' | 'surface' | 'success' | 'warning' | 'error' | 'info' | 'gradient';
|
|
130
131
|
|
|
131
132
|
type BadgeVariant = 'solid' | 'subtle' | 'outline';
|
|
@@ -166,8 +167,8 @@ declare class SolarisStepperItem {
|
|
|
166
167
|
index: number;
|
|
167
168
|
headerId: string;
|
|
168
169
|
panelId: string;
|
|
169
|
-
static ɵfac:
|
|
170
|
-
static ɵcmp:
|
|
170
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisStepperItem, never>;
|
|
171
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SolarisStepperItem, "solaris-stepper-item", never, { "stepId": { "alias": "stepId"; "required": false; }; "label": { "alias": "label"; "required": false; }; "labelKey": { "alias": "labelKey"; "required": false; }; "title": { "alias": "title"; "required": false; }; "titleKey": { "alias": "titleKey"; "required": false; }; "description": { "alias": "description"; "required": false; }; "descriptionKey": { "alias": "descriptionKey"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "optional": { "alias": "optional"; "required": false; }; "phase": { "alias": "phase"; "required": false; }; "status": { "alias": "status"; "required": false; }; "badgeText": { "alias": "badgeText"; "required": false; }; "badgeTextKey": { "alias": "badgeTextKey"; "required": false; }; "badgeColor": { "alias": "badgeColor"; "required": false; }; "badgeVariant": { "alias": "badgeVariant"; "required": false; }; "badgeSize": { "alias": "badgeSize"; "required": false; }; "badgePill": { "alias": "badgePill"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
171
172
|
}
|
|
172
173
|
|
|
173
174
|
declare class SolarisStepper implements AfterContentInit, OnChanges {
|
|
@@ -231,20 +232,20 @@ declare class SolarisStepper implements AfterContentInit, OnChanges {
|
|
|
231
232
|
private normalizeIndex;
|
|
232
233
|
private focusRelativeButton;
|
|
233
234
|
private focusButton;
|
|
234
|
-
static ɵfac:
|
|
235
|
-
static ɵcmp:
|
|
235
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisStepper, never>;
|
|
236
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SolarisStepper, "solaris-stepper", never, { "orientation": { "alias": "orientation"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; "linear": { "alias": "linear"; "required": false; }; "interactive": { "alias": "interactive"; "required": false; }; "activeIndex": { "alias": "activeIndex"; "required": false; }; "defaultActiveIndex": { "alias": "defaultActiveIndex"; "required": false; }; "allowBackNavigation": { "alias": "allowBackNavigation"; "required": false; }; "allowFutureNavigation": { "alias": "allowFutureNavigation"; "required": false; }; "allowSkip": { "alias": "allowSkip"; "required": false; }; "renderPanels": { "alias": "renderPanels"; "required": false; }; "showStateBadges": { "alias": "showStateBadges"; "required": false; }; }, { "activeIndexChange": "activeIndexChange"; "nextChange": "next"; "previousChange": "previous"; "stepChange": "stepChange"; }, ["itemsQuery"], ["*"], true, never>;
|
|
236
237
|
}
|
|
237
238
|
|
|
238
239
|
declare class SolarisPopoverTriggerDirective {
|
|
239
240
|
readonly elementRef: ElementRef<HTMLElement>;
|
|
240
|
-
static ɵfac:
|
|
241
|
-
static ɵdir:
|
|
241
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisPopoverTriggerDirective, never>;
|
|
242
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<SolarisPopoverTriggerDirective, "[solaris-popover-trigger]", never, {}, {}, never, never, true, never>;
|
|
242
243
|
}
|
|
243
244
|
|
|
244
245
|
declare class SolarisPopoverPanelDirective {
|
|
245
246
|
readonly templateRef: TemplateRef<any>;
|
|
246
|
-
static ɵfac:
|
|
247
|
-
static ɵdir:
|
|
247
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisPopoverPanelDirective, never>;
|
|
248
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<SolarisPopoverPanelDirective, "ng-template[solaris-popover-panel]", never, {}, {}, never, never, true, never>;
|
|
248
249
|
}
|
|
249
250
|
|
|
250
251
|
type SolarisPopoverPlacement = 'bottom-start' | 'bottom' | 'bottom-end' | 'top-start' | 'top' | 'top-end' | 'right-start' | 'right' | 'right-end' | 'left-start' | 'left' | 'left-end';
|
|
@@ -280,7 +281,7 @@ declare class SolarisPopover {
|
|
|
280
281
|
openChange: EventEmitter<boolean>;
|
|
281
282
|
private readonly _internalOpen;
|
|
282
283
|
private readonly _openInput;
|
|
283
|
-
readonly isOpen:
|
|
284
|
+
readonly isOpen: _angular_core.Signal<boolean>;
|
|
284
285
|
set open(v: boolean | null);
|
|
285
286
|
get open(): boolean | null;
|
|
286
287
|
panelDir?: SolarisPopoverPanelDirective;
|
|
@@ -299,8 +300,8 @@ declare class SolarisPopover {
|
|
|
299
300
|
private unmountHard;
|
|
300
301
|
private scheduleReposition;
|
|
301
302
|
private reposition;
|
|
302
|
-
static ɵfac:
|
|
303
|
-
static ɵcmp:
|
|
303
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisPopover, never>;
|
|
304
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SolarisPopover, "solaris-popover", never, { "offset": { "alias": "offset"; "required": false; }; "panelClass": { "alias": "panelClass"; "required": false; }; "autoFlip": { "alias": "autoFlip"; "required": false; }; "autoShift": { "alias": "autoShift"; "required": false; }; "matchWidth": { "alias": "matchWidth"; "required": false; }; "viewportPadding": { "alias": "viewportPadding"; "required": false; }; "closeOnEscape": { "alias": "closeOnEscape"; "required": false; }; "closeOnOutsideClick": { "alias": "closeOnOutsideClick"; "required": false; }; "anchorElement": { "alias": "anchorElement"; "required": false; }; "matchWidthElement": { "alias": "matchWidthElement"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; "open": { "alias": "open"; "required": false; }; }, { "openChange": "openChange"; }, ["panelDir", "triggerDir"], ["*"], true, never>;
|
|
304
305
|
}
|
|
305
306
|
|
|
306
307
|
type TabsSize = 'sm' | 'md';
|
|
@@ -317,15 +318,15 @@ declare class SolarisTabs implements AfterContentInit {
|
|
|
317
318
|
}>;
|
|
318
319
|
hostClass: string;
|
|
319
320
|
tabs: QueryList<SolarisTab>;
|
|
320
|
-
readonly focusId:
|
|
321
|
+
readonly focusId: _angular_core.WritableSignal<string | null>;
|
|
321
322
|
ngAfterContentInit(): void;
|
|
322
323
|
private syncTabs;
|
|
323
324
|
isActive(id: string): boolean;
|
|
324
325
|
isFocusable(id: string): boolean;
|
|
325
326
|
setActive(id: string, emit?: boolean): void;
|
|
326
327
|
onKeydown(ev: KeyboardEvent): void;
|
|
327
|
-
static ɵfac:
|
|
328
|
-
static ɵcmp:
|
|
328
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisTabs, never>;
|
|
329
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SolarisTabs, "solaris-tabs", never, { "size": { "alias": "size"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "activeId": { "alias": "active-id"; "required": false; }; }, { "activeIdChange": "active-idChange"; "tabChange": "tabChange"; }, ["tabs"], ["*"], true, never>;
|
|
329
330
|
}
|
|
330
331
|
|
|
331
332
|
declare class SolarisTab {
|
|
@@ -346,8 +347,8 @@ declare class SolarisTab {
|
|
|
346
347
|
get ariaSelected(): "true" | "false";
|
|
347
348
|
onClick(): void;
|
|
348
349
|
onFocus(): void;
|
|
349
|
-
static ɵfac:
|
|
350
|
-
static ɵcmp:
|
|
350
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisTab, [null, { optional: true; }]>;
|
|
351
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SolarisTab, "solaris-tab", never, { "disabled": { "alias": "disabled"; "required": false; }; "routerLink": { "alias": "routerLink"; "required": false; }; "id": { "alias": "id"; "required": true; }; }, {}, never, ["*", "*"], true, never>;
|
|
351
352
|
}
|
|
352
353
|
|
|
353
354
|
declare class SolarisLoadingOverlay implements OnChanges {
|
|
@@ -362,13 +363,110 @@ declare class SolarisLoadingOverlay implements OnChanges {
|
|
|
362
363
|
get overlayStyle(): {
|
|
363
364
|
'z-index': string;
|
|
364
365
|
} | null;
|
|
365
|
-
static ɵfac:
|
|
366
|
-
static ɵcmp:
|
|
366
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisLoadingOverlay, never>;
|
|
367
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SolarisLoadingOverlay, "solaris-loading-overlay", never, { "zIndex": { "alias": "z-index"; "required": false; }; "backdrop": { "alias": "backdrop"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; "blur": { "alias": "blur"; "required": false; }; "open": { "alias": "open"; "required": false; }; "lockScroll": { "alias": "lock-scroll"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
367
368
|
static ngAcceptInputType_blur: any;
|
|
368
369
|
static ngAcceptInputType_open: any;
|
|
369
370
|
static ngAcceptInputType_lockScroll: any;
|
|
370
371
|
}
|
|
371
372
|
|
|
373
|
+
interface SolarisFloatingOverlayRef<T> {
|
|
374
|
+
id: string;
|
|
375
|
+
hostElement: HTMLDivElement;
|
|
376
|
+
componentRef: ComponentRef<T>;
|
|
377
|
+
setTransform(x: number, y: number): void;
|
|
378
|
+
destroy(): void;
|
|
379
|
+
}
|
|
380
|
+
interface SolarisFloatingOverlayOptions {
|
|
381
|
+
idPrefix?: string;
|
|
382
|
+
panelClass?: string;
|
|
383
|
+
zIndex?: string;
|
|
384
|
+
pointerEvents?: 'none' | 'auto';
|
|
385
|
+
}
|
|
386
|
+
interface SolarisTooltipRepositionOptions {
|
|
387
|
+
position: SolarisFloatingPosition;
|
|
388
|
+
offset: number;
|
|
389
|
+
viewportPadding: number;
|
|
390
|
+
autoFlip: boolean;
|
|
391
|
+
autoShift: boolean;
|
|
392
|
+
}
|
|
393
|
+
type SolarisFloatingPosition = 'top' | 'right' | 'bottom' | 'left';
|
|
394
|
+
interface SolarisFloatingPositionConfiguration {
|
|
395
|
+
position: SolarisFloatingPosition;
|
|
396
|
+
offset: number;
|
|
397
|
+
viewportPadding: number;
|
|
398
|
+
autoFlip: boolean;
|
|
399
|
+
autoShift: boolean;
|
|
400
|
+
}
|
|
401
|
+
interface SolarisFloatingPositionResult {
|
|
402
|
+
x: number;
|
|
403
|
+
y: number;
|
|
404
|
+
appliedPosition: SolarisFloatingPosition;
|
|
405
|
+
}
|
|
406
|
+
interface SolarisFloatingRepositionOptions {
|
|
407
|
+
position: SolarisFloatingPosition;
|
|
408
|
+
offset: number;
|
|
409
|
+
viewportPadding: number;
|
|
410
|
+
autoFlip: boolean;
|
|
411
|
+
autoShift: boolean;
|
|
412
|
+
}
|
|
413
|
+
interface SolarisFloatingRepositionContext<T> {
|
|
414
|
+
anchor: HTMLElement;
|
|
415
|
+
overlayRef: SolarisFloatingOverlayRef<T>;
|
|
416
|
+
options: SolarisFloatingRepositionOptions;
|
|
417
|
+
setAppliedPosition: (position: SolarisFloatingPosition) => void;
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
type SolarisTooltipSize = 'sm' | 'md' | 'lg';
|
|
421
|
+
type SolarisTooltipPosition = SolarisFloatingPosition;
|
|
422
|
+
type SolarisTooltipVariant = 'default' | 'inverse' | 'primary';
|
|
423
|
+
|
|
424
|
+
declare class SolarisRichTooltipDirective implements OnDestroy {
|
|
425
|
+
private readonly elementRef;
|
|
426
|
+
private readonly renderer;
|
|
427
|
+
private readonly floatingOverlay;
|
|
428
|
+
readonly template: _angular_core.InputSignal<TemplateRef<unknown> | null>;
|
|
429
|
+
readonly tooltipPosition: _angular_core.InputSignal<SolarisFloatingPosition>;
|
|
430
|
+
readonly tooltipVariant: _angular_core.InputSignal<SolarisTooltipVariant>;
|
|
431
|
+
readonly tooltipSize: _angular_core.InputSignal<SolarisTooltipSize>;
|
|
432
|
+
readonly tooltipDisabled: _angular_core.InputSignal<boolean>;
|
|
433
|
+
readonly tooltipShowDelay: _angular_core.InputSignal<number>;
|
|
434
|
+
readonly tooltipHideDelay: _angular_core.InputSignal<number>;
|
|
435
|
+
readonly tooltipOffset: _angular_core.InputSignal<number>;
|
|
436
|
+
readonly tooltipAutoFlip: _angular_core.InputSignal<boolean>;
|
|
437
|
+
readonly tooltipAutoShift: _angular_core.InputSignal<boolean>;
|
|
438
|
+
readonly tooltipViewportPadding: _angular_core.InputSignal<number>;
|
|
439
|
+
private overlayRef?;
|
|
440
|
+
private showTimer;
|
|
441
|
+
private hideTimer;
|
|
442
|
+
private raf;
|
|
443
|
+
private isTriggerHovered;
|
|
444
|
+
private isPanelHovered;
|
|
445
|
+
private hasFocusInside;
|
|
446
|
+
private readonly cleanups;
|
|
447
|
+
constructor();
|
|
448
|
+
private scheduleShow;
|
|
449
|
+
private scheduleHideIfSafe;
|
|
450
|
+
private show;
|
|
451
|
+
private bindPanelInteractions;
|
|
452
|
+
private hide;
|
|
453
|
+
private applyPanelInputs;
|
|
454
|
+
private scheduleReposition;
|
|
455
|
+
private reposition;
|
|
456
|
+
ngOnDestroy(): void;
|
|
457
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisRichTooltipDirective, never>;
|
|
458
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<SolarisRichTooltipDirective, "[solaris-rich-tooltip]", never, { "template": { "alias": "solaris-rich-tooltip"; "required": false; "isSignal": true; }; "tooltipPosition": { "alias": "tooltip-position"; "required": false; "isSignal": true; }; "tooltipVariant": { "alias": "tooltip-variant"; "required": false; "isSignal": true; }; "tooltipSize": { "alias": "tooltip-size"; "required": false; "isSignal": true; }; "tooltipDisabled": { "alias": "tooltip-disabled"; "required": false; "isSignal": true; }; "tooltipShowDelay": { "alias": "tooltip-show-delay"; "required": false; "isSignal": true; }; "tooltipHideDelay": { "alias": "tooltip-hide-delay"; "required": false; "isSignal": true; }; "tooltipOffset": { "alias": "tooltip-offset"; "required": false; "isSignal": true; }; "tooltipAutoFlip": { "alias": "tooltip-auto-flip"; "required": false; "isSignal": true; }; "tooltipAutoShift": { "alias": "tooltip-auto-shift"; "required": false; "isSignal": true; }; "tooltipViewportPadding": { "alias": "tooltip-viewport-padding"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
459
|
+
}
|
|
460
|
+
|
|
461
|
+
declare class SolarisRichTooltipPanel {
|
|
462
|
+
readonly template: _angular_core.InputSignal<TemplateRef<unknown> | null>;
|
|
463
|
+
readonly position: _angular_core.InputSignal<SolarisFloatingPosition>;
|
|
464
|
+
readonly variant: _angular_core.InputSignal<SolarisTooltipVariant>;
|
|
465
|
+
readonly size: _angular_core.InputSignal<SolarisTooltipSize>;
|
|
466
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisRichTooltipPanel, never>;
|
|
467
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SolarisRichTooltipPanel, "solaris-rich-tooltip-panel", never, { "template": { "alias": "template"; "required": false; "isSignal": true; }; "position": { "alias": "position"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
468
|
+
}
|
|
469
|
+
|
|
372
470
|
declare class SolarisNotificationIntlService {
|
|
373
471
|
private readonly translationService;
|
|
374
472
|
private readonly notificationConfig;
|
|
@@ -386,8 +484,8 @@ declare class SolarisNotificationIntlService {
|
|
|
386
484
|
emptyCenter(): string;
|
|
387
485
|
clearHistory(): string;
|
|
388
486
|
autoClose(seconds: number): string;
|
|
389
|
-
static ɵfac:
|
|
390
|
-
static ɵprov:
|
|
487
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisNotificationIntlService, never>;
|
|
488
|
+
static ɵprov: _angular_core.ɵɵInjectableDeclaration<SolarisNotificationIntlService>;
|
|
391
489
|
}
|
|
392
490
|
|
|
393
491
|
type SolarisButtonVariant = 'solid' | 'outline' | 'ghost' | 'soft';
|
|
@@ -485,11 +583,11 @@ declare class SolarisNotificationService {
|
|
|
485
583
|
private readonly destroyRef;
|
|
486
584
|
readonly config: SolarisNotificationConfig;
|
|
487
585
|
private readonly translationService;
|
|
488
|
-
readonly centerOpen:
|
|
586
|
+
readonly centerOpen: _angular_core.WritableSignal<boolean>;
|
|
489
587
|
private readonly _items;
|
|
490
|
-
readonly items:
|
|
491
|
-
readonly visibleItems:
|
|
492
|
-
readonly centerItems:
|
|
588
|
+
readonly items: _angular_core.Signal<SolarisNotificationRecord[]>;
|
|
589
|
+
readonly visibleItems: _angular_core.Signal<SolarisNotificationRecord[]>;
|
|
590
|
+
readonly centerItems: _angular_core.Signal<SolarisNotificationRecord[]>;
|
|
493
591
|
private lastTick;
|
|
494
592
|
private readonly intervalId;
|
|
495
593
|
constructor();
|
|
@@ -523,28 +621,28 @@ declare class SolarisNotificationService {
|
|
|
523
621
|
private resolveRequiredText;
|
|
524
622
|
private resolveOptionalText;
|
|
525
623
|
private hasOwn;
|
|
526
|
-
static ɵfac:
|
|
527
|
-
static ɵprov:
|
|
624
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisNotificationService, never>;
|
|
625
|
+
static ɵprov: _angular_core.ɵɵInjectableDeclaration<SolarisNotificationService>;
|
|
528
626
|
}
|
|
529
627
|
|
|
530
628
|
declare class SolarisNotificationCenterComponent {
|
|
531
629
|
protected readonly notificationService: SolarisNotificationService;
|
|
532
630
|
protected readonly intl: SolarisNotificationIntlService;
|
|
533
631
|
onEscape(): void;
|
|
534
|
-
static ɵfac:
|
|
535
|
-
static ɵcmp:
|
|
632
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisNotificationCenterComponent, never>;
|
|
633
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SolarisNotificationCenterComponent, "solaris-notification-center", never, {}, {}, never, never, true, never>;
|
|
536
634
|
}
|
|
537
635
|
|
|
538
636
|
declare class SolarisNotificationItemComponent {
|
|
539
637
|
protected readonly notificationService: SolarisNotificationService;
|
|
540
638
|
protected readonly intl: SolarisNotificationIntlService;
|
|
541
|
-
readonly item:
|
|
542
|
-
readonly mode:
|
|
543
|
-
readonly paused:
|
|
544
|
-
readonly secondsLeft:
|
|
545
|
-
readonly progress:
|
|
546
|
-
readonly iconClass:
|
|
547
|
-
protected readonly isCompactHeader:
|
|
639
|
+
readonly item: _angular_core.InputSignal<SolarisNotificationRecord>;
|
|
640
|
+
readonly mode: _angular_core.InputSignal<"center" | "toast">;
|
|
641
|
+
readonly paused: _angular_core.Signal<boolean>;
|
|
642
|
+
readonly secondsLeft: _angular_core.Signal<number>;
|
|
643
|
+
readonly progress: _angular_core.Signal<number>;
|
|
644
|
+
readonly iconClass: _angular_core.Signal<"ph-x-circle" | "ph-warning-circle" | "ph-check-circle" | "ph-info">;
|
|
645
|
+
protected readonly isCompactHeader: _angular_core.Signal<boolean>;
|
|
548
646
|
toggleExpanded(): void;
|
|
549
647
|
toggleUserPause(): void;
|
|
550
648
|
close(): void;
|
|
@@ -552,17 +650,17 @@ declare class SolarisNotificationItemComponent {
|
|
|
552
650
|
onMouseLeave(): void;
|
|
553
651
|
runAction(action: SolarisNotificationAction): Promise<void>;
|
|
554
652
|
protected resolveActionLabel(action: SolarisNotificationAction): string;
|
|
555
|
-
static ɵfac:
|
|
556
|
-
static ɵcmp:
|
|
653
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisNotificationItemComponent, never>;
|
|
654
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SolarisNotificationItemComponent, "solaris-notification-item", never, { "item": { "alias": "item"; "required": true; "isSignal": true; }; "mode": { "alias": "mode"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
557
655
|
}
|
|
558
656
|
|
|
559
657
|
declare class SolarisNotificationHostComponent {
|
|
560
658
|
protected readonly notificationService: SolarisNotificationService;
|
|
561
659
|
protected readonly positions: readonly SolarisNotificationPosition[];
|
|
562
|
-
readonly withCenter:
|
|
660
|
+
readonly withCenter: _angular_core.InputSignal<boolean>;
|
|
563
661
|
visibleByPosition(position: SolarisNotificationPosition): _educarehq_solaris_components.SolarisNotificationRecord[];
|
|
564
|
-
static ɵfac:
|
|
565
|
-
static ɵcmp:
|
|
662
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisNotificationHostComponent, never>;
|
|
663
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SolarisNotificationHostComponent, "solaris-notification-host", never, { "withCenter": { "alias": "withCenter"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
566
664
|
}
|
|
567
665
|
|
|
568
666
|
declare const SOLARIS_NOTIFICATION_POSITIONS: readonly SolarisNotificationPosition[];
|
|
@@ -570,6 +668,53 @@ declare const SOLARIS_NOTIFICATION_DEFAULT_CONFIG: SolarisNotificationConfig;
|
|
|
570
668
|
declare const SOLARIS_NOTIFICATION_CONFIG: InjectionToken<SolarisNotificationConfig>;
|
|
571
669
|
declare function provideSolarisNotifications(input?: SolarisNotificationConfigInput): EnvironmentProviders;
|
|
572
670
|
|
|
671
|
+
declare class SolarisTooltipDirective implements OnDestroy {
|
|
672
|
+
private readonly elementRef;
|
|
673
|
+
private readonly floatingOverlay;
|
|
674
|
+
private readonly renderer;
|
|
675
|
+
readonly text: _angular_core.InputSignal<string>;
|
|
676
|
+
readonly tooltipPosition: _angular_core.InputSignal<SolarisFloatingPosition>;
|
|
677
|
+
readonly tooltipVariant: _angular_core.InputSignal<SolarisTooltipVariant>;
|
|
678
|
+
readonly tooltipSize: _angular_core.InputSignal<SolarisTooltipSize>;
|
|
679
|
+
readonly tooltipPrefixIcon: _angular_core.InputSignal<string>;
|
|
680
|
+
readonly tooltipDisabled: _angular_core.InputSignal<boolean>;
|
|
681
|
+
readonly tooltipShowDelay: _angular_core.InputSignal<number>;
|
|
682
|
+
readonly tooltipHideDelay: _angular_core.InputSignal<number>;
|
|
683
|
+
readonly tooltipOffset: _angular_core.InputSignal<number>;
|
|
684
|
+
readonly tooltipAutoFlip: _angular_core.InputSignal<boolean>;
|
|
685
|
+
readonly tooltipAutoShift: _angular_core.InputSignal<boolean>;
|
|
686
|
+
readonly tooltipViewportPadding: _angular_core.InputSignal<number>;
|
|
687
|
+
readonly tooltipKey: _angular_core.InputSignal<string>;
|
|
688
|
+
readonly tooltipParams: _angular_core.InputSignal<Record<string, unknown> | undefined>;
|
|
689
|
+
private overlayRef?;
|
|
690
|
+
private showTimer;
|
|
691
|
+
private hideTimer;
|
|
692
|
+
private raf;
|
|
693
|
+
private readonly cleanups;
|
|
694
|
+
private readonly resolvedText;
|
|
695
|
+
constructor();
|
|
696
|
+
private scheduleShow;
|
|
697
|
+
private scheduleHide;
|
|
698
|
+
private show;
|
|
699
|
+
private hide;
|
|
700
|
+
private applyPanelInputs;
|
|
701
|
+
private scheduleReposition;
|
|
702
|
+
private reposition;
|
|
703
|
+
ngOnDestroy(): void;
|
|
704
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisTooltipDirective, never>;
|
|
705
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<SolarisTooltipDirective, "[solaris-tooltip]", never, { "text": { "alias": "solaris-tooltip"; "required": false; "isSignal": true; }; "tooltipPosition": { "alias": "tooltip-position"; "required": false; "isSignal": true; }; "tooltipVariant": { "alias": "tooltip-variant"; "required": false; "isSignal": true; }; "tooltipSize": { "alias": "tooltip-size"; "required": false; "isSignal": true; }; "tooltipPrefixIcon": { "alias": "tooltip-prefix-icon"; "required": false; "isSignal": true; }; "tooltipDisabled": { "alias": "tooltip-disabled"; "required": false; "isSignal": true; }; "tooltipShowDelay": { "alias": "tooltip-show-delay"; "required": false; "isSignal": true; }; "tooltipHideDelay": { "alias": "tooltip-hide-delay"; "required": false; "isSignal": true; }; "tooltipOffset": { "alias": "tooltip-offset"; "required": false; "isSignal": true; }; "tooltipAutoFlip": { "alias": "tooltip-auto-flip"; "required": false; "isSignal": true; }; "tooltipAutoShift": { "alias": "tooltip-auto-shift"; "required": false; "isSignal": true; }; "tooltipViewportPadding": { "alias": "tooltip-viewport-padding"; "required": false; "isSignal": true; }; "tooltipKey": { "alias": "tooltip-key"; "required": false; "isSignal": true; }; "tooltipParams": { "alias": "tooltip-params"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
706
|
+
}
|
|
707
|
+
|
|
708
|
+
declare class SolarisTooltipPanel {
|
|
709
|
+
readonly text: _angular_core.InputSignal<string>;
|
|
710
|
+
readonly prefixIcon: _angular_core.InputSignal<string>;
|
|
711
|
+
readonly size: _angular_core.InputSignal<SolarisTooltipSize>;
|
|
712
|
+
readonly position: _angular_core.InputSignal<SolarisFloatingPosition>;
|
|
713
|
+
readonly variant: _angular_core.InputSignal<SolarisTooltipVariant>;
|
|
714
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisTooltipPanel, never>;
|
|
715
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SolarisTooltipPanel, "solaris-tooltip-panel", never, { "text": { "alias": "text"; "required": false; "isSignal": true; }; "prefixIcon": { "alias": "prefixIcon"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "position": { "alias": "position"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
716
|
+
}
|
|
717
|
+
|
|
573
718
|
type SolarisLoadingTrail = 'forward' | 'reverse';
|
|
574
719
|
type SolarisLoadingSpeed = 'slow' | 'md' | 'fast';
|
|
575
720
|
type SolarisLoadingDashDensity = 'low' | 'md' | 'high';
|
|
@@ -599,8 +744,8 @@ declare class SolarisLoading {
|
|
|
599
744
|
get role(): 'status' | 'progressbar';
|
|
600
745
|
get dataColor(): SolarisLoadingPresetColor | null;
|
|
601
746
|
private get dashedCount();
|
|
602
|
-
static ɵfac:
|
|
603
|
-
static ɵcmp:
|
|
747
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisLoading, never>;
|
|
748
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SolarisLoading, "solaris-loading", never, { "label": { "alias": "label"; "required": false; }; "value": { "alias": "value"; "required": false; }; "type": { "alias": "type"; "required": false; }; "size": { "alias": "size"; "required": false; }; "speed": { "alias": "speed"; "required": false; }; "color": { "alias": "color"; "required": false; }; "easing": { "alias": "easing"; "required": false; }; "trail": { "alias": "trail"; "required": false; }; "dashDensity": { "alias": "dashDensity"; "required": false; }; "indeterminate": { "alias": "indeterminate"; "required": false; }; }, {}, never, never, true, never>;
|
|
604
749
|
static ngAcceptInputType_indeterminate: any;
|
|
605
750
|
}
|
|
606
751
|
type Spoke = {
|
|
@@ -621,8 +766,8 @@ declare class SolarisBadge {
|
|
|
621
766
|
get colorClass(): string;
|
|
622
767
|
get isCustomColor(): boolean;
|
|
623
768
|
get customColorValue(): string | null;
|
|
624
|
-
static ɵfac:
|
|
625
|
-
static ɵcmp:
|
|
769
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisBadge, never>;
|
|
770
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SolarisBadge, "solaris-badge", never, { "pill": { "alias": "pill"; "required": false; }; "customTextColor": { "alias": "customTextColor"; "required": false; }; "interactive": { "alias": "interactive"; "required": false; }; "size": { "alias": "size"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "color": { "alias": "color"; "required": false; }; "ariaHidden": { "alias": "aria-hidden"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
626
771
|
}
|
|
627
772
|
|
|
628
773
|
interface SolarisSliderItem {
|
|
@@ -642,23 +787,23 @@ type SolarisSliderOverlayContext = {
|
|
|
642
787
|
};
|
|
643
788
|
|
|
644
789
|
declare class SolarisImageSliderComponent {
|
|
645
|
-
readonly viewport:
|
|
790
|
+
readonly viewport: _angular_core.Signal<ElementRef<HTMLElement> | undefined>;
|
|
646
791
|
private timer;
|
|
647
792
|
private readonly destroyRef;
|
|
648
|
-
readonly items:
|
|
649
|
-
readonly radius:
|
|
650
|
-
readonly autoplay:
|
|
651
|
-
readonly showDots:
|
|
652
|
-
readonly intervalMs:
|
|
653
|
-
readonly showArrows:
|
|
654
|
-
readonly aspect:
|
|
655
|
-
readonly pauseOnHover:
|
|
656
|
-
readonly overlayTpl:
|
|
657
|
-
protected readonly paused:
|
|
658
|
-
protected readonly activeIndex:
|
|
793
|
+
readonly items: _angular_core.InputSignal<SolarisSliderItem[]>;
|
|
794
|
+
readonly radius: _angular_core.InputSignal<"sm" | "md" | "lg">;
|
|
795
|
+
readonly autoplay: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
796
|
+
readonly showDots: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
797
|
+
readonly intervalMs: _angular_core.InputSignalWithTransform<number, unknown>;
|
|
798
|
+
readonly showArrows: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
799
|
+
readonly aspect: _angular_core.InputSignal<"auto" | "16/9" | "9/16" | "4/3" | "1/1">;
|
|
800
|
+
readonly pauseOnHover: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
801
|
+
readonly overlayTpl: _angular_core.InputSignal<TemplateRef<SolarisSliderOverlayContext> | undefined>;
|
|
802
|
+
protected readonly paused: _angular_core.WritableSignal<boolean>;
|
|
803
|
+
protected readonly activeIndex: _angular_core.WritableSignal<number>;
|
|
659
804
|
private readonly viewReady;
|
|
660
|
-
protected readonly count:
|
|
661
|
-
protected readonly canRun:
|
|
805
|
+
protected readonly count: _angular_core.Signal<number>;
|
|
806
|
+
protected readonly canRun: _angular_core.Signal<boolean>;
|
|
662
807
|
get dataAspect(): "auto" | "16/9" | "9/16" | "4/3" | "1/1";
|
|
663
808
|
get dataRadius(): "sm" | "md" | "lg";
|
|
664
809
|
constructor();
|
|
@@ -674,8 +819,8 @@ declare class SolarisImageSliderComponent {
|
|
|
674
819
|
private stopTimer;
|
|
675
820
|
private bumpAutoplay;
|
|
676
821
|
onKeyDown(ev: KeyboardEvent): void;
|
|
677
|
-
static ɵfac:
|
|
678
|
-
static ɵcmp:
|
|
822
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisImageSliderComponent, never>;
|
|
823
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SolarisImageSliderComponent, "solaris-image-slider", never, { "items": { "alias": "items"; "required": false; "isSignal": true; }; "radius": { "alias": "radius"; "required": false; "isSignal": true; }; "autoplay": { "alias": "autoplay"; "required": false; "isSignal": true; }; "showDots": { "alias": "showDots"; "required": false; "isSignal": true; }; "intervalMs": { "alias": "intervalMs"; "required": false; "isSignal": true; }; "showArrows": { "alias": "showArrows"; "required": false; "isSignal": true; }; "aspect": { "alias": "aspect"; "required": false; "isSignal": true; }; "pauseOnHover": { "alias": "pauseOnHover"; "required": false; "isSignal": true; }; "overlayTpl": { "alias": "overlayTpl"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
679
824
|
}
|
|
680
825
|
|
|
681
826
|
declare class SolarisSectionComponent {
|
|
@@ -683,8 +828,8 @@ declare class SolarisSectionComponent {
|
|
|
683
828
|
description?: string;
|
|
684
829
|
appearance: 'plain' | 'card';
|
|
685
830
|
density: 'comfortable' | 'compact';
|
|
686
|
-
static ɵfac:
|
|
687
|
-
static ɵcmp:
|
|
831
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisSectionComponent, never>;
|
|
832
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SolarisSectionComponent, "solaris-section", never, { "title": { "alias": "title"; "required": false; }; "description": { "alias": "description"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; "density": { "alias": "density"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
688
833
|
}
|
|
689
834
|
|
|
690
835
|
type DividerStrength = 'soft' | 'normal';
|
|
@@ -704,18 +849,18 @@ declare class SolarisDivider {
|
|
|
704
849
|
hostClass: string;
|
|
705
850
|
get ariaOrientation(): "horizontal" | "vertical";
|
|
706
851
|
get hasLabel(): boolean;
|
|
707
|
-
static ɵfac:
|
|
708
|
-
static ɵcmp:
|
|
852
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisDivider, never>;
|
|
853
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SolarisDivider, "solaris-divider", never, { "label": { "alias": "label"; "required": false; }; "inset": { "alias": "inset"; "required": false; }; "spacing": { "alias": "spacing"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "strength": { "alias": "strength"; "required": false; }; "orientation": { "alias": "orientation"; "required": false; }; "labelAlign": { "alias": "label-align"; "required": false; }; }, {}, never, never, true, never>;
|
|
709
854
|
}
|
|
710
855
|
|
|
711
856
|
declare class SolarisDrawerHeaderDirective {
|
|
712
|
-
static ɵfac:
|
|
713
|
-
static ɵdir:
|
|
857
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisDrawerHeaderDirective, never>;
|
|
858
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<SolarisDrawerHeaderDirective, "[solaris-drawer-header]", never, {}, {}, never, never, true, never>;
|
|
714
859
|
}
|
|
715
860
|
|
|
716
861
|
declare class SolarisDrawerFooterDirective {
|
|
717
|
-
static ɵfac:
|
|
718
|
-
static ɵdir:
|
|
862
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisDrawerFooterDirective, never>;
|
|
863
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<SolarisDrawerFooterDirective, "[solaris-drawer-footer]", never, {}, {}, never, never, true, never>;
|
|
719
864
|
}
|
|
720
865
|
|
|
721
866
|
type SolarisDrawerSide = 'right' | 'left' | 'bottom';
|
|
@@ -741,7 +886,7 @@ declare class SolarisDrawer {
|
|
|
741
886
|
private readonly _internalOpen;
|
|
742
887
|
set open(v: boolean | null);
|
|
743
888
|
get open(): boolean | null;
|
|
744
|
-
readonly isOpen:
|
|
889
|
+
readonly isOpen: _angular_core.Signal<boolean>;
|
|
745
890
|
openChange: EventEmitter<boolean>;
|
|
746
891
|
headerSlot?: SolarisDrawerHeaderDirective;
|
|
747
892
|
footerSlot?: SolarisDrawerFooterDirective;
|
|
@@ -768,18 +913,18 @@ declare class SolarisDrawer {
|
|
|
768
913
|
private getFocusable;
|
|
769
914
|
private lockBodyScroll;
|
|
770
915
|
private unlockBodyScroll;
|
|
771
|
-
static ɵfac:
|
|
772
|
-
static ɵcmp:
|
|
916
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisDrawer, never>;
|
|
917
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SolarisDrawer, "solaris-drawer", never, { "title": { "alias": "title"; "required": false; }; "titleKey": { "alias": "titleKey"; "required": false; }; "panelClass": { "alias": "panelClass"; "required": false; }; "backdrop": { "alias": "backdrop"; "required": false; }; "showClose": { "alias": "showClose"; "required": false; }; "trapFocus": { "alias": "trapFocus"; "required": false; }; "backdropClass": { "alias": "backdropClass"; "required": false; }; "showHeader": { "alias": "showHeader"; "required": false; }; "lockScroll": { "alias": "lockScroll"; "required": false; }; "restoreFocus": { "alias": "restoreFocus"; "required": false; }; "closeOnEscape": { "alias": "closeOnEscape"; "required": false; }; "width": { "alias": "width"; "required": false; }; "side": { "alias": "side"; "required": false; }; "height": { "alias": "height"; "required": false; }; "closeOnOutsideClick": { "alias": "closeOnOutsideClick"; "required": false; }; "open": { "alias": "open"; "required": false; }; }, { "openChange": "openChange"; }, ["headerSlot", "footerSlot"], ["[solaris-drawer-header]", "*", "[solaris-drawer-footer]"], true, never>;
|
|
773
918
|
}
|
|
774
919
|
|
|
775
920
|
declare class SolarisFilterPanelFooterDirective {
|
|
776
|
-
static ɵfac:
|
|
777
|
-
static ɵdir:
|
|
921
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisFilterPanelFooterDirective, never>;
|
|
922
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<SolarisFilterPanelFooterDirective, "[solaris-filter-panel-footer]", never, {}, {}, never, never, true, never>;
|
|
778
923
|
}
|
|
779
924
|
|
|
780
925
|
declare class SolarisTableFilters {
|
|
781
|
-
static ɵfac:
|
|
782
|
-
static ɵcmp:
|
|
926
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisTableFilters, never>;
|
|
927
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SolarisTableFilters, "solaris-table-filters", never, {}, {}, never, ["*"], true, never>;
|
|
783
928
|
}
|
|
784
929
|
|
|
785
930
|
declare class SolarisFilterField {
|
|
@@ -791,13 +936,13 @@ declare class SolarisFilterField {
|
|
|
791
936
|
reset: EventEmitter<void>;
|
|
792
937
|
get showReset(): boolean;
|
|
793
938
|
onResetClick(ev: MouseEvent): void;
|
|
794
|
-
static ɵfac:
|
|
795
|
-
static ɵcmp:
|
|
939
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisFilterField, never>;
|
|
940
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SolarisFilterField, "solaris-filter-field", never, { "label": { "alias": "label"; "required": false; }; "labelKey": { "alias": "labelKey"; "required": false; }; "active": { "alias": "active"; "required": false; }; "resetLabel": { "alias": "resetLabel"; "required": false; }; "resetLabelKey": { "alias": "resetLabelKey"; "required": false; }; }, { "reset": "reset"; }, never, ["*"], true, never>;
|
|
796
941
|
}
|
|
797
942
|
|
|
798
943
|
declare class SolarisFilterPanelChipsDirective {
|
|
799
|
-
static ɵfac:
|
|
800
|
-
static ɵdir:
|
|
944
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisFilterPanelChipsDirective, never>;
|
|
945
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<SolarisFilterPanelChipsDirective, "[solaris-filter-panel-chips]", never, {}, {}, never, never, true, never>;
|
|
801
946
|
}
|
|
802
947
|
|
|
803
948
|
type SolarisFilterPanelRadius = 'sm' | 'md' | 'full';
|
|
@@ -817,18 +962,18 @@ declare class SolarisFilterPanel {
|
|
|
817
962
|
private readonly _chipsSlot;
|
|
818
963
|
set open(v: boolean | null);
|
|
819
964
|
get open(): boolean | null;
|
|
820
|
-
readonly isOpen:
|
|
965
|
+
readonly isOpen: _angular_core.Signal<boolean>;
|
|
821
966
|
apply: EventEmitter<void>;
|
|
822
967
|
clearAll: EventEmitter<void>;
|
|
823
968
|
openChange: EventEmitter<boolean>;
|
|
824
969
|
footerSlot?: SolarisFilterPanelFooterDirective;
|
|
825
970
|
set chipsSlot(v: SolarisFilterPanelChipsDirective | undefined);
|
|
826
|
-
readonly hasChips:
|
|
971
|
+
readonly hasChips: _angular_core.Signal<boolean>;
|
|
827
972
|
get hasCustomFooter(): boolean;
|
|
828
973
|
setOpen(next: boolean): void;
|
|
829
974
|
toggle(): void;
|
|
830
|
-
static ɵfac:
|
|
831
|
-
static ɵcmp:
|
|
975
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisFilterPanel, never>;
|
|
976
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SolarisFilterPanel, "solaris-filter-panel", never, { "count": { "alias": "count"; "required": false; }; "labelKey": { "alias": "labelKey"; "required": false; }; "titleKey": { "alias": "titleKey"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "drawerSide": { "alias": "drawerSide"; "required": false; }; "radius": { "alias": "radius"; "required": false; }; "drawerWidth": { "alias": "drawerWidth"; "required": false; }; "label": { "alias": "label"; "required": false; }; "title": { "alias": "title"; "required": false; }; "open": { "alias": "open"; "required": false; }; }, { "apply": "apply"; "clearAll": "clearAll"; "openChange": "openChange"; }, ["footerSlot", "chipsSlot"], ["[solarisFilterPanelChips]", "*", "[solarisFilterPanelFooter]"], true, never>;
|
|
832
977
|
}
|
|
833
978
|
|
|
834
979
|
declare class SolarisFilterChip {
|
|
@@ -842,8 +987,8 @@ declare class SolarisFilterChip {
|
|
|
842
987
|
remove: EventEmitter<void>;
|
|
843
988
|
chipClick: EventEmitter<void>;
|
|
844
989
|
onRemoveClick(ev: MouseEvent): void;
|
|
845
|
-
static ɵfac:
|
|
846
|
-
static ɵcmp:
|
|
990
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisFilterChip, never>;
|
|
991
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SolarisFilterChip, "solaris-filter-chip", never, { "label": { "alias": "label"; "required": false; }; "value": { "alias": "value"; "required": false; }; "labelKey": { "alias": "labelKey"; "required": false; }; "valueKey": { "alias": "valueKey"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "removable": { "alias": "removable"; "required": false; }; "radius": { "alias": "radius"; "required": false; }; }, { "remove": "remove"; "chipClick": "chipClick"; }, never, never, true, never>;
|
|
847
992
|
}
|
|
848
993
|
|
|
849
994
|
declare class SolarisTableSkeleton {
|
|
@@ -853,26 +998,26 @@ declare class SolarisTableSkeleton {
|
|
|
853
998
|
gridTemplateColumns: string;
|
|
854
999
|
rowsArray(): number[];
|
|
855
1000
|
colsArray(): number[];
|
|
856
|
-
static ɵfac:
|
|
857
|
-
static ɵcmp:
|
|
1001
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisTableSkeleton, never>;
|
|
1002
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SolarisTableSkeleton, "solaris-table-skeleton", never, { "rows": { "alias": "rows"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "selectable": { "alias": "selectable"; "required": false; }; "gridTemplateColumns": { "alias": "gridTemplateColumns"; "required": false; }; }, {}, never, never, true, never>;
|
|
858
1003
|
}
|
|
859
1004
|
|
|
860
1005
|
declare class SolarisFilterBar {
|
|
861
|
-
static ɵfac:
|
|
862
|
-
static ɵcmp:
|
|
1006
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisFilterBar, never>;
|
|
1007
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SolarisFilterBar, "solaris-filter-bar", never, {}, {}, never, ["*"], true, never>;
|
|
863
1008
|
}
|
|
864
1009
|
|
|
865
1010
|
declare class SolarisColumnCellDef {
|
|
866
1011
|
readonly template: TemplateRef<any>;
|
|
867
1012
|
constructor(template: TemplateRef<any>);
|
|
868
|
-
static ɵfac:
|
|
869
|
-
static ɵdir:
|
|
1013
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisColumnCellDef, never>;
|
|
1014
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<SolarisColumnCellDef, "ng-template[solaris-column-cell]", never, {}, {}, never, never, true, never>;
|
|
870
1015
|
}
|
|
871
1016
|
declare class SolarisColumnHeaderDef {
|
|
872
1017
|
readonly template: TemplateRef<any>;
|
|
873
1018
|
constructor(template: TemplateRef<any>);
|
|
874
|
-
static ɵfac:
|
|
875
|
-
static ɵdir:
|
|
1019
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisColumnHeaderDef, never>;
|
|
1020
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<SolarisColumnHeaderDef, "ng-template[solaris-column-header]", never, {}, {}, never, never, true, never>;
|
|
876
1021
|
}
|
|
877
1022
|
|
|
878
1023
|
type SolarisTableVariant = 'grid' | 'zebra';
|
|
@@ -912,8 +1057,8 @@ declare class SolarisTableColumn {
|
|
|
912
1057
|
sortable: boolean;
|
|
913
1058
|
cellDef?: SolarisColumnCellDef;
|
|
914
1059
|
headerDef?: SolarisColumnHeaderDef;
|
|
915
|
-
static ɵfac:
|
|
916
|
-
static ɵcmp:
|
|
1060
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisTableColumn, never>;
|
|
1061
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SolarisTableColumn, "solaris-column", never, { "field": { "alias": "field"; "required": false; }; "width": { "alias": "width"; "required": false; }; "header": { "alias": "header"; "required": false; }; "sortKey": { "alias": "sortKey"; "required": false; }; "minWidth": { "alias": "minWidth"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "headerKey": { "alias": "headerKey"; "required": false; }; "headerIconClass": { "alias": "headerIconClass"; "required": false; }; "align": { "alias": "align"; "required": false; }; "grow": { "alias": "grow"; "required": false; }; "resizable": { "alias": "resizable"; "required": false; }; "sortable": { "alias": "sortable"; "required": false; }; }, {}, ["cellDef", "headerDef"], never, true, never>;
|
|
917
1062
|
static ngAcceptInputType_grow: unknown;
|
|
918
1063
|
static ngAcceptInputType_resizable: unknown;
|
|
919
1064
|
static ngAcceptInputType_sortable: unknown;
|
|
@@ -939,19 +1084,19 @@ declare class SolarisTable implements AfterContentInit, OnChanges {
|
|
|
939
1084
|
selectionChange: EventEmitter<SolarisRowKey[]>;
|
|
940
1085
|
private readonly columnQuery;
|
|
941
1086
|
private readonly tableRoot;
|
|
942
|
-
readonly needsScroll:
|
|
943
|
-
readonly measuredReady:
|
|
944
|
-
readonly sortState:
|
|
1087
|
+
readonly needsScroll: _angular_core.WritableSignal<boolean>;
|
|
1088
|
+
readonly measuredReady: _angular_core.WritableSignal<boolean>;
|
|
1089
|
+
readonly sortState: _angular_core.WritableSignal<SolarisSort[]>;
|
|
945
1090
|
private readonly measuredPx;
|
|
946
|
-
readonly columns:
|
|
1091
|
+
readonly columns: _angular_core.WritableSignal<SolarisTableColumn[]>;
|
|
947
1092
|
private readonly selectionSig;
|
|
948
1093
|
private readonly rowKeys;
|
|
949
1094
|
private readonly manualPx;
|
|
950
1095
|
private readonly selectionSetSig;
|
|
951
|
-
readonly selectAllChecked:
|
|
952
|
-
readonly selectAllIndeterminate:
|
|
953
|
-
readonly selectedCount:
|
|
954
|
-
readonly gridTemplateColumns:
|
|
1096
|
+
readonly selectAllChecked: _angular_core.Signal<boolean>;
|
|
1097
|
+
readonly selectAllIndeterminate: _angular_core.Signal<boolean>;
|
|
1098
|
+
readonly selectedCount: _angular_core.Signal<number>;
|
|
1099
|
+
readonly gridTemplateColumns: _angular_core.Signal<string>;
|
|
955
1100
|
private rafId;
|
|
956
1101
|
private resizeObserver?;
|
|
957
1102
|
get rangeStart(): number;
|
|
@@ -990,8 +1135,8 @@ declare class SolarisTable implements AfterContentInit, OnChanges {
|
|
|
990
1135
|
lastPage(): void;
|
|
991
1136
|
changePageSize(size: number): void;
|
|
992
1137
|
private buildGridTemplateColumns;
|
|
993
|
-
static ɵfac:
|
|
994
|
-
static ɵcmp:
|
|
1138
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisTable, never>;
|
|
1139
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SolarisTable, "solaris-table", never, { "length": { "alias": "length"; "required": false; }; "pageIndex": { "alias": "pageIndex"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "rowsCount": { "alias": "rowsCount"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "sort": { "alias": "sort"; "required": false; }; "selectable": { "alias": "selectable"; "required": false; }; "tableDescription": { "alias": "tableDescription"; "required": false; }; "selection": { "alias": "selection"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "emptyIconClass": { "alias": "emptyIconClass"; "required": false; }; "pageSizeOptions": { "alias": "pageSizeOptions"; "required": false; }; "emptyTextKey": { "alias": "emptyTextKey"; "required": false; }; }, { "sortChange": "sortChange"; "pageChange": "pageChange"; "selectionChange": "selectionChange"; }, ["columnQuery"], ["solaris-table-filters", "solaris-row"], true, never>;
|
|
995
1140
|
}
|
|
996
1141
|
|
|
997
1142
|
declare class SolarisRowComponent implements OnInit {
|
|
@@ -1002,45 +1147,45 @@ declare class SolarisRowComponent implements OnInit {
|
|
|
1002
1147
|
constructor(table: SolarisTable);
|
|
1003
1148
|
ngOnInit(): void;
|
|
1004
1149
|
get isSelected(): boolean;
|
|
1005
|
-
static ɵfac:
|
|
1006
|
-
static ɵcmp:
|
|
1150
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisRowComponent, [{ optional: true; host: true; }]>;
|
|
1151
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SolarisRowComponent, "solaris-row", never, { "rowKey": { "alias": "rowKey"; "required": false; }; "value": { "alias": "value"; "required": true; }; }, {}, never, never, true, never>;
|
|
1007
1152
|
}
|
|
1008
1153
|
|
|
1009
1154
|
declare class SolarisHeaderDirective {
|
|
1010
|
-
static ɵfac:
|
|
1011
|
-
static ɵdir:
|
|
1155
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisHeaderDirective, never>;
|
|
1156
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<SolarisHeaderDirective, "[solaris-header]", never, {}, {}, never, never, true, never>;
|
|
1012
1157
|
}
|
|
1013
1158
|
|
|
1014
1159
|
declare class SolarisFooterDirective {
|
|
1015
|
-
static ɵfac:
|
|
1016
|
-
static ɵdir:
|
|
1160
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisFooterDirective, never>;
|
|
1161
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<SolarisFooterDirective, "[solaris-footer]", never, {}, {}, never, never, true, never>;
|
|
1017
1162
|
}
|
|
1018
1163
|
|
|
1019
1164
|
declare class SolarisBodyDirective {
|
|
1020
|
-
static ɵfac:
|
|
1021
|
-
static ɵdir:
|
|
1165
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisBodyDirective, never>;
|
|
1166
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<SolarisBodyDirective, "[solaris-body]", never, {}, {}, never, never, true, never>;
|
|
1022
1167
|
}
|
|
1023
1168
|
|
|
1024
1169
|
declare class SolarisPage {
|
|
1025
1170
|
stickyHeader: boolean;
|
|
1026
1171
|
container: 'contained' | 'fluid';
|
|
1027
|
-
static ɵfac:
|
|
1028
|
-
static ɵcmp:
|
|
1172
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisPage, never>;
|
|
1173
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SolarisPage, "solaris-page", never, { "stickyHeader": { "alias": "stickyHeader"; "required": false; }; "container": { "alias": "container"; "required": false; }; }, {}, never, ["[solaris-header]", "[solaris-body]", "[solaris-footer]"], true, never>;
|
|
1029
1174
|
}
|
|
1030
1175
|
|
|
1031
1176
|
declare class SolarisPageHeaderDescriptionDirective {
|
|
1032
|
-
static ɵfac:
|
|
1033
|
-
static ɵdir:
|
|
1177
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisPageHeaderDescriptionDirective, never>;
|
|
1178
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<SolarisPageHeaderDescriptionDirective, "[solaris-page-header-description]", never, {}, {}, never, never, true, never>;
|
|
1034
1179
|
}
|
|
1035
1180
|
|
|
1036
1181
|
declare class SolarisPageHeaderBreadcrumbDirective {
|
|
1037
|
-
static ɵfac:
|
|
1038
|
-
static ɵdir:
|
|
1182
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisPageHeaderBreadcrumbDirective, never>;
|
|
1183
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<SolarisPageHeaderBreadcrumbDirective, "[solaris-page-header-breadcrumb]", never, {}, {}, never, never, true, never>;
|
|
1039
1184
|
}
|
|
1040
1185
|
|
|
1041
1186
|
declare class SolarisPageHeaderTitleDirective {
|
|
1042
|
-
static ɵfac:
|
|
1043
|
-
static ɵdir:
|
|
1187
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisPageHeaderTitleDirective, never>;
|
|
1188
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<SolarisPageHeaderTitleDirective, "[solaris-page-header-title]", never, {}, {}, never, never, true, never>;
|
|
1044
1189
|
}
|
|
1045
1190
|
|
|
1046
1191
|
declare class SolarisPageHeaderTitle {
|
|
@@ -1048,13 +1193,13 @@ declare class SolarisPageHeaderTitle {
|
|
|
1048
1193
|
overline?: string;
|
|
1049
1194
|
description?: string;
|
|
1050
1195
|
size: 'md' | 'lg';
|
|
1051
|
-
static ɵfac:
|
|
1052
|
-
static ɵcmp:
|
|
1196
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisPageHeaderTitle, never>;
|
|
1197
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SolarisPageHeaderTitle, "solaris-page-header-title", never, { "title": { "alias": "title"; "required": false; }; "overline": { "alias": "overline"; "required": false; }; "description": { "alias": "description"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, never, true, never>;
|
|
1053
1198
|
}
|
|
1054
1199
|
|
|
1055
1200
|
declare class SolarisPageHeaderActionsDirective {
|
|
1056
|
-
static ɵfac:
|
|
1057
|
-
static ɵdir:
|
|
1201
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisPageHeaderActionsDirective, never>;
|
|
1202
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<SolarisPageHeaderActionsDirective, "[solaris-page-header-actions]", never, {}, {}, never, never, true, never>;
|
|
1058
1203
|
}
|
|
1059
1204
|
|
|
1060
1205
|
declare class SolarisPageHeader {
|
|
@@ -1064,8 +1209,8 @@ declare class SolarisPageHeader {
|
|
|
1064
1209
|
actionsSlot?: SolarisPageHeaderActionsDirective;
|
|
1065
1210
|
breadcrumbSlot?: SolarisPageHeaderBreadcrumbDirective;
|
|
1066
1211
|
descriptionSlot?: SolarisPageHeaderDescriptionDirective;
|
|
1067
|
-
static ɵfac:
|
|
1068
|
-
static ɵcmp:
|
|
1212
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisPageHeader, never>;
|
|
1213
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SolarisPageHeader, "solaris-page-header", never, { "layout": { "alias": "layout"; "required": false; }; "density": { "alias": "density"; "required": false; }; }, {}, ["titleSlot", "actionsSlot", "breadcrumbSlot", "descriptionSlot"], ["[solaris-page-header-breadcrumb]", "[solaris-page-header-title]", "[solaris-page-header-title-meta]", "[solaris-page-header-title-meta]", "[solaris-page-header-description]", "[solaris-page-header-actions]"], true, never>;
|
|
1069
1214
|
}
|
|
1070
1215
|
|
|
1071
1216
|
type CheckboxAppearance = 'solid' | 'outline';
|
|
@@ -1076,24 +1221,24 @@ type SolarisCheckCustomString = string & {
|
|
|
1076
1221
|
};
|
|
1077
1222
|
|
|
1078
1223
|
declare class SolarisCheckbox implements ControlValueAccessor {
|
|
1079
|
-
readonly indeterminate:
|
|
1080
|
-
readonly ariaLabel:
|
|
1081
|
-
readonly size:
|
|
1082
|
-
readonly variant:
|
|
1083
|
-
readonly color:
|
|
1084
|
-
readonly inputId:
|
|
1085
|
-
readonly appearance:
|
|
1086
|
-
readonly checkColor:
|
|
1087
|
-
readonly checked:
|
|
1088
|
-
readonly disabled:
|
|
1089
|
-
readonly checkedChange:
|
|
1090
|
-
readonly indeterminateChange:
|
|
1224
|
+
readonly indeterminate: _angular_core.InputSignal<boolean>;
|
|
1225
|
+
readonly ariaLabel: _angular_core.InputSignal<string | null>;
|
|
1226
|
+
readonly size: _angular_core.InputSignal<SolarisSizePreset>;
|
|
1227
|
+
readonly variant: _angular_core.InputSignal<CheckboxVariant>;
|
|
1228
|
+
readonly color: _angular_core.InputSignal<CheckboxColorInput>;
|
|
1229
|
+
readonly inputId: _angular_core.InputSignal<string | null>;
|
|
1230
|
+
readonly appearance: _angular_core.InputSignal<CheckboxAppearance>;
|
|
1231
|
+
readonly checkColor: _angular_core.InputSignal<CheckboxColorInput | null>;
|
|
1232
|
+
readonly checked: _angular_core.WritableSignal<boolean>;
|
|
1233
|
+
readonly disabled: _angular_core.WritableSignal<boolean>;
|
|
1234
|
+
readonly checkedChange: _angular_core.OutputEmitterRef<boolean>;
|
|
1235
|
+
readonly indeterminateChange: _angular_core.OutputEmitterRef<boolean>;
|
|
1091
1236
|
private readonly native?;
|
|
1092
|
-
readonly customAccent:
|
|
1093
|
-
readonly colorKey:
|
|
1237
|
+
readonly customAccent: _angular_core.Signal<string | null>;
|
|
1238
|
+
readonly colorKey: _angular_core.Signal<SolarisColorPreset | "custom">;
|
|
1094
1239
|
private readonly autoId;
|
|
1095
|
-
readonly id:
|
|
1096
|
-
readonly ink:
|
|
1240
|
+
readonly id: _angular_core.Signal<string>;
|
|
1241
|
+
readonly ink: _angular_core.Signal<string | null>;
|
|
1097
1242
|
private onChange;
|
|
1098
1243
|
private onTouched;
|
|
1099
1244
|
constructor();
|
|
@@ -1103,8 +1248,8 @@ declare class SolarisCheckbox implements ControlValueAccessor {
|
|
|
1103
1248
|
registerOnTouched(fn: () => void): void;
|
|
1104
1249
|
setDisabledState(isDisabled: boolean): void;
|
|
1105
1250
|
registerOnChange(fn: (value: boolean) => void): void;
|
|
1106
|
-
static ɵfac:
|
|
1107
|
-
static ɵcmp:
|
|
1251
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisCheckbox, never>;
|
|
1252
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SolarisCheckbox, "solaris-checkbox", never, { "indeterminate": { "alias": "indeterminate"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "inputId": { "alias": "id"; "required": false; "isSignal": true; }; "appearance": { "alias": "appearance"; "required": false; "isSignal": true; }; "checkColor": { "alias": "checkColor"; "required": false; "isSignal": true; }; }, { "checkedChange": "checkedChange"; "indeterminateChange": "indeterminateChange"; }, never, ["*"], true, never>;
|
|
1108
1253
|
}
|
|
1109
1254
|
|
|
1110
1255
|
declare class ButtonGroupDirective {
|
|
@@ -1112,8 +1257,8 @@ declare class ButtonGroupDirective {
|
|
|
1112
1257
|
set radius(v: SolarisRadiusInput | null | undefined);
|
|
1113
1258
|
readonly attr = "";
|
|
1114
1259
|
get groupRadius(): string | null;
|
|
1115
|
-
static ɵfac:
|
|
1116
|
-
static ɵdir:
|
|
1260
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ButtonGroupDirective, never>;
|
|
1261
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<ButtonGroupDirective, "[solaris-button-group]", never, { "radius": { "alias": "radius"; "required": false; }; }, {}, never, never, true, never>;
|
|
1117
1262
|
}
|
|
1118
1263
|
|
|
1119
1264
|
declare class ButtonDirective {
|
|
@@ -1156,8 +1301,8 @@ declare class ButtonDirective {
|
|
|
1156
1301
|
get dataBadgeOverlay(): "true" | null;
|
|
1157
1302
|
get buttonRadius(): string | null;
|
|
1158
1303
|
onClick(ev: Event): void;
|
|
1159
|
-
static ɵfac:
|
|
1160
|
-
static ɵdir:
|
|
1304
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ButtonDirective, never>;
|
|
1305
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<ButtonDirective, "button[solaris-button], a[solaris-button]", never, { "size": { "alias": "size"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "color": { "alias": "color"; "required": false; }; "textColor": { "alias": "textColor"; "required": false; }; "radius": { "alias": "radius"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "iconOnly": { "alias": "iconOnly"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "fullWidth": { "alias": "fullWidth"; "required": false; }; "badgeOverlay": { "alias": "badgeOverlay"; "required": false; }; }, {}, never, never, true, never>;
|
|
1161
1306
|
static ngAcceptInputType_loading: unknown;
|
|
1162
1307
|
static ngAcceptInputType_iconOnly: unknown;
|
|
1163
1308
|
static ngAcceptInputType_disabled: unknown;
|
|
@@ -1165,11 +1310,503 @@ declare class ButtonDirective {
|
|
|
1165
1310
|
static ngAcceptInputType_badgeOverlay: unknown;
|
|
1166
1311
|
}
|
|
1167
1312
|
|
|
1313
|
+
type RadioVariant = 'dot' | 'icon';
|
|
1314
|
+
type RadioAppearance = 'solid' | 'outline';
|
|
1315
|
+
type RadioGroupOrientation = 'horizontal' | 'vertical';
|
|
1316
|
+
type RadioCompareWith = (a: unknown, b: unknown) => boolean;
|
|
1317
|
+
type RadioColorInput = SolarisRadioColorPreset | SolarisRadioCustomString;
|
|
1318
|
+
type SolarisRadioCustomString = string & {
|
|
1319
|
+
readonly __solarisCustom?: unique symbol;
|
|
1320
|
+
};
|
|
1321
|
+
type SolarisRadioColorPreset = Extract<SolarisColorPreset, 'primary' | 'success' | 'warning' | 'error' | 'info'>;
|
|
1322
|
+
|
|
1323
|
+
declare class SolarisRadio implements ControlValueAccessor {
|
|
1324
|
+
readonly ariaLabel: _angular_core.InputSignal<string | null>;
|
|
1325
|
+
readonly inputId: _angular_core.InputSignal<string | null>;
|
|
1326
|
+
readonly inputName: _angular_core.InputSignal<string | null>;
|
|
1327
|
+
readonly size: _angular_core.InputSignal<SolarisSizePreset>;
|
|
1328
|
+
readonly variant: _angular_core.InputSignal<RadioVariant>;
|
|
1329
|
+
readonly appearance: _angular_core.InputSignal<RadioAppearance>;
|
|
1330
|
+
readonly color: _angular_core.InputSignal<RadioColorInput>;
|
|
1331
|
+
readonly value: _angular_core.InputSignal<unknown>;
|
|
1332
|
+
readonly checkedInput: _angular_core.InputSignal<boolean>;
|
|
1333
|
+
readonly disabledInput: _angular_core.InputSignal<boolean>;
|
|
1334
|
+
readonly checkedChange: _angular_core.OutputEmitterRef<boolean>;
|
|
1335
|
+
private readonly native?;
|
|
1336
|
+
private readonly group;
|
|
1337
|
+
private readonly autoId;
|
|
1338
|
+
private readonly autoName;
|
|
1339
|
+
private readonly localChecked;
|
|
1340
|
+
private readonly cvaDisabled;
|
|
1341
|
+
readonly id: _angular_core.Signal<string>;
|
|
1342
|
+
readonly name: _angular_core.Signal<string>;
|
|
1343
|
+
readonly disabled: _angular_core.Signal<boolean>;
|
|
1344
|
+
readonly checked: _angular_core.Signal<boolean>;
|
|
1345
|
+
readonly tabIndex: _angular_core.Signal<number>;
|
|
1346
|
+
readonly customAccent: _angular_core.Signal<string | null>;
|
|
1347
|
+
readonly colorKey: _angular_core.Signal<SolarisColorPreset | "custom">;
|
|
1348
|
+
private onChange;
|
|
1349
|
+
private onTouched;
|
|
1350
|
+
constructor();
|
|
1351
|
+
onNativeChange(): void;
|
|
1352
|
+
onNativeKeydown(event: KeyboardEvent): void;
|
|
1353
|
+
onBlur(): void;
|
|
1354
|
+
focus(): void;
|
|
1355
|
+
writeValue(value: boolean | null): void;
|
|
1356
|
+
registerOnTouched(fn: () => void): void;
|
|
1357
|
+
setDisabledState(isDisabled: boolean): void;
|
|
1358
|
+
registerOnChange(fn: (value: boolean) => void): void;
|
|
1359
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisRadio, never>;
|
|
1360
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SolarisRadio, "solaris-radio", never, { "ariaLabel": { "alias": "aria-label"; "required": false; "isSignal": true; }; "inputId": { "alias": "id"; "required": false; "isSignal": true; }; "inputName": { "alias": "name"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "appearance": { "alias": "appearance"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; "checkedInput": { "alias": "checked"; "required": false; "isSignal": true; }; "disabledInput": { "alias": "disabled"; "required": false; "isSignal": true; }; }, { "checkedChange": "checkedChange"; }, never, ["*"], true, never>;
|
|
1361
|
+
}
|
|
1362
|
+
|
|
1363
|
+
interface SolarisRadioGroupApi {
|
|
1364
|
+
readonly name: Signal<string>;
|
|
1365
|
+
readonly disabled: Signal<boolean>;
|
|
1366
|
+
readonly compareWith: Signal<RadioCompareWith>;
|
|
1367
|
+
notifyTouched(): void;
|
|
1368
|
+
select(radio: SolarisRadio): void;
|
|
1369
|
+
isSelected(value: unknown): boolean;
|
|
1370
|
+
tabIndexFor(radio: SolarisRadio): number;
|
|
1371
|
+
handleKeydown(event: KeyboardEvent, current: SolarisRadio): void;
|
|
1372
|
+
}
|
|
1373
|
+
declare const SOLARIS_RADIO_GROUP: InjectionToken<SolarisRadioGroupApi>;
|
|
1374
|
+
|
|
1375
|
+
declare class SolarisRadioGroup implements ControlValueAccessor, AfterContentInit, SolarisRadioGroupApi {
|
|
1376
|
+
readonly gap: _angular_core.InputSignal<string>;
|
|
1377
|
+
readonly compareWith: _angular_core.InputSignal<RadioCompareWith>;
|
|
1378
|
+
readonly nameInput: _angular_core.InputSignal<string | null>;
|
|
1379
|
+
readonly disabledInput: _angular_core.InputSignal<boolean>;
|
|
1380
|
+
readonly orientation: _angular_core.InputSignal<RadioGroupOrientation>;
|
|
1381
|
+
readonly ariaLabel: _angular_core.InputSignal<string | null>;
|
|
1382
|
+
readonly valueChange: _angular_core.OutputEmitterRef<unknown>;
|
|
1383
|
+
private readonly radiosQuery?;
|
|
1384
|
+
private readonly destroyRef;
|
|
1385
|
+
private readonly autoName;
|
|
1386
|
+
private readonly cvaDisabled;
|
|
1387
|
+
private readonly internalValue;
|
|
1388
|
+
private readonly radiosVersion;
|
|
1389
|
+
readonly name: _angular_core.Signal<string>;
|
|
1390
|
+
readonly disabled: _angular_core.Signal<boolean>;
|
|
1391
|
+
readonly resolvedGap: _angular_core.Signal<string>;
|
|
1392
|
+
private onChange;
|
|
1393
|
+
private onTouched;
|
|
1394
|
+
ngAfterContentInit(): void;
|
|
1395
|
+
isSelected(value: unknown): boolean;
|
|
1396
|
+
select(radio: SolarisRadio): void;
|
|
1397
|
+
tabIndexFor(radio: SolarisRadio): number;
|
|
1398
|
+
handleKeydown(event: KeyboardEvent, current: SolarisRadio): void;
|
|
1399
|
+
notifyTouched(): void;
|
|
1400
|
+
writeValue(value: unknown): void;
|
|
1401
|
+
registerOnTouched(fn: () => void): void;
|
|
1402
|
+
setDisabledState(isDisabled: boolean): void;
|
|
1403
|
+
registerOnChange(fn: (value: unknown) => void): void;
|
|
1404
|
+
private move;
|
|
1405
|
+
private enabledRadios;
|
|
1406
|
+
private bumpRadiosVersion;
|
|
1407
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisRadioGroup, never>;
|
|
1408
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SolarisRadioGroup, "solaris-radio-group", never, { "gap": { "alias": "gap"; "required": false; "isSignal": true; }; "compareWith": { "alias": "compareWith"; "required": false; "isSignal": true; }; "nameInput": { "alias": "name"; "required": false; "isSignal": true; }; "disabledInput": { "alias": "disabled"; "required": false; "isSignal": true; }; "orientation": { "alias": "orientation"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "aria-label"; "required": false; "isSignal": true; }; }, { "valueChange": "valueChange"; }, ["radiosQuery"], ["*"], true, never>;
|
|
1409
|
+
}
|
|
1410
|
+
|
|
1411
|
+
type CardSize = SolarisSizePreset;
|
|
1412
|
+
type CardOrientation = 'vertical' | 'horizontal' | 'compact';
|
|
1413
|
+
type CardRadiusInput = SolarisRadiusPreset | SolarisCardCustomString;
|
|
1414
|
+
type SolarisCardCustomString = string & {
|
|
1415
|
+
readonly __solarisCustom?: unique symbol;
|
|
1416
|
+
};
|
|
1417
|
+
|
|
1418
|
+
type SelectionCardAppearance = 'outline' | 'soft';
|
|
1419
|
+
type SelectionCardIndicator = 'auto' | 'radio' | 'checkbox' | 'icon';
|
|
1420
|
+
type ResolvedSelectionCardIndicator = 'radio' | 'checkbox' | 'icon' | 'none';
|
|
1421
|
+
type SelectionCardColorPreset = Extract<SolarisColorPreset, 'primary' | 'success' | 'warning' | 'error' | 'info'>;
|
|
1422
|
+
type SelectionCardColorInput = SelectionCardColorPreset | (string & {
|
|
1423
|
+
readonly __solarisCustom?: unique symbol;
|
|
1424
|
+
});
|
|
1425
|
+
type SelectionCardSize = CardSize;
|
|
1426
|
+
type SelectionCardOrientation = CardOrientation;
|
|
1427
|
+
type SelectionCardRadiusInput = CardRadiusInput;
|
|
1428
|
+
|
|
1429
|
+
type CardGroupLayout = 'stack' | 'grid';
|
|
1430
|
+
type CardGroupValue<T> = T | T[] | null;
|
|
1431
|
+
type SizeInput = SolarisSizePreset | (string & {});
|
|
1432
|
+
type CardGroupCompareWith<T> = (a: T, b: T) => boolean;
|
|
1433
|
+
type CardGroupSelectionMode = 'single' | 'multiple' | 'none';
|
|
1434
|
+
|
|
1435
|
+
interface SolarisSelectionCardHandle {
|
|
1436
|
+
value(): unknown;
|
|
1437
|
+
disabled(): boolean;
|
|
1438
|
+
focus(): void;
|
|
1439
|
+
}
|
|
1440
|
+
interface SolarisCardGroupApi {
|
|
1441
|
+
readonly disabled: Signal<boolean>;
|
|
1442
|
+
readonly selectionMode: Signal<CardGroupSelectionMode>;
|
|
1443
|
+
isSelected(value: unknown): boolean;
|
|
1444
|
+
activate(card: SolarisSelectionCardHandle): void;
|
|
1445
|
+
tabIndexFor(card: SolarisSelectionCardHandle): number;
|
|
1446
|
+
handleKeydown(event: KeyboardEvent, current: SolarisSelectionCardHandle): void;
|
|
1447
|
+
notifyTouched(): void;
|
|
1448
|
+
}
|
|
1449
|
+
declare const SOLARIS_CARD_GROUP: InjectionToken<SolarisCardGroupApi>;
|
|
1450
|
+
|
|
1451
|
+
declare class SolarisSelectionCard implements SolarisSelectionCardHandle {
|
|
1452
|
+
readonly value: _angular_core.InputSignal<unknown>;
|
|
1453
|
+
readonly size: _angular_core.InputSignal<_educarehq_solaris_components.SolarisSizePreset>;
|
|
1454
|
+
readonly color: _angular_core.InputSignal<SelectionCardColorInput>;
|
|
1455
|
+
readonly orientation: _angular_core.InputSignal<_educarehq_solaris_components.CardOrientation>;
|
|
1456
|
+
readonly radius: _angular_core.InputSignal<_educarehq_solaris_components.CardRadiusInput | null>;
|
|
1457
|
+
readonly appearance: _angular_core.InputSignal<SelectionCardAppearance>;
|
|
1458
|
+
readonly selectionIndicator: _angular_core.InputSignal<SelectionCardIndicator>;
|
|
1459
|
+
readonly invalid: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
1460
|
+
readonly disabledInput: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
1461
|
+
readonly selectedInput: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
1462
|
+
readonly selectedChange: _angular_core.OutputEmitterRef<boolean>;
|
|
1463
|
+
readonly cardClick: _angular_core.OutputEmitterRef<MouseEvent>;
|
|
1464
|
+
private readonly elementRef;
|
|
1465
|
+
private readonly group;
|
|
1466
|
+
private readonly localSelected;
|
|
1467
|
+
readonly disabled: _angular_core.Signal<boolean>;
|
|
1468
|
+
readonly selected: _angular_core.Signal<boolean>;
|
|
1469
|
+
readonly resolvedMode: _angular_core.Signal<CardGroupSelectionMode>;
|
|
1470
|
+
onHostBlur(): void;
|
|
1471
|
+
readonly resolvedIndicator: _angular_core.Signal<ResolvedSelectionCardIndicator>;
|
|
1472
|
+
readonly tabIndex: _angular_core.Signal<number>;
|
|
1473
|
+
readonly role: _angular_core.Signal<"button" | "radio" | "checkbox">;
|
|
1474
|
+
readonly ariaChecked: _angular_core.Signal<"true" | "false" | null>;
|
|
1475
|
+
readonly customAccent: _angular_core.Signal<string | null>;
|
|
1476
|
+
readonly colorKey: _angular_core.Signal<SolarisColorPreset | "custom">;
|
|
1477
|
+
constructor();
|
|
1478
|
+
focus(): void;
|
|
1479
|
+
onHostClick(event: MouseEvent): void;
|
|
1480
|
+
onHostKeydown(event: KeyboardEvent): void;
|
|
1481
|
+
private activateStandalone;
|
|
1482
|
+
private isActionZone;
|
|
1483
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisSelectionCard, never>;
|
|
1484
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SolarisSelectionCard, "solaris-selection-card", never, { "value": { "alias": "value"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "orientation": { "alias": "orientation"; "required": false; "isSignal": true; }; "radius": { "alias": "radius"; "required": false; "isSignal": true; }; "appearance": { "alias": "appearance"; "required": false; "isSignal": true; }; "selectionIndicator": { "alias": "selectionIndicator"; "required": false; "isSignal": true; }; "invalid": { "alias": "invalid"; "required": false; "isSignal": true; }; "disabledInput": { "alias": "disabled"; "required": false; "isSignal": true; }; "selectedInput": { "alias": "selected"; "required": false; "isSignal": true; }; }, { "selectedChange": "selectedChange"; "cardClick": "cardClick"; }, never, ["[solaris-card-media]", "[solaris-card-eyebrow]", "[solaris-card-title]", "[solaris-card-description]", "[solaris-card-meta]", "[solaris-card-badge]", "[solaris-card-footer]", "[solaris-card-actions]"], true, never>;
|
|
1485
|
+
}
|
|
1486
|
+
|
|
1487
|
+
type CardGroupValidationError = 'required' | 'minSelected' | 'maxSelected' | null;
|
|
1488
|
+
|
|
1489
|
+
declare class SolarisCardGroup<T = unknown> implements ControlValueAccessor, Validator, AfterContentInit, SolarisCardGroupApi {
|
|
1490
|
+
readonly readonly: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
1491
|
+
readonly required: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
1492
|
+
readonly submitted: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
1493
|
+
readonly selectOnFocus: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
1494
|
+
readonly disabledInput: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
1495
|
+
readonly gap: _angular_core.InputSignal<SizeInput>;
|
|
1496
|
+
readonly invalid: _angular_core.InputSignal<boolean | null>;
|
|
1497
|
+
readonly minSelected: _angular_core.InputSignal<number | null>;
|
|
1498
|
+
readonly maxSelected: _angular_core.InputSignal<number | null>;
|
|
1499
|
+
readonly layout: _angular_core.InputSignal<CardGroupLayout>;
|
|
1500
|
+
readonly compareWith: _angular_core.InputSignal<CardGroupCompareWith<T>>;
|
|
1501
|
+
readonly showErrors: _angular_core.InputSignal<SolarisShowErrors>;
|
|
1502
|
+
readonly selectionMode: _angular_core.InputSignal<CardGroupSelectionMode>;
|
|
1503
|
+
readonly orientation: _angular_core.InputSignal<"horizontal" | "vertical" | "compact">;
|
|
1504
|
+
readonly requiredErrorKey: _angular_core.InputSignal<string>;
|
|
1505
|
+
readonly minSelectedErrorKey: _angular_core.InputSignal<string>;
|
|
1506
|
+
readonly maxSelectedErrorKey: _angular_core.InputSignal<string>;
|
|
1507
|
+
readonly valueChange: _angular_core.OutputEmitterRef<CardGroupValue<T>>;
|
|
1508
|
+
readonly selectionRejected: _angular_core.OutputEmitterRef<{
|
|
1509
|
+
reason: "readonly" | "maxSelected";
|
|
1510
|
+
value: unknown;
|
|
1511
|
+
}>;
|
|
1512
|
+
private readonly cardsQuery?;
|
|
1513
|
+
private readonly destroyRef;
|
|
1514
|
+
private readonly controlTick;
|
|
1515
|
+
private readonly dirtyState;
|
|
1516
|
+
private readonly cardsVersion;
|
|
1517
|
+
private readonly cvaDisabled;
|
|
1518
|
+
private readonly touchedState;
|
|
1519
|
+
private readonly internalValue;
|
|
1520
|
+
private onTouched;
|
|
1521
|
+
private onChange;
|
|
1522
|
+
private onValidatorChange;
|
|
1523
|
+
constructor();
|
|
1524
|
+
ngAfterContentInit(): void;
|
|
1525
|
+
readonly resolvedGap: _angular_core.Signal<string>;
|
|
1526
|
+
readonly disabled: _angular_core.Signal<boolean>;
|
|
1527
|
+
readonly groupRole: _angular_core.Signal<"radiogroup" | "group">;
|
|
1528
|
+
readonly selectionCount: _angular_core.Signal<number>;
|
|
1529
|
+
readonly validationError: _angular_core.Signal<CardGroupValidationError>;
|
|
1530
|
+
readonly invalidComputed: _angular_core.Signal<boolean>;
|
|
1531
|
+
readonly errorKeyComputed: _angular_core.Signal<string | undefined>;
|
|
1532
|
+
readonly errorParamsComputed: _angular_core.Signal<SolarisTranslationParams | undefined>;
|
|
1533
|
+
isSelected(value: unknown): boolean;
|
|
1534
|
+
activate(card: SolarisSelectionCardHandle): void;
|
|
1535
|
+
tabIndexFor(card: SolarisSelectionCardHandle): number;
|
|
1536
|
+
handleKeydown(event: KeyboardEvent, current: SolarisSelectionCardHandle): void;
|
|
1537
|
+
notifyTouched(): void;
|
|
1538
|
+
writeValue(value: CardGroupValue<T>): void;
|
|
1539
|
+
registerOnTouched(fn: () => void): void;
|
|
1540
|
+
setDisabledState(isDisabled: boolean): void;
|
|
1541
|
+
registerOnChange(fn: (value: CardGroupValue<T>) => void): void;
|
|
1542
|
+
validate(_: AbstractControl): ValidationErrors | null;
|
|
1543
|
+
registerOnValidatorChange(fn: () => void): void;
|
|
1544
|
+
private move;
|
|
1545
|
+
private focusFirst;
|
|
1546
|
+
private focusLast;
|
|
1547
|
+
private enabledCards;
|
|
1548
|
+
private emitModelChange;
|
|
1549
|
+
private normalizeIncomingValue;
|
|
1550
|
+
private bumpCardsVersion;
|
|
1551
|
+
private bumpControlTick;
|
|
1552
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisCardGroup<any>, never>;
|
|
1553
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SolarisCardGroup<any>, "solaris-card-group", never, { "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; "submitted": { "alias": "submitted"; "required": false; "isSignal": true; }; "selectOnFocus": { "alias": "selectOnFocus"; "required": false; "isSignal": true; }; "disabledInput": { "alias": "disabledInput"; "required": false; "isSignal": true; }; "gap": { "alias": "gap"; "required": false; "isSignal": true; }; "invalid": { "alias": "invalid"; "required": false; "isSignal": true; }; "minSelected": { "alias": "minSelected"; "required": false; "isSignal": true; }; "maxSelected": { "alias": "maxSelected"; "required": false; "isSignal": true; }; "layout": { "alias": "layout"; "required": false; "isSignal": true; }; "compareWith": { "alias": "compareWith"; "required": false; "isSignal": true; }; "showErrors": { "alias": "showErrors"; "required": false; "isSignal": true; }; "selectionMode": { "alias": "selectionMode"; "required": false; "isSignal": true; }; "orientation": { "alias": "orientation"; "required": false; "isSignal": true; }; "requiredErrorKey": { "alias": "requiredErrorKey"; "required": false; "isSignal": true; }; "minSelectedErrorKey": { "alias": "minSelectedErrorKey"; "required": false; "isSignal": true; }; "maxSelectedErrorKey": { "alias": "maxSelectedErrorKey"; "required": false; "isSignal": true; }; }, { "valueChange": "valueChange"; "selectionRejected": "selectionRejected"; }, ["cardsQuery"], ["*", "[card-group-message]"], true, never>;
|
|
1554
|
+
}
|
|
1555
|
+
|
|
1556
|
+
declare class SolarisCardMediaDirective {
|
|
1557
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisCardMediaDirective, never>;
|
|
1558
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<SolarisCardMediaDirective, "[solaris-card-media]", never, {}, {}, never, never, true, never>;
|
|
1559
|
+
}
|
|
1560
|
+
declare class SolarisCardEyebrowDirective {
|
|
1561
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisCardEyebrowDirective, never>;
|
|
1562
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<SolarisCardEyebrowDirective, "[solaris-card-eyebrow]", never, {}, {}, never, never, true, never>;
|
|
1563
|
+
}
|
|
1564
|
+
declare class SolarisCardTitleDirective {
|
|
1565
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisCardTitleDirective, never>;
|
|
1566
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<SolarisCardTitleDirective, "[solaris-card-title]", never, {}, {}, never, never, true, never>;
|
|
1567
|
+
}
|
|
1568
|
+
declare class SolarisCardDescriptionDirective {
|
|
1569
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisCardDescriptionDirective, never>;
|
|
1570
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<SolarisCardDescriptionDirective, "[solaris-card-description]", never, {}, {}, never, never, true, never>;
|
|
1571
|
+
}
|
|
1572
|
+
declare class SolarisCardMetaDirective {
|
|
1573
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisCardMetaDirective, never>;
|
|
1574
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<SolarisCardMetaDirective, "[solaris-card-meta]", never, {}, {}, never, never, true, never>;
|
|
1575
|
+
}
|
|
1576
|
+
declare class SolarisCardBadgeDirective {
|
|
1577
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisCardBadgeDirective, never>;
|
|
1578
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<SolarisCardBadgeDirective, "[solaris-card-badge]", never, {}, {}, never, never, true, never>;
|
|
1579
|
+
}
|
|
1580
|
+
declare class SolarisCardActionsDirective {
|
|
1581
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisCardActionsDirective, never>;
|
|
1582
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<SolarisCardActionsDirective, "[solaris-card-actions]", never, {}, {}, never, never, true, never>;
|
|
1583
|
+
}
|
|
1584
|
+
declare class SolarisCardFooterDirective {
|
|
1585
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisCardFooterDirective, never>;
|
|
1586
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<SolarisCardFooterDirective, "[solaris-card-footer]", never, {}, {}, never, never, true, never>;
|
|
1587
|
+
}
|
|
1588
|
+
declare const SOLARIS_CARD_SLOT_DIRECTIVES: readonly [typeof SolarisCardMediaDirective, typeof SolarisCardEyebrowDirective, typeof SolarisCardTitleDirective, typeof SolarisCardDescriptionDirective, typeof SolarisCardMetaDirective, typeof SolarisCardBadgeDirective, typeof SolarisCardActionsDirective, typeof SolarisCardFooterDirective];
|
|
1589
|
+
|
|
1590
|
+
declare class SolarisCard {
|
|
1591
|
+
readonly size: _angular_core.InputSignal<_educarehq_solaris_components.SolarisSizePreset>;
|
|
1592
|
+
readonly orientation: _angular_core.InputSignal<CardOrientation>;
|
|
1593
|
+
readonly radius: _angular_core.InputSignal<CardRadiusInput | null>;
|
|
1594
|
+
readonly disabled: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
1595
|
+
readonly interactive: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
1596
|
+
readonly resolvedRadius: _angular_core.Signal<string | null>;
|
|
1597
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisCard, never>;
|
|
1598
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SolarisCard, "solaris-card", never, { "size": { "alias": "size"; "required": false; "isSignal": true; }; "orientation": { "alias": "orientation"; "required": false; "isSignal": true; }; "radius": { "alias": "radius"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "interactive": { "alias": "interactive"; "required": false; "isSignal": true; }; }, {}, never, ["[solaris-card-media]", "[solaris-card-eyebrow]", "[solaris-card-title]", "[solaris-card-badge]", "[solaris-card-description]", "[solaris-card-meta]", "[solaris-card-footer]", "[solaris-card-actions]"], true, never>;
|
|
1599
|
+
}
|
|
1600
|
+
|
|
1601
|
+
type SolarisPresenceQuietHours = boolean | 'auto';
|
|
1602
|
+
type SolarisPresenceState = 'online' | 'offline' | 'away' | 'busy' | 'dnd';
|
|
1603
|
+
type TimeContext = {
|
|
1604
|
+
hour: number;
|
|
1605
|
+
isWeekend: boolean;
|
|
1606
|
+
timezone: string;
|
|
1607
|
+
};
|
|
1608
|
+
|
|
1609
|
+
type LiteralUnion<T extends string> = T | (string & {});
|
|
1610
|
+
type SolarisAvatarShape = 'circle' | 'square';
|
|
1611
|
+
type SolarisAvatarObjectFit = 'cover' | 'contain';
|
|
1612
|
+
type SolarisAvatarSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
1613
|
+
type SolarisAvatarButtonType = 'button' | 'submit' | 'reset';
|
|
1614
|
+
type SolarisAvatarVariant = 'auto' | 'image' | 'letter' | 'default';
|
|
1615
|
+
type SolarisAvatarColorPreset = Exclude<SolarisColorPreset, 'gradient'>;
|
|
1616
|
+
type SolarisAvatarColorInput = LiteralUnion<SolarisAvatarColorPreset>;
|
|
1617
|
+
type SolarisAvatarRadiusInput = LiteralUnion<SolarisRadiusPreset> | null;
|
|
1618
|
+
|
|
1619
|
+
declare class SolarisPresenceAvatar {
|
|
1620
|
+
readonly translationService: TranslationInterface;
|
|
1621
|
+
readonly size: _angular_core.InputSignal<SolarisAvatarSize>;
|
|
1622
|
+
readonly shape: _angular_core.InputSignal<SolarisAvatarShape>;
|
|
1623
|
+
readonly variant: _angular_core.InputSignal<SolarisAvatarVariant>;
|
|
1624
|
+
readonly src: _angular_core.InputSignal<string | null>;
|
|
1625
|
+
readonly alt: _angular_core.InputSignal<string | null>;
|
|
1626
|
+
readonly name: _angular_core.InputSignal<string | null>;
|
|
1627
|
+
readonly initials: _angular_core.InputSignal<string | null>;
|
|
1628
|
+
readonly color: _angular_core.InputSignal<SolarisAvatarColorInput>;
|
|
1629
|
+
readonly loading: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
1630
|
+
readonly disabled: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
1631
|
+
readonly interactive: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
1632
|
+
readonly buttonType: _angular_core.InputSignal<SolarisAvatarButtonType>;
|
|
1633
|
+
readonly asButton: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
1634
|
+
readonly radius: _angular_core.InputSignal<SolarisAvatarRadiusInput>;
|
|
1635
|
+
readonly objectFit: _angular_core.InputSignal<SolarisAvatarObjectFit>;
|
|
1636
|
+
readonly ariaLabel: _angular_core.InputSignal<string | null>;
|
|
1637
|
+
readonly ariaHidden: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
1638
|
+
readonly presence: _angular_core.InputSignal<SolarisPresenceState>;
|
|
1639
|
+
readonly presenceAriaLabel: _angular_core.InputSignal<string | null>;
|
|
1640
|
+
readonly timezone: _angular_core.InputSignal<string | null>;
|
|
1641
|
+
readonly lastSeenAt: _angular_core.InputSignal<string | number | Date | null>;
|
|
1642
|
+
readonly quietHours: _angular_core.InputSignal<SolarisPresenceQuietHours>;
|
|
1643
|
+
readonly workHoursStart: _angular_core.InputSignal<number>;
|
|
1644
|
+
readonly workHoursEnd: _angular_core.InputSignal<number>;
|
|
1645
|
+
readonly presenceTooltipKey: _angular_core.Signal<string>;
|
|
1646
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisPresenceAvatar, never>;
|
|
1647
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SolarisPresenceAvatar, "solaris-presence-avatar", never, { "size": { "alias": "size"; "required": false; "isSignal": true; }; "shape": { "alias": "shape"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "src": { "alias": "src"; "required": false; "isSignal": true; }; "alt": { "alias": "alt"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; "initials": { "alias": "initials"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "interactive": { "alias": "interactive"; "required": false; "isSignal": true; }; "buttonType": { "alias": "buttonType"; "required": false; "isSignal": true; }; "asButton": { "alias": "asButton"; "required": false; "isSignal": true; }; "radius": { "alias": "radius"; "required": false; "isSignal": true; }; "objectFit": { "alias": "objectFit"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "aria-label"; "required": false; "isSignal": true; }; "ariaHidden": { "alias": "aria-hidden"; "required": false; "isSignal": true; }; "presence": { "alias": "presence"; "required": false; "isSignal": true; }; "presenceAriaLabel": { "alias": "presenceAriaLabel"; "required": false; "isSignal": true; }; "timezone": { "alias": "timezone"; "required": false; "isSignal": true; }; "lastSeenAt": { "alias": "lastSeenAt"; "required": false; "isSignal": true; }; "quietHours": { "alias": "quietHours"; "required": false; "isSignal": true; }; "workHoursStart": { "alias": "workHoursStart"; "required": false; "isSignal": true; }; "workHoursEnd": { "alias": "workHoursEnd"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
1648
|
+
}
|
|
1649
|
+
|
|
1650
|
+
type SolarisAvatarStackOverlap = 'sm' | 'md' | 'lg';
|
|
1651
|
+
type SolarisAvatarStackItem = {
|
|
1652
|
+
src?: string | null;
|
|
1653
|
+
alt?: string | null;
|
|
1654
|
+
name?: string | null;
|
|
1655
|
+
initials?: string | null;
|
|
1656
|
+
presence?: SolarisPresenceState | null;
|
|
1657
|
+
timezone?: string | null;
|
|
1658
|
+
lastSeenAt?: string | Date | number | null;
|
|
1659
|
+
quietHours?: SolarisPresenceQuietHours;
|
|
1660
|
+
};
|
|
1661
|
+
|
|
1662
|
+
type SolarisAvatarDropdownPlacement = 'bottom-start' | 'bottom' | 'bottom-end' | 'top-start' | 'top' | 'top-end';
|
|
1663
|
+
type SolarisAvatarDropdownItem = SolarisAvatarStackItem & {
|
|
1664
|
+
id?: string | number;
|
|
1665
|
+
description?: string | null;
|
|
1666
|
+
disabled?: boolean;
|
|
1667
|
+
};
|
|
1668
|
+
interface SolarisAvatarDropdownSelectEvent {
|
|
1669
|
+
item: SolarisAvatarDropdownItem;
|
|
1670
|
+
index: number;
|
|
1671
|
+
}
|
|
1672
|
+
type SolarisAvatarDropdownConfig = {
|
|
1673
|
+
size?: SolarisAvatarSize;
|
|
1674
|
+
shape?: SolarisAvatarShape;
|
|
1675
|
+
overlap?: SolarisAvatarStackOverlap;
|
|
1676
|
+
maxVisible?: number;
|
|
1677
|
+
};
|
|
1678
|
+
|
|
1679
|
+
declare class SolarisAvatarDropdown {
|
|
1680
|
+
readonly items: _angular_core.InputSignal<SolarisAvatarDropdownItem[]>;
|
|
1681
|
+
readonly size: _angular_core.InputSignal<SolarisAvatarSize>;
|
|
1682
|
+
readonly shape: _angular_core.InputSignal<SolarisAvatarShape>;
|
|
1683
|
+
readonly overlap: _angular_core.InputSignal<SolarisAvatarStackOverlap>;
|
|
1684
|
+
readonly maxVisible: _angular_core.InputSignalWithTransform<number, unknown>;
|
|
1685
|
+
readonly placement: _angular_core.InputSignal<SolarisAvatarDropdownPlacement>;
|
|
1686
|
+
readonly disabled: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
1687
|
+
readonly closeOnSelect: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
1688
|
+
readonly panelLabel: _angular_core.InputSignal<string>;
|
|
1689
|
+
readonly itemSelect: EventEmitter<SolarisAvatarDropdownSelectEvent>;
|
|
1690
|
+
readonly openChange: EventEmitter<boolean>;
|
|
1691
|
+
onItemClick(item: SolarisAvatarDropdownItem, index: number, popover: SolarisPopover): void;
|
|
1692
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisAvatarDropdown, never>;
|
|
1693
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SolarisAvatarDropdown, "solaris-avatar-dropdown", never, { "items": { "alias": "items"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "shape": { "alias": "shape"; "required": false; "isSignal": true; }; "overlap": { "alias": "overlap"; "required": false; "isSignal": true; }; "maxVisible": { "alias": "maxVisible"; "required": false; "isSignal": true; }; "placement": { "alias": "placement"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "closeOnSelect": { "alias": "closeOnSelect"; "required": false; "isSignal": true; }; "panelLabel": { "alias": "panelLabel"; "required": false; "isSignal": true; }; }, { "itemSelect": "itemSelect"; "openChange": "openChange"; }, never, never, true, never>;
|
|
1694
|
+
}
|
|
1695
|
+
|
|
1696
|
+
declare class SolarisAvatarStack {
|
|
1697
|
+
readonly items: _angular_core.InputSignal<SolarisAvatarStackItem[]>;
|
|
1698
|
+
readonly max: _angular_core.InputSignalWithTransform<number, unknown>;
|
|
1699
|
+
readonly showPresence: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
1700
|
+
readonly size: _angular_core.InputSignal<SolarisAvatarSize>;
|
|
1701
|
+
readonly shape: _angular_core.InputSignal<SolarisAvatarShape>;
|
|
1702
|
+
readonly overlap: _angular_core.InputSignal<SolarisAvatarStackOverlap>;
|
|
1703
|
+
readonly visibleItems: _angular_core.Signal<SolarisAvatarStackItem[]>;
|
|
1704
|
+
readonly hiddenCount: _angular_core.Signal<number>;
|
|
1705
|
+
readonly hasHiddenItems: _angular_core.Signal<boolean>;
|
|
1706
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisAvatarStack, never>;
|
|
1707
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SolarisAvatarStack, "solaris-avatar-stack", never, { "items": { "alias": "items"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; "showPresence": { "alias": "showPresence"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "shape": { "alias": "shape"; "required": false; "isSignal": true; }; "overlap": { "alias": "overlap"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
1708
|
+
}
|
|
1709
|
+
|
|
1710
|
+
declare class SolarisCardMediaOverlayDirective {
|
|
1711
|
+
readonly attr = "";
|
|
1712
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisCardMediaOverlayDirective, never>;
|
|
1713
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<SolarisCardMediaOverlayDirective, "[solaris-card-media-overlay]", never, {}, {}, never, never, true, never>;
|
|
1714
|
+
}
|
|
1715
|
+
|
|
1716
|
+
type SolarisCardMediaVariant = 'image' | 'avatar' | 'icon' | 'custom';
|
|
1717
|
+
type SolarisCardMediaRatio = 'auto' | '1:1' | '4:3' | '16:9' | '21:9';
|
|
1718
|
+
type SolarisCardMediaRadius = 'none' | 'sm' | 'md' | 'lg' | 'inherit';
|
|
1719
|
+
type SolarisCardMediaAlign = 'start' | 'center' | 'end';
|
|
1720
|
+
type SolarisCardMediaFit = 'cover' | 'contain';
|
|
1721
|
+
|
|
1722
|
+
declare class SolarisCardMedia {
|
|
1723
|
+
readonly variant: _angular_core.InputSignal<SolarisCardMediaVariant>;
|
|
1724
|
+
readonly src: _angular_core.InputSignal<string | null>;
|
|
1725
|
+
readonly alt: _angular_core.InputSignal<string | null>;
|
|
1726
|
+
readonly ratio: _angular_core.InputSignal<SolarisCardMediaRatio>;
|
|
1727
|
+
readonly fit: _angular_core.InputSignal<SolarisCardMediaFit>;
|
|
1728
|
+
readonly align: _angular_core.InputSignal<SolarisCardMediaAlign>;
|
|
1729
|
+
readonly radius: _angular_core.InputSignal<SolarisCardMediaRadius>;
|
|
1730
|
+
readonly loading: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
1731
|
+
readonly disabled: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
1732
|
+
readonly normalizedSrc: _angular_core.Signal<string>;
|
|
1733
|
+
readonly normalizedAlt: _angular_core.Signal<string>;
|
|
1734
|
+
readonly showImage: _angular_core.Signal<boolean>;
|
|
1735
|
+
private normalize;
|
|
1736
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisCardMedia, never>;
|
|
1737
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SolarisCardMedia, "solaris-card-media", never, { "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "src": { "alias": "src"; "required": false; "isSignal": true; }; "alt": { "alias": "alt"; "required": false; "isSignal": true; }; "ratio": { "alias": "ratio"; "required": false; "isSignal": true; }; "fit": { "alias": "fit"; "required": false; "isSignal": true; }; "align": { "alias": "align"; "required": false; "isSignal": true; }; "radius": { "alias": "radius"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, {}, never, ["*", "[solaris-card-media-overlay]"], true, never>;
|
|
1738
|
+
}
|
|
1739
|
+
|
|
1740
|
+
declare class SolarisAvatarOverlayDirective {
|
|
1741
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisAvatarOverlayDirective, never>;
|
|
1742
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<SolarisAvatarOverlayDirective, "[solaris-avatar-overlay]", never, {}, {}, never, never, true, never>;
|
|
1743
|
+
}
|
|
1744
|
+
|
|
1745
|
+
declare class SolarisAvatar {
|
|
1746
|
+
readonly size: _angular_core.InputSignal<SolarisAvatarSize>;
|
|
1747
|
+
readonly shape: _angular_core.InputSignal<SolarisAvatarShape>;
|
|
1748
|
+
readonly variant: _angular_core.InputSignal<SolarisAvatarVariant>;
|
|
1749
|
+
readonly src: _angular_core.InputSignal<string | null>;
|
|
1750
|
+
readonly alt: _angular_core.InputSignal<string | null>;
|
|
1751
|
+
readonly name: _angular_core.InputSignal<string | null>;
|
|
1752
|
+
readonly initials: _angular_core.InputSignal<string | null>;
|
|
1753
|
+
readonly color: _angular_core.InputSignal<SolarisAvatarColorInput>;
|
|
1754
|
+
readonly loading: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
1755
|
+
readonly disabled: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
1756
|
+
readonly interactive: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
1757
|
+
readonly buttonType: _angular_core.InputSignal<SolarisAvatarButtonType>;
|
|
1758
|
+
readonly asButton: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
1759
|
+
readonly radius: _angular_core.InputSignal<SolarisAvatarRadiusInput>;
|
|
1760
|
+
readonly objectFit: _angular_core.InputSignal<SolarisAvatarObjectFit>;
|
|
1761
|
+
readonly ariaLabel: _angular_core.InputSignal<string | null>;
|
|
1762
|
+
readonly ariaHidden: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
1763
|
+
protected readonly hostClass = "solaris-avatar-host";
|
|
1764
|
+
private readonly imageFailed;
|
|
1765
|
+
private readonly presetColors;
|
|
1766
|
+
constructor();
|
|
1767
|
+
readonly normalizedSrc: _angular_core.Signal<string>;
|
|
1768
|
+
readonly normalizedAlt: _angular_core.Signal<string>;
|
|
1769
|
+
readonly normalizedName: _angular_core.Signal<string>;
|
|
1770
|
+
readonly normalizedInitials: _angular_core.Signal<string>;
|
|
1771
|
+
readonly normalizedAriaLabel: _angular_core.Signal<string>;
|
|
1772
|
+
readonly resolvedInitials: _angular_core.Signal<string>;
|
|
1773
|
+
readonly showImage: _angular_core.Signal<boolean>;
|
|
1774
|
+
readonly showLetter: _angular_core.Signal<boolean>;
|
|
1775
|
+
readonly showDefault: _angular_core.Signal<boolean>;
|
|
1776
|
+
readonly isCustomColor: _angular_core.Signal<boolean>;
|
|
1777
|
+
readonly colorClass: _angular_core.Signal<string>;
|
|
1778
|
+
readonly customColorValue: _angular_core.Signal<string | null>;
|
|
1779
|
+
readonly resolvedRadius: _angular_core.Signal<string>;
|
|
1780
|
+
readonly rootClasses: _angular_core.Signal<string[]>;
|
|
1781
|
+
readonly accessibleLabel: _angular_core.Signal<string | null>;
|
|
1782
|
+
readonly rootRole: _angular_core.Signal<"img" | null>;
|
|
1783
|
+
onImageLoad(): void;
|
|
1784
|
+
onImageError(): void;
|
|
1785
|
+
private normalize;
|
|
1786
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisAvatar, never>;
|
|
1787
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SolarisAvatar, "solaris-avatar", never, { "size": { "alias": "size"; "required": false; "isSignal": true; }; "shape": { "alias": "shape"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "src": { "alias": "src"; "required": false; "isSignal": true; }; "alt": { "alias": "alt"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; "initials": { "alias": "initials"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "interactive": { "alias": "interactive"; "required": false; "isSignal": true; }; "buttonType": { "alias": "buttonType"; "required": false; "isSignal": true; }; "asButton": { "alias": "asButton"; "required": false; "isSignal": true; }; "radius": { "alias": "radius"; "required": false; "isSignal": true; }; "objectFit": { "alias": "objectFit"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "aria-label"; "required": false; "isSignal": true; }; "ariaHidden": { "alias": "aria-hidden"; "required": false; "isSignal": true; }; }, {}, never, ["*", "*"], true, never>;
|
|
1788
|
+
}
|
|
1789
|
+
|
|
1790
|
+
declare class SolarisFloatingOverlayService {
|
|
1791
|
+
private readonly appRef;
|
|
1792
|
+
private readonly injector;
|
|
1793
|
+
create<T>(component: Type<T>, options?: SolarisFloatingOverlayOptions): SolarisFloatingOverlayRef<T>;
|
|
1794
|
+
reposition<T>(context: SolarisFloatingRepositionContext<T>): void;
|
|
1795
|
+
clearFloatingTimers(showTimer: number, hideTimer: number, raf: number): void;
|
|
1796
|
+
destroyOverlay<T>(overlayRef?: SolarisFloatingOverlayRef<T>): void;
|
|
1797
|
+
private createId;
|
|
1798
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisFloatingOverlayService, never>;
|
|
1799
|
+
static ɵprov: _angular_core.ɵɵInjectableDeclaration<SolarisFloatingOverlayService>;
|
|
1800
|
+
}
|
|
1801
|
+
|
|
1802
|
+
declare function computeFloatingPosition(anchorRect: DOMRect, panelRect: DOMRect, configuration: SolarisFloatingPositionConfiguration): SolarisFloatingPositionResult;
|
|
1803
|
+
declare function repositionTooltipOverlay<T>(anchor: ElementRef<HTMLElement>, overlayRef: SolarisFloatingOverlayRef<T>, options: SolarisTooltipRepositionOptions, setAppliedPosition: (position: SolarisFloatingPosition) => void): void;
|
|
1804
|
+
|
|
1168
1805
|
declare class SolarisIdGenerator {
|
|
1169
1806
|
private readonly counters;
|
|
1170
1807
|
next(prefix?: string): string;
|
|
1171
|
-
static ɵfac:
|
|
1172
|
-
static ɵprov:
|
|
1808
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisIdGenerator, never>;
|
|
1809
|
+
static ɵprov: _angular_core.ɵɵInjectableDeclaration<SolarisIdGenerator>;
|
|
1173
1810
|
}
|
|
1174
1811
|
|
|
1175
1812
|
declare function uniqueId(prefix: string): string;
|
|
@@ -1178,7 +1815,9 @@ type Iso2 = Lowercase<string>;
|
|
|
1178
1815
|
type PhoneFormat = 'e164';
|
|
1179
1816
|
|
|
1180
1817
|
declare class SolarisPhoneInput implements AfterViewInit, OnDestroy, ControlValueAccessor, Validator {
|
|
1818
|
+
private readonly field;
|
|
1181
1819
|
private readonly renderer;
|
|
1820
|
+
private readonly injector;
|
|
1182
1821
|
readonly marker = "";
|
|
1183
1822
|
inputRef?: ElementRef<HTMLInputElement>;
|
|
1184
1823
|
set placeholder(v: string | undefined);
|
|
@@ -1198,6 +1837,7 @@ declare class SolarisPhoneInput implements AfterViewInit, OnDestroy, ControlValu
|
|
|
1198
1837
|
private onChange;
|
|
1199
1838
|
private onTouched;
|
|
1200
1839
|
private onValidatorChange?;
|
|
1840
|
+
constructor();
|
|
1201
1841
|
ngAfterViewInit(): void;
|
|
1202
1842
|
ngOnDestroy(): void;
|
|
1203
1843
|
writeValue(value: string | null): void;
|
|
@@ -1229,8 +1869,8 @@ declare class SolarisPhoneInput implements AfterViewInit, OnDestroy, ControlValu
|
|
|
1229
1869
|
private getUtils;
|
|
1230
1870
|
private safe;
|
|
1231
1871
|
private get el();
|
|
1232
|
-
static ɵfac:
|
|
1233
|
-
static ɵcmp:
|
|
1872
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisPhoneInput, never>;
|
|
1873
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SolarisPhoneInput, "solaris-phone-input", never, { "placeholder": { "alias": "placeholder"; "required": false; }; "format": { "alias": "format"; "required": false; }; "onlyCountries": { "alias": "only-countries"; "required": false; }; "defaultCountry": { "alias": "default-country"; "required": false; }; "preferredCountries": { "alias": "preferred-countries"; "required": false; }; }, {}, never, never, true, never>;
|
|
1234
1874
|
}
|
|
1235
1875
|
|
|
1236
1876
|
declare class SolarisPasswordDirective implements Validator {
|
|
@@ -1244,7 +1884,7 @@ declare class SolarisPasswordDirective implements Validator {
|
|
|
1244
1884
|
set requireNumberKebab(v: any);
|
|
1245
1885
|
set minLengthKebab(v: any);
|
|
1246
1886
|
set requireSpecialKebab(v: any);
|
|
1247
|
-
get type(): "
|
|
1887
|
+
get type(): "text" | "password";
|
|
1248
1888
|
spellcheck: string;
|
|
1249
1889
|
readonly marker = "";
|
|
1250
1890
|
readonly solarisInput = "";
|
|
@@ -1258,8 +1898,8 @@ declare class SolarisPasswordDirective implements Validator {
|
|
|
1258
1898
|
toggle(): void;
|
|
1259
1899
|
validate(control: AbstractControl): ValidationErrors | null;
|
|
1260
1900
|
registerOnValidatorChange(fn: () => void): void;
|
|
1261
|
-
static ɵfac:
|
|
1262
|
-
static ɵdir:
|
|
1901
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisPasswordDirective, never>;
|
|
1902
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<SolarisPasswordDirective, "input[solaris-password]", never, { "minLength": { "alias": "minLength"; "required": false; }; "requireUpper": { "alias": "requireUpper"; "required": false; }; "requireLower": { "alias": "requireLower"; "required": false; }; "requireNumber": { "alias": "requireNumber"; "required": false; }; "requireSpecial": { "alias": "requireSpecial"; "required": false; }; "requireUpperKebab": { "alias": "requireUpperKebab"; "required": false; }; "requireLowerKebab": { "alias": "requireLowerKebab"; "required": false; }; "requireNumberKebab": { "alias": "requireNumberKebab"; "required": false; }; "minLengthKebab": { "alias": "minLengthKebab"; "required": false; }; "requireSpecialKebab": { "alias": "requireSpecialKebab"; "required": false; }; }, {}, never, never, true, never>;
|
|
1263
1903
|
}
|
|
1264
1904
|
|
|
1265
1905
|
declare class SolarisEmailDirective implements Validator {
|
|
@@ -1273,8 +1913,8 @@ declare class SolarisEmailDirective implements Validator {
|
|
|
1273
1913
|
private readonly injector;
|
|
1274
1914
|
constructor();
|
|
1275
1915
|
validate(control: AbstractControl): ValidationErrors | null;
|
|
1276
|
-
static ɵfac:
|
|
1277
|
-
static ɵdir:
|
|
1916
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisEmailDirective, never>;
|
|
1917
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<SolarisEmailDirective, "input[solaris-email],input[solarisEmail]", never, {}, {}, never, never, true, never>;
|
|
1278
1918
|
}
|
|
1279
1919
|
|
|
1280
1920
|
declare class InputTextDirective {
|
|
@@ -1284,19 +1924,20 @@ declare class InputTextDirective {
|
|
|
1284
1924
|
readonly attr = "";
|
|
1285
1925
|
get placeholderAttr(): any;
|
|
1286
1926
|
constructor();
|
|
1287
|
-
static ɵfac:
|
|
1288
|
-
static ɵdir:
|
|
1927
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<InputTextDirective, never>;
|
|
1928
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<InputTextDirective, "input[solaris-input],textarea[solaris-input]", never, {}, {}, never, never, true, never>;
|
|
1289
1929
|
}
|
|
1290
1930
|
|
|
1291
1931
|
declare class PasswordToggle {
|
|
1932
|
+
private readonly translationService;
|
|
1292
1933
|
readonly solarisSuffix = "";
|
|
1293
1934
|
private readonly field;
|
|
1294
1935
|
protected visible: () => boolean;
|
|
1295
1936
|
protected toggle(): void;
|
|
1296
1937
|
protected get ariaLabelHide(): string;
|
|
1297
1938
|
protected get ariaLabelShow(): string;
|
|
1298
|
-
static ɵfac:
|
|
1299
|
-
static ɵcmp:
|
|
1939
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<PasswordToggle, never>;
|
|
1940
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<PasswordToggle, "solaris-password-toggle", never, {}, {}, never, never, true, never>;
|
|
1300
1941
|
}
|
|
1301
1942
|
|
|
1302
1943
|
interface SolarisInputApi {
|
|
@@ -1310,8 +1951,8 @@ declare class SolarisControlBridgeDirective {
|
|
|
1310
1951
|
private readonly ctrl;
|
|
1311
1952
|
private readonly field;
|
|
1312
1953
|
constructor();
|
|
1313
|
-
static ɵfac:
|
|
1314
|
-
static ɵdir:
|
|
1954
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisControlBridgeDirective, never>;
|
|
1955
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<SolarisControlBridgeDirective, "input[solaris-password],input[solaris-email],input[solaris-input],textarea[solaris-input]", never, {}, {}, never, never, true, never>;
|
|
1315
1956
|
}
|
|
1316
1957
|
|
|
1317
1958
|
declare class SolarisFormFieldController {
|
|
@@ -1319,10 +1960,10 @@ declare class SolarisFormFieldController {
|
|
|
1319
1960
|
private readonly ngForm;
|
|
1320
1961
|
private readonly formGroupDir;
|
|
1321
1962
|
private readonly destroyRef;
|
|
1322
|
-
readonly submitted:
|
|
1323
|
-
readonly control:
|
|
1324
|
-
readonly email:
|
|
1325
|
-
readonly password:
|
|
1963
|
+
readonly submitted: _angular_core.WritableSignal<boolean>;
|
|
1964
|
+
readonly control: _angular_core.WritableSignal<NgControl | null>;
|
|
1965
|
+
readonly email: _angular_core.WritableSignal<SolarisEmailDirective | null>;
|
|
1966
|
+
readonly password: _angular_core.WritableSignal<SolarisPasswordDirective | null>;
|
|
1326
1967
|
constructor();
|
|
1327
1968
|
registerPassword(dir: SolarisPasswordDirective | null): void;
|
|
1328
1969
|
registerEmail(dir: SolarisEmailDirective | null): void;
|
|
@@ -1330,8 +1971,8 @@ declare class SolarisFormFieldController {
|
|
|
1330
1971
|
passwordVisible(): boolean;
|
|
1331
1972
|
togglePasswordVisibility(): void;
|
|
1332
1973
|
resetSubmitted(): void;
|
|
1333
|
-
static ɵfac:
|
|
1334
|
-
static ɵprov:
|
|
1974
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisFormFieldController, never>;
|
|
1975
|
+
static ɵprov: _angular_core.ɵɵInjectableDeclaration<SolarisFormFieldController>;
|
|
1335
1976
|
}
|
|
1336
1977
|
|
|
1337
1978
|
interface SolarisFormFieldControllerLike {
|
|
@@ -1347,26 +1988,25 @@ declare const SOLARIS_FORM_FIELD_FEATURES: InjectionToken<readonly SolarisFormFi
|
|
|
1347
1988
|
|
|
1348
1989
|
declare class SolarisPrefixDirective {
|
|
1349
1990
|
readonly attr = "";
|
|
1350
|
-
static ɵfac:
|
|
1351
|
-
static ɵdir:
|
|
1991
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisPrefixDirective, never>;
|
|
1992
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<SolarisPrefixDirective, "[solaris-prefix]", never, {}, {}, never, never, true, never>;
|
|
1352
1993
|
}
|
|
1353
1994
|
|
|
1354
1995
|
declare class SolarisSuffixDirective {
|
|
1355
|
-
static ɵfac:
|
|
1356
|
-
static ɵdir:
|
|
1996
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisSuffixDirective, never>;
|
|
1997
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<SolarisSuffixDirective, "[solaris-suffix]", never, {}, {}, never, never, true, never>;
|
|
1357
1998
|
}
|
|
1358
1999
|
|
|
1359
2000
|
declare class FieldErrorComponent {
|
|
1360
2001
|
text?: string;
|
|
1361
2002
|
textKey?: string;
|
|
1362
2003
|
textParams?: SolarisTranslationParams;
|
|
1363
|
-
static ɵfac:
|
|
1364
|
-
static ɵcmp:
|
|
2004
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<FieldErrorComponent, never>;
|
|
2005
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<FieldErrorComponent, "solaris-field-error", never, { "text": { "alias": "text"; "required": false; }; "textKey": { "alias": "textKey"; "required": false; }; "textParams": { "alias": "textParams"; "required": false; }; }, {}, never, never, true, never>;
|
|
1365
2006
|
}
|
|
1366
2007
|
|
|
1367
2008
|
type SolarisFormFieldAppearance = 'filled' | 'outline';
|
|
1368
2009
|
type SolarisFormFieldRadius = 'none' | 'xs' | 'sm' | 'md' | 'lg' | 'full';
|
|
1369
|
-
type SolarisFormFieldShowErrors = 'dirtyOrTouched' | 'always' | 'submitted';
|
|
1370
2010
|
|
|
1371
2011
|
declare class FormField {
|
|
1372
2012
|
protected readonly field: SolarisFormFieldController;
|
|
@@ -1377,24 +2017,24 @@ declare class FormField {
|
|
|
1377
2017
|
hintKey?: string;
|
|
1378
2018
|
labelKey?: string;
|
|
1379
2019
|
radius: SolarisFormFieldRadius;
|
|
2020
|
+
showErrors: SolarisShowErrors;
|
|
1380
2021
|
appearance: SolarisFormFieldAppearance;
|
|
1381
|
-
showErrors: SolarisFormFieldShowErrors;
|
|
1382
2022
|
private readonly _tick;
|
|
1383
|
-
readonly customErrorKey:
|
|
1384
|
-
readonly invalid:
|
|
1385
|
-
readonly customErrorParams:
|
|
2023
|
+
readonly customErrorKey: _angular_core.InputSignal<string>;
|
|
2024
|
+
readonly invalid: _angular_core.InputSignal<boolean | null>;
|
|
2025
|
+
readonly customErrorParams: _angular_core.InputSignal<Record<string, unknown> | undefined>;
|
|
1386
2026
|
constructor();
|
|
1387
2027
|
get hasPrefix(): boolean;
|
|
1388
2028
|
get hasSuffix(): boolean;
|
|
1389
2029
|
private getDirectErrorKey;
|
|
1390
2030
|
private getPasswordErrorKey;
|
|
1391
|
-
readonly showPasswordToggle:
|
|
1392
|
-
readonly invalidComputed:
|
|
1393
|
-
readonly errorParams:
|
|
1394
|
-
readonly errorKey:
|
|
1395
|
-
readonly disabledComputed:
|
|
1396
|
-
static ɵfac:
|
|
1397
|
-
static ɵcmp:
|
|
2031
|
+
readonly showPasswordToggle: _angular_core.Signal<boolean>;
|
|
2032
|
+
readonly invalidComputed: _angular_core.Signal<boolean>;
|
|
2033
|
+
readonly errorParams: _angular_core.Signal<Record<string, unknown> | undefined>;
|
|
2034
|
+
readonly errorKey: _angular_core.Signal<string>;
|
|
2035
|
+
readonly disabledComputed: _angular_core.Signal<boolean>;
|
|
2036
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<FormField, never>;
|
|
2037
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<FormField, "solaris-form-field", never, { "hint": { "alias": "hint"; "required": false; }; "label": { "alias": "label"; "required": false; }; "hintKey": { "alias": "hintKey"; "required": false; }; "labelKey": { "alias": "labelKey"; "required": false; }; "radius": { "alias": "radius"; "required": false; }; "showErrors": { "alias": "showErrors"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; "customErrorKey": { "alias": "customErrorKey"; "required": false; "isSignal": true; }; "invalid": { "alias": "invalid"; "required": false; "isSignal": true; }; "customErrorParams": { "alias": "customErrorParams"; "required": false; "isSignal": true; }; }, {}, ["prefix", "suffix"], ["[solaris-prefix]", "*", "[solaris-suffix]", "[form-field-message]"], true, never>;
|
|
1398
2038
|
}
|
|
1399
2039
|
|
|
1400
2040
|
type SolarisSelectNode<T = any> = SolarisSelectItem<T> | SolarisSelectDivider | SolarisSelectGroup<T>;
|
|
@@ -1485,20 +2125,20 @@ declare class SolarisSelect implements OnInit, ControlValueAccessor, AfterViewIn
|
|
|
1485
2125
|
private readonly _disabled;
|
|
1486
2126
|
set disabled(v: boolean);
|
|
1487
2127
|
get disabled(): boolean;
|
|
1488
|
-
readonly open:
|
|
1489
|
-
readonly searchTerm:
|
|
1490
|
-
readonly activeIndex:
|
|
1491
|
-
readonly showCount:
|
|
1492
|
-
readonly showToken:
|
|
1493
|
-
readonly selectedText:
|
|
1494
|
-
readonly triggerValue:
|
|
1495
|
-
readonly activeOptionId:
|
|
1496
|
-
readonly inputPlaceholderKey:
|
|
1497
|
-
readonly inputPlaceholderText:
|
|
2128
|
+
readonly open: _angular_core.WritableSignal<boolean>;
|
|
2129
|
+
readonly searchTerm: _angular_core.WritableSignal<string>;
|
|
2130
|
+
readonly activeIndex: _angular_core.WritableSignal<number>;
|
|
2131
|
+
readonly showCount: _angular_core.WritableSignal<boolean>;
|
|
2132
|
+
readonly showToken: _angular_core.Signal<boolean>;
|
|
2133
|
+
readonly selectedText: _angular_core.Signal<string>;
|
|
2134
|
+
readonly triggerValue: _angular_core.Signal<string>;
|
|
2135
|
+
readonly activeOptionId: _angular_core.Signal<string>;
|
|
2136
|
+
readonly inputPlaceholderKey: _angular_core.Signal<string>;
|
|
2137
|
+
readonly inputPlaceholderText: _angular_core.Signal<string>;
|
|
1498
2138
|
private readonly _value;
|
|
1499
|
-
readonly selectedItems:
|
|
2139
|
+
readonly selectedItems: _angular_core.Signal<SolarisSelectItem<any>[]>;
|
|
1500
2140
|
private readonly _stack;
|
|
1501
|
-
readonly viewModel:
|
|
2141
|
+
readonly viewModel: _angular_core.Signal<{
|
|
1502
2142
|
rows: SolarisSelectRow[];
|
|
1503
2143
|
itemRows: {
|
|
1504
2144
|
kind: "item";
|
|
@@ -1512,11 +2152,11 @@ declare class SolarisSelect implements OnInit, ControlValueAccessor, AfterViewIn
|
|
|
1512
2152
|
selectable: boolean;
|
|
1513
2153
|
}[];
|
|
1514
2154
|
}>;
|
|
1515
|
-
readonly rows:
|
|
1516
|
-
readonly canGoBack:
|
|
1517
|
-
readonly selectedCount:
|
|
1518
|
-
readonly isSearchMode:
|
|
1519
|
-
readonly itemRows:
|
|
2155
|
+
readonly rows: _angular_core.Signal<SolarisSelectRow[]>;
|
|
2156
|
+
readonly canGoBack: _angular_core.Signal<boolean>;
|
|
2157
|
+
readonly selectedCount: _angular_core.Signal<number>;
|
|
2158
|
+
readonly isSearchMode: _angular_core.Signal<boolean>;
|
|
2159
|
+
readonly itemRows: _angular_core.Signal<{
|
|
1520
2160
|
kind: "item";
|
|
1521
2161
|
key: string;
|
|
1522
2162
|
id: string;
|
|
@@ -1527,8 +2167,8 @@ declare class SolarisSelect implements OnInit, ControlValueAccessor, AfterViewIn
|
|
|
1527
2167
|
hasChildren: boolean;
|
|
1528
2168
|
selectable: boolean;
|
|
1529
2169
|
}[]>;
|
|
1530
|
-
readonly compactInput:
|
|
1531
|
-
readonly currentLevel:
|
|
2170
|
+
readonly compactInput: _angular_core.Signal<boolean>;
|
|
2171
|
+
readonly currentLevel: _angular_core.Signal<StackLevel>;
|
|
1532
2172
|
private static seq;
|
|
1533
2173
|
private _measureNonce;
|
|
1534
2174
|
private resizeObs?;
|
|
@@ -1573,9 +2213,9 @@ declare class SolarisSelect implements OnInit, ControlValueAccessor, AfterViewIn
|
|
|
1573
2213
|
private sanitizeValue;
|
|
1574
2214
|
selectedCountLabel(): string;
|
|
1575
2215
|
trackRow: (_: number, r: SolarisSelectRow) => string;
|
|
1576
|
-
static ɵfac:
|
|
1577
|
-
static ɵcmp:
|
|
2216
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SolarisSelect, never>;
|
|
2217
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SolarisSelect, "solaris-select", never, { "items": { "alias": "items"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "valueKey": { "alias": "valueKey"; "required": false; }; "backKey": { "alias": "backKey"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "placeholderKey": { "alias": "placeholderKey"; "required": false; }; "searchable": { "alias": "searchable"; "required": false; }; "selectedCountKey": { "alias": "selectedCountKey"; "required": false; }; "selectedFirst": { "alias": "selectedFirst"; "required": false; }; "searchPlaceholder": { "alias": "searchPlaceholder"; "required": false; }; "selectedCountText": { "alias": "selectedCountText"; "required": false; }; "panelMaxHeight": { "alias": "panelMaxHeight"; "required": false; }; "searchPlaceholderKey": { "alias": "searchPlaceholderKey"; "required": false; }; "selectionSeparator": { "alias": "selectionSeparator"; "required": false; }; "compareWith": { "alias": "compareWith"; "required": false; }; "backText": { "alias": "backText"; "required": false; }; "selectionDisplay": { "alias": "selectionDisplay"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, never, true, never>;
|
|
1578
2218
|
}
|
|
1579
2219
|
|
|
1580
|
-
export { ButtonDirective, ButtonGroupDirective, FieldErrorComponent, FormField, InputTextDirective, PasswordToggle, SOLARIS_FORM_FIELD_CONTROLLER, SOLARIS_FORM_FIELD_FEATURES, SOLARIS_INPUT, SOLARIS_NOTIFICATION_CONFIG, SOLARIS_NOTIFICATION_DEFAULT_CONFIG, SOLARIS_NOTIFICATION_POSITIONS, SolarisBadge, SolarisBodyDirective, SolarisBreadcrumb, SolarisCheckbox, SolarisColumnCellDef, SolarisColumnHeaderDef, SolarisControlBridgeDirective, SolarisDivider, SolarisDrawer, SolarisDrawerFooterDirective, SolarisDrawerHeaderDirective, SolarisDropdownContent, SolarisDropdownContentPanelDirective, SolarisDropdownContentRegistry, SolarisDropdownContentTriggerDirective, SolarisEmailDirective, SolarisFilterBar, SolarisFilterChip, SolarisFilterField, SolarisFilterPanel, SolarisFilterPanelFooterDirective, SolarisFooterDirective, SolarisFormFieldController, SolarisHeaderDirective, SolarisIdGenerator, SolarisImageSliderComponent, SolarisLoading, SolarisLoadingOverlay, SolarisNotificationCenterComponent, SolarisNotificationHostComponent, SolarisNotificationIntlService, SolarisNotificationItemComponent, SolarisNotificationService, SolarisPage, SolarisPageHeader, SolarisPageHeaderBreadcrumbDirective, SolarisPageHeaderDescriptionDirective, SolarisPageHeaderTitle, SolarisPageHeaderTitleDirective, SolarisPasswordDirective, SolarisPhoneInput, SolarisPopover, SolarisPopoverPanelDirective, SolarisPopoverTriggerDirective, SolarisPrefixDirective, SolarisRowComponent, SolarisSectionComponent, SolarisSelect, SolarisStepper, SolarisStepperItem, SolarisSuffixDirective, SolarisTab, SolarisTable, SolarisTableColumn, SolarisTableFilters, SolarisTableSkeleton, SolarisTabs, computePopoverPosition, provideSolarisNotifications, uniqueId };
|
|
1581
|
-
export type { BadgeColorInput, BadgeVariant, CheckboxAppearance, CheckboxColorInput, CheckboxVariant, DividerLabelAlign, DividerOrientation, DividerSpacing, DividerStrength, DividerVariant, Iso2, LoadingType, PhoneFormat, SelectionDisplay, SolarisAlign, SolarisBreadcrumbItem, SolarisBreadcrumbTarget, SolarisButtonColorInput, SolarisButtonVariant, SolarisCheckCustomString, SolarisColorPreset, SolarisCustomString, SolarisDrawerSide, SolarisDropdownContentInterface, SolarisDropdownWidthMode, SolarisFilterPanelRadius, SolarisFormFieldAppearance, SolarisFormFieldControllerLike, SolarisFormFieldFeature, SolarisFormFieldRadius,
|
|
2220
|
+
export { ButtonDirective, ButtonGroupDirective, FieldErrorComponent, FormField, InputTextDirective, PasswordToggle, SOLARIS_CARD_GROUP, SOLARIS_CARD_SLOT_DIRECTIVES, SOLARIS_FORM_FIELD_CONTROLLER, SOLARIS_FORM_FIELD_FEATURES, SOLARIS_INPUT, SOLARIS_NOTIFICATION_CONFIG, SOLARIS_NOTIFICATION_DEFAULT_CONFIG, SOLARIS_NOTIFICATION_POSITIONS, SOLARIS_RADIO_GROUP, SolarisAvatar, SolarisAvatarDropdown, SolarisAvatarOverlayDirective, SolarisAvatarStack, SolarisBadge, SolarisBodyDirective, SolarisBreadcrumb, SolarisCard, SolarisCardActionsDirective, SolarisCardBadgeDirective, SolarisCardDescriptionDirective, SolarisCardEyebrowDirective, SolarisCardFooterDirective, SolarisCardGroup, SolarisCardMedia, SolarisCardMediaDirective, SolarisCardMediaOverlayDirective, SolarisCardMetaDirective, SolarisCardTitleDirective, SolarisCheckbox, SolarisColumnCellDef, SolarisColumnHeaderDef, SolarisControlBridgeDirective, SolarisDivider, SolarisDrawer, SolarisDrawerFooterDirective, SolarisDrawerHeaderDirective, SolarisDropdownContent, SolarisDropdownContentPanelDirective, SolarisDropdownContentRegistry, SolarisDropdownContentTriggerDirective, SolarisEmailDirective, SolarisFilterBar, SolarisFilterChip, SolarisFilterField, SolarisFilterPanel, SolarisFilterPanelFooterDirective, SolarisFloatingOverlayService, SolarisFooterDirective, SolarisFormFieldController, SolarisHeaderDirective, SolarisIdGenerator, SolarisImageSliderComponent, SolarisLoading, SolarisLoadingOverlay, SolarisNotificationCenterComponent, SolarisNotificationHostComponent, SolarisNotificationIntlService, SolarisNotificationItemComponent, SolarisNotificationService, SolarisPage, SolarisPageHeader, SolarisPageHeaderBreadcrumbDirective, SolarisPageHeaderDescriptionDirective, SolarisPageHeaderTitle, SolarisPageHeaderTitleDirective, SolarisPasswordDirective, SolarisPhoneInput, SolarisPopover, SolarisPopoverPanelDirective, SolarisPopoverTriggerDirective, SolarisPrefixDirective, SolarisPresenceAvatar, SolarisRadio, SolarisRadioGroup, SolarisRichTooltipDirective, SolarisRichTooltipPanel, SolarisRowComponent, SolarisSectionComponent, SolarisSelect, SolarisSelectionCard, SolarisStepper, SolarisStepperItem, SolarisSuffixDirective, SolarisTab, SolarisTable, SolarisTableColumn, SolarisTableFilters, SolarisTableSkeleton, SolarisTabs, SolarisTooltipDirective, SolarisTooltipPanel, computeFloatingPosition, computePopoverPosition, provideSolarisNotifications, repositionTooltipOverlay, uniqueId };
|
|
2221
|
+
export type { BadgeColorInput, BadgeVariant, CardGroupCompareWith, CardGroupLayout, CardGroupSelectionMode, CardGroupValue, CardOrientation, CardRadiusInput, CardSize, CheckboxAppearance, CheckboxColorInput, CheckboxVariant, DividerLabelAlign, DividerOrientation, DividerSpacing, DividerStrength, DividerVariant, Iso2, LoadingType, PhoneFormat, RadioAppearance, RadioColorInput, RadioCompareWith, RadioGroupOrientation, RadioVariant, ResolvedSelectionCardIndicator, SelectionCardAppearance, SelectionCardColorInput, SelectionCardColorPreset, SelectionCardIndicator, SelectionCardOrientation, SelectionCardRadiusInput, SelectionCardSize, SelectionDisplay, SizeInput, SolarisAlign, SolarisAvatarButtonType, SolarisAvatarColorInput, SolarisAvatarColorPreset, SolarisAvatarDropdownConfig, SolarisAvatarDropdownItem, SolarisAvatarDropdownPlacement, SolarisAvatarDropdownSelectEvent, SolarisAvatarObjectFit, SolarisAvatarRadiusInput, SolarisAvatarShape, SolarisAvatarSize, SolarisAvatarStackItem, SolarisAvatarStackOverlap, SolarisAvatarVariant, SolarisBreadcrumbItem, SolarisBreadcrumbTarget, SolarisButtonColorInput, SolarisButtonVariant, SolarisCardCustomString, SolarisCardGroupApi, SolarisCardMediaAlign, SolarisCardMediaFit, SolarisCardMediaRadius, SolarisCardMediaRatio, SolarisCardMediaVariant, SolarisCheckCustomString, SolarisColorPreset, SolarisCustomString, SolarisDrawerSide, SolarisDropdownContentInterface, SolarisDropdownWidthMode, SolarisFilterPanelRadius, SolarisFormFieldAppearance, SolarisFormFieldControllerLike, SolarisFormFieldFeature, SolarisFormFieldRadius, SolarisInputApi, SolarisLoadingColor, SolarisLoadingDashDensity, SolarisLoadingEasing, SolarisLoadingPresetColor, SolarisLoadingSize, SolarisLoadingSpeed, SolarisLoadingTrail, SolarisNotificationAction, SolarisNotificationActionContext, SolarisNotificationConfig, SolarisNotificationConfigInput, SolarisNotificationInput, SolarisNotificationKind, SolarisNotificationPosition, SolarisNotificationRecord, SolarisNotificationRef, SolarisNotificationState, SolarisPageChange, SolarisPopoverPlacement, SolarisPopoverPositionConfiguration, SolarisPopoverPositionResult, SolarisPresenceQuietHours, SolarisPresenceState, SolarisRadioColorPreset, SolarisRadioCustomString, SolarisRadioGroupApi, SolarisRadiusInput, SolarisRadiusPreset, SolarisRowKey, SolarisSelectDivider, SolarisSelectGroup, SolarisSelectItem, SolarisSelectNode, SolarisSelectRow, SolarisSelectionCardHandle, SolarisShowErrors, SolarisSizePreset, SolarisSliderItem, SolarisSliderOverlayContext, SolarisSort, SolarisSortDirection, SolarisStepperAppearance, SolarisStepperChangeEvent, SolarisStepperChangeReason, SolarisStepperOrientation, SolarisStepperPhase, SolarisStepperStatus, SolarisTableI18n, SolarisTableVariant, SolarisTooltipPosition, SolarisTooltipSize, SolarisTooltipVariant, StackLevel, TabsSize, TabsVariant, TimeContext };
|