@semantic-components/ui-lab 0.76.0 → 0.77.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@semantic-components/ui-lab",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.77.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"rxjs": ">=7.8.2",
|
|
23
23
|
"@angular/platform-browser": ">=21.1.1",
|
|
24
24
|
"@semantic-icons/lucide-icons": ">=0.56.0",
|
|
25
|
-
"@semantic-components/ui": "0.
|
|
25
|
+
"@semantic-components/ui": "0.77.0",
|
|
26
26
|
"class-variance-authority": ">=0.7.1"
|
|
27
27
|
},
|
|
28
28
|
"sideEffects": false,
|
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
import * as _angular_core from '@angular/core';
|
|
2
2
|
import { InjectionToken, TemplateRef, ElementRef, model, output, signal, ModelSignal, WritableSignal, DoCheck } from '@angular/core';
|
|
3
3
|
import * as _semantic_components_ui_lab from '@semantic-components/ui-lab';
|
|
4
|
-
import * as i1 from '@angular/aria/listbox';
|
|
5
|
-
import * as i1$1 from '@angular/cdk/overlay';
|
|
6
|
-
import { CdkOverlayOrigin, ConnectedPosition } from '@angular/cdk/overlay';
|
|
7
4
|
import { Temporal } from '@js-temporal/polyfill';
|
|
8
5
|
import * as _semantic_components_ui from '@semantic-components/ui';
|
|
9
6
|
import { ScDateRange } from '@semantic-components/ui';
|
|
10
7
|
export { ScDateRange } from '@semantic-components/ui';
|
|
11
8
|
import { SafeHtml, SafeResourceUrl } from '@angular/platform-browser';
|
|
12
|
-
import * as
|
|
9
|
+
import * as _angular_cdk_overlay from '@angular/cdk/overlay';
|
|
10
|
+
import { CdkOverlayOrigin } from '@angular/cdk/overlay';
|
|
11
|
+
import * as i1 from '@angular/aria/tree';
|
|
13
12
|
import { Tree, TreeItem } from '@angular/aria/tree';
|
|
14
13
|
|
|
15
14
|
declare class ScStackedLayout {
|
|
@@ -141,7 +140,7 @@ declare class ScAudioPlayerProgress {
|
|
|
141
140
|
readonly player: _semantic_components_ui_lab.ScAudioPlayer;
|
|
142
141
|
readonly classInput: _angular_core.InputSignal<string>;
|
|
143
142
|
protected readonly class: _angular_core.Signal<string>;
|
|
144
|
-
protected onSeek(
|
|
143
|
+
protected onSeek(percent: number): void;
|
|
145
144
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ScAudioPlayerProgress, never>;
|
|
146
145
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ScAudioPlayerProgress, "div[scAudioPlayerProgress]", never, { "classInput": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
147
146
|
}
|
|
@@ -198,7 +197,6 @@ declare class ScAudioPlayerVolume {
|
|
|
198
197
|
readonly classInput: _angular_core.InputSignal<string>;
|
|
199
198
|
protected readonly iconButtonClass: string;
|
|
200
199
|
protected readonly class: _angular_core.Signal<string>;
|
|
201
|
-
protected onVolumeChange(event: Event): void;
|
|
202
200
|
protected onMaxVolume(): void;
|
|
203
201
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ScAudioPlayerVolume, never>;
|
|
204
202
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ScAudioPlayerVolume, "div[scAudioPlayerVolume]", never, { "classInput": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
@@ -642,82 +640,6 @@ declare class ScColorPickerEyeDropper {
|
|
|
642
640
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ScColorPickerEyeDropper, "button[scColorPickerEyedropper]", never, { "classInput": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
643
641
|
}
|
|
644
642
|
|
|
645
|
-
declare class ScCommand {
|
|
646
|
-
readonly classInput: _angular_core.InputSignal<string>;
|
|
647
|
-
/** Current search/filter value */
|
|
648
|
-
readonly value: _angular_core.ModelSignal<string>;
|
|
649
|
-
protected readonly class: _angular_core.Signal<string>;
|
|
650
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ScCommand, never>;
|
|
651
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ScCommand, "div[scCommand]", never, { "classInput": { "alias": "class"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; }, { "value": "valueChange"; }, never, ["*"], true, never>;
|
|
652
|
-
}
|
|
653
|
-
|
|
654
|
-
declare class ScCommandEmpty {
|
|
655
|
-
readonly classInput: _angular_core.InputSignal<string>;
|
|
656
|
-
protected readonly class: _angular_core.Signal<string>;
|
|
657
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ScCommandEmpty, never>;
|
|
658
|
-
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<ScCommandEmpty, "div[scCommandEmpty]", never, { "classInput": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
659
|
-
}
|
|
660
|
-
|
|
661
|
-
declare class ScCommandGroup {
|
|
662
|
-
readonly classInput: _angular_core.InputSignal<string>;
|
|
663
|
-
readonly heading: _angular_core.InputSignal<string>;
|
|
664
|
-
protected readonly class: _angular_core.Signal<string>;
|
|
665
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ScCommandGroup, never>;
|
|
666
|
-
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<ScCommandGroup, "div[scCommandGroup]", never, { "classInput": { "alias": "class"; "required": false; "isSignal": true; }; "heading": { "alias": "heading"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
667
|
-
}
|
|
668
|
-
|
|
669
|
-
declare class ScCommandGroupHeading {
|
|
670
|
-
readonly classInput: _angular_core.InputSignal<string>;
|
|
671
|
-
protected readonly class: _angular_core.Signal<string>;
|
|
672
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ScCommandGroupHeading, never>;
|
|
673
|
-
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<ScCommandGroupHeading, "[scCommandGroupHeading]", never, { "classInput": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
674
|
-
}
|
|
675
|
-
|
|
676
|
-
declare class ScCommandInput {
|
|
677
|
-
readonly command: ScCommand;
|
|
678
|
-
readonly classInput: _angular_core.InputSignal<string>;
|
|
679
|
-
readonly placeholder: _angular_core.InputSignal<string>;
|
|
680
|
-
protected readonly class: _angular_core.Signal<string>;
|
|
681
|
-
protected readonly inputClass: _angular_core.Signal<string>;
|
|
682
|
-
onInput(event: Event): void;
|
|
683
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ScCommandInput, never>;
|
|
684
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ScCommandInput, "div[scCommandInput]", never, { "classInput": { "alias": "class"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
685
|
-
}
|
|
686
|
-
|
|
687
|
-
declare class ScCommandItem {
|
|
688
|
-
readonly classInput: _angular_core.InputSignal<string>;
|
|
689
|
-
readonly disabled: _angular_core.InputSignal<boolean>;
|
|
690
|
-
readonly select: _angular_core.OutputEmitterRef<void>;
|
|
691
|
-
private readonly option;
|
|
692
|
-
private readonly elementRef;
|
|
693
|
-
constructor();
|
|
694
|
-
protected readonly class: _angular_core.Signal<string>;
|
|
695
|
-
onClick(): void;
|
|
696
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ScCommandItem, never>;
|
|
697
|
-
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<ScCommandItem, "div[scCommandItem]", never, { "classInput": { "alias": "class"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, { "select": "select"; }, never, never, true, [{ directive: typeof i1.Option; inputs: { "value": "value"; "label": "label"; }; outputs: {}; }]>;
|
|
698
|
-
}
|
|
699
|
-
|
|
700
|
-
declare class ScCommandList {
|
|
701
|
-
readonly classInput: _angular_core.InputSignal<string>;
|
|
702
|
-
protected readonly class: _angular_core.Signal<string>;
|
|
703
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ScCommandList, never>;
|
|
704
|
-
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<ScCommandList, "div[scCommandList]", never, { "classInput": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.Listbox; inputs: {}; outputs: {}; }]>;
|
|
705
|
-
}
|
|
706
|
-
|
|
707
|
-
declare class ScCommandSeparator {
|
|
708
|
-
readonly classInput: _angular_core.InputSignal<string>;
|
|
709
|
-
protected readonly class: _angular_core.Signal<string>;
|
|
710
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ScCommandSeparator, never>;
|
|
711
|
-
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<ScCommandSeparator, "[scCommandSeparator]", never, { "classInput": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
712
|
-
}
|
|
713
|
-
|
|
714
|
-
declare class ScCommandShortcut {
|
|
715
|
-
readonly classInput: _angular_core.InputSignal<string>;
|
|
716
|
-
protected readonly class: _angular_core.Signal<string>;
|
|
717
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ScCommandShortcut, never>;
|
|
718
|
-
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<ScCommandShortcut, "[scCommandShortcut]", never, { "classInput": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
719
|
-
}
|
|
720
|
-
|
|
721
643
|
interface ConfettiParticle {
|
|
722
644
|
x: number;
|
|
723
645
|
y: number;
|
|
@@ -774,123 +696,6 @@ declare class ScConfetti {
|
|
|
774
696
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ScConfetti, "sc-confetti", never, { "options": { "alias": "options"; "required": false; "isSignal": true; }; }, { "complete": "complete"; }, never, never, true, never>;
|
|
775
697
|
}
|
|
776
698
|
|
|
777
|
-
declare class ScContextMenu {
|
|
778
|
-
private readonly overlay;
|
|
779
|
-
private readonly viewContainerRef;
|
|
780
|
-
readonly classInput: _angular_core.InputSignal<string>;
|
|
781
|
-
/** Whether the context menu is open */
|
|
782
|
-
readonly open: _angular_core.WritableSignal<boolean>;
|
|
783
|
-
/** Position where the context menu should appear */
|
|
784
|
-
readonly position: _angular_core.WritableSignal<{
|
|
785
|
-
x: number;
|
|
786
|
-
y: number;
|
|
787
|
-
}>;
|
|
788
|
-
private overlayRef;
|
|
789
|
-
private contentChild;
|
|
790
|
-
protected readonly class: _angular_core.Signal<string>;
|
|
791
|
-
openAt(x: number, y: number, template: TemplateRef<unknown>): void;
|
|
792
|
-
closeMenu(): void;
|
|
793
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ScContextMenu, never>;
|
|
794
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ScContextMenu, "div[scContextMenu]", never, { "classInput": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, ["contentChild"], ["*"], true, never>;
|
|
795
|
-
}
|
|
796
|
-
|
|
797
|
-
declare class ScContextMenuContent {
|
|
798
|
-
private readonly contextMenu;
|
|
799
|
-
readonly classInput: _angular_core.InputSignal<string>;
|
|
800
|
-
templateRef: TemplateRef<unknown>;
|
|
801
|
-
protected readonly class: _angular_core.Signal<string>;
|
|
802
|
-
onKeydown(event: KeyboardEvent): void;
|
|
803
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ScContextMenuContent, never>;
|
|
804
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ScContextMenuContent, "sc-context-menu-content", never, { "classInput": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
805
|
-
}
|
|
806
|
-
|
|
807
|
-
declare class ScContextMenuItem {
|
|
808
|
-
private readonly contextMenu;
|
|
809
|
-
readonly classInput: _angular_core.InputSignal<string>;
|
|
810
|
-
readonly disabled: _angular_core.InputSignal<boolean>;
|
|
811
|
-
readonly closeOnSelect: _angular_core.InputSignal<boolean>;
|
|
812
|
-
readonly select: _angular_core.OutputEmitterRef<void>;
|
|
813
|
-
protected readonly class: _angular_core.Signal<string>;
|
|
814
|
-
onClick(): void;
|
|
815
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ScContextMenuItem, never>;
|
|
816
|
-
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<ScContextMenuItem, "[scContextMenuItem]", never, { "classInput": { "alias": "class"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "closeOnSelect": { "alias": "closeOnSelect"; "required": false; "isSignal": true; }; }, { "select": "select"; }, never, never, true, never>;
|
|
817
|
-
}
|
|
818
|
-
|
|
819
|
-
declare class ScContextMenuLabel {
|
|
820
|
-
readonly classInput: _angular_core.InputSignal<string>;
|
|
821
|
-
readonly inset: _angular_core.InputSignal<boolean>;
|
|
822
|
-
protected readonly class: _angular_core.Signal<string>;
|
|
823
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ScContextMenuLabel, never>;
|
|
824
|
-
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<ScContextMenuLabel, "[scContextMenuLabel]", never, { "classInput": { "alias": "class"; "required": false; "isSignal": true; }; "inset": { "alias": "inset"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
825
|
-
}
|
|
826
|
-
|
|
827
|
-
declare class ScContextMenuSeparator {
|
|
828
|
-
readonly classInput: _angular_core.InputSignal<string>;
|
|
829
|
-
protected readonly class: _angular_core.Signal<string>;
|
|
830
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ScContextMenuSeparator, never>;
|
|
831
|
-
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<ScContextMenuSeparator, "[scContextMenuSeparator]", never, { "classInput": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
832
|
-
}
|
|
833
|
-
|
|
834
|
-
declare class ScContextMenuShortcut {
|
|
835
|
-
readonly classInput: _angular_core.InputSignal<string>;
|
|
836
|
-
protected readonly class: _angular_core.Signal<string>;
|
|
837
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ScContextMenuShortcut, never>;
|
|
838
|
-
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<ScContextMenuShortcut, "[scContextMenuShortcut]", never, { "classInput": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
839
|
-
}
|
|
840
|
-
|
|
841
|
-
declare class ScContextMenuSub {
|
|
842
|
-
readonly classInput: _angular_core.InputSignal<string>;
|
|
843
|
-
/** Whether the submenu is open */
|
|
844
|
-
readonly open: _angular_core.WritableSignal<boolean>;
|
|
845
|
-
/** Overlay origin registered by the sub-trigger */
|
|
846
|
-
overlayOrigin: CdkOverlayOrigin | null;
|
|
847
|
-
/** Cancel hide function registered by the sub-trigger */
|
|
848
|
-
cancelTriggerHide: (() => void) | null;
|
|
849
|
-
protected readonly class: _angular_core.Signal<string>;
|
|
850
|
-
show(): void;
|
|
851
|
-
hide(): void;
|
|
852
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ScContextMenuSub, never>;
|
|
853
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ScContextMenuSub, "div[scContextMenuSub]", never, { "classInput": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
854
|
-
}
|
|
855
|
-
|
|
856
|
-
declare class ScContextMenuSubContent {
|
|
857
|
-
readonly submenu: ScContextMenuSub;
|
|
858
|
-
readonly classInput: _angular_core.InputSignal<string>;
|
|
859
|
-
protected readonly positions: ConnectedPosition[];
|
|
860
|
-
protected readonly class: _angular_core.Signal<string>;
|
|
861
|
-
protected readonly contentClass: _angular_core.Signal<string>;
|
|
862
|
-
onMouseEnter(): void;
|
|
863
|
-
onMouseLeave(): void;
|
|
864
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ScContextMenuSubContent, never>;
|
|
865
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ScContextMenuSubContent, "div[scContextMenuSubContent]", never, { "classInput": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
866
|
-
}
|
|
867
|
-
|
|
868
|
-
declare class ScContextMenuSubTrigger {
|
|
869
|
-
readonly submenu: ScContextMenuSub;
|
|
870
|
-
readonly overlayOrigin: CdkOverlayOrigin;
|
|
871
|
-
readonly classInput: _angular_core.InputSignal<string>;
|
|
872
|
-
constructor();
|
|
873
|
-
private showTimeout;
|
|
874
|
-
private hideTimeout;
|
|
875
|
-
protected readonly class: _angular_core.Signal<string>;
|
|
876
|
-
onMouseEnter(): void;
|
|
877
|
-
onMouseLeave(): void;
|
|
878
|
-
private cancelShow;
|
|
879
|
-
cancelHide(): void;
|
|
880
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ScContextMenuSubTrigger, never>;
|
|
881
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ScContextMenuSubTrigger, "div[scContextMenuSubTrigger]", never, { "classInput": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, [{ directive: typeof i1$1.CdkOverlayOrigin; inputs: {}; outputs: {}; }]>;
|
|
882
|
-
}
|
|
883
|
-
|
|
884
|
-
declare class ScContextMenuTrigger {
|
|
885
|
-
private readonly contextMenu;
|
|
886
|
-
private readonly contentChild;
|
|
887
|
-
readonly classInput: _angular_core.InputSignal<string>;
|
|
888
|
-
protected readonly class: _angular_core.Signal<string>;
|
|
889
|
-
onContextMenu(event: MouseEvent): void;
|
|
890
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ScContextMenuTrigger, never>;
|
|
891
|
-
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<ScContextMenuTrigger, "[scContextMenuTrigger]", never, { "classInput": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, ["contentChild"], never, true, never>;
|
|
892
|
-
}
|
|
893
|
-
|
|
894
699
|
interface CountdownTime {
|
|
895
700
|
days: number;
|
|
896
701
|
hours: number;
|
|
@@ -1626,9 +1431,6 @@ declare class ScImageCropperZoomSlider {
|
|
|
1626
1431
|
readonly classInput: _angular_core.InputSignal<string>;
|
|
1627
1432
|
protected readonly class: _angular_core.Signal<string>;
|
|
1628
1433
|
protected readonly zoomPercentage: _angular_core.Signal<string>;
|
|
1629
|
-
private readonly sliderEl;
|
|
1630
|
-
constructor();
|
|
1631
|
-
protected onInput(event: Event): void;
|
|
1632
1434
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ScImageCropperZoomSlider, never>;
|
|
1633
1435
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ScImageCropperZoomSlider, "[scImageCropperZoomSlider]", never, { "classInput": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
1634
1436
|
}
|
|
@@ -2201,7 +2003,7 @@ declare class ScNavbar {
|
|
|
2201
2003
|
readonly overlayOrigin: CdkOverlayOrigin;
|
|
2202
2004
|
protected readonly class: _angular_core.Signal<string>;
|
|
2203
2005
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ScNavbar, never>;
|
|
2204
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ScNavbar, "nav[scNavbar]", never, { "classInput": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, [{ directive: typeof
|
|
2006
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ScNavbar, "nav[scNavbar]", never, { "classInput": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, [{ directive: typeof _angular_cdk_overlay.CdkOverlayOrigin; inputs: {}; outputs: {}; }]>;
|
|
2205
2007
|
}
|
|
2206
2008
|
|
|
2207
2009
|
declare class ScNavbarProvider {
|
|
@@ -2221,7 +2023,7 @@ declare class ScNavbarProvider {
|
|
|
2221
2023
|
readonly overlayOpen: _angular_core.WritableSignal<boolean>;
|
|
2222
2024
|
protected readonly class: _angular_core.Signal<string>;
|
|
2223
2025
|
private readonly navbar;
|
|
2224
|
-
readonly origin: _angular_core.Signal<
|
|
2026
|
+
readonly origin: _angular_core.Signal<_angular_cdk_overlay.CdkOverlayOrigin | undefined>;
|
|
2225
2027
|
private readonly router;
|
|
2226
2028
|
constructor();
|
|
2227
2029
|
/**
|
|
@@ -2270,7 +2072,7 @@ declare class ScNavbarMobilePortal {
|
|
|
2270
2072
|
private readonly destroyRef;
|
|
2271
2073
|
readonly classInput: _angular_core.InputSignal<string>;
|
|
2272
2074
|
private mobileMenuTemplate;
|
|
2273
|
-
protected readonly origin: _angular_core.Signal<
|
|
2075
|
+
protected readonly origin: _angular_core.Signal<_angular_cdk_overlay.CdkOverlayOrigin | undefined>;
|
|
2274
2076
|
protected readonly class: _angular_core.Signal<string>;
|
|
2275
2077
|
private overlayRef;
|
|
2276
2078
|
constructor();
|
|
@@ -3458,7 +3260,7 @@ declare class ScSpotlight {
|
|
|
3458
3260
|
readonly closeOnEscape: _angular_core.InputSignal<boolean>;
|
|
3459
3261
|
readonly scrollIntoView: _angular_core.InputSignal<boolean>;
|
|
3460
3262
|
readonly scrollBehavior: _angular_core.InputSignal<ScrollBehavior>;
|
|
3461
|
-
readonly contentPlacement: _angular_core.InputSignal<"bottom" | "
|
|
3263
|
+
readonly contentPlacement: _angular_core.InputSignal<"bottom" | "left" | "right" | "top" | "auto">;
|
|
3462
3264
|
readonly class: _angular_core.InputSignal<string>;
|
|
3463
3265
|
readonly opened: _angular_core.OutputEmitterRef<void>;
|
|
3464
3266
|
readonly closed: _angular_core.OutputEmitterRef<void>;
|
|
@@ -4183,7 +3985,7 @@ declare class ScTree {
|
|
|
4183
3985
|
readonly classInput: _angular_core.InputSignal<string>;
|
|
4184
3986
|
protected readonly class: _angular_core.Signal<string>;
|
|
4185
3987
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ScTree, never>;
|
|
4186
|
-
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<ScTree, "ul[scTree]", ["scTree"], { "classInput": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1
|
|
3988
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<ScTree, "ul[scTree]", ["scTree"], { "classInput": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.Tree; inputs: {}; outputs: {}; }]>;
|
|
4187
3989
|
}
|
|
4188
3990
|
|
|
4189
3991
|
declare class ScTreeItemTrigger {
|
|
@@ -4222,7 +4024,7 @@ declare class ScTreeItem {
|
|
|
4222
4024
|
readonly hasChildren: _angular_core.Signal<boolean>;
|
|
4223
4025
|
protected readonly class: _angular_core.Signal<string>;
|
|
4224
4026
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ScTreeItem, never>;
|
|
4225
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ScTreeItem, "li[scTreeItem]", never, { "classInput": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, ["groupContent"], ["*"], true, [{ directive: typeof i1
|
|
4027
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ScTreeItem, "li[scTreeItem]", never, { "classInput": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, ["groupContent"], ["*"], true, [{ directive: typeof i1.TreeItem; inputs: { "value": "value"; "parent": "parent"; "label": "label"; "disabled": "disabled"; "expanded": "expanded"; }; outputs: {}; }]>;
|
|
4226
4028
|
}
|
|
4227
4029
|
|
|
4228
4030
|
declare class ScTreeItemIcon {
|
|
@@ -4331,7 +4133,6 @@ declare class ScVideoPlayerProgress {
|
|
|
4331
4133
|
protected readonly player: _semantic_components_ui_lab.ScVideoPlayer;
|
|
4332
4134
|
readonly classInput: _angular_core.InputSignal<string>;
|
|
4333
4135
|
protected readonly class: _angular_core.Signal<string>;
|
|
4334
|
-
protected onSeek(event: Event): void;
|
|
4335
4136
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ScVideoPlayerProgress, never>;
|
|
4336
4137
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ScVideoPlayerProgress, "div[scVideoPlayerProgress]", never, { "classInput": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
4337
4138
|
}
|
|
@@ -4341,7 +4142,6 @@ declare class ScVideoPlayerVolume {
|
|
|
4341
4142
|
readonly classInput: _angular_core.InputSignal<string>;
|
|
4342
4143
|
protected readonly class: _angular_core.Signal<string>;
|
|
4343
4144
|
protected readonly buttonClass: _angular_core.Signal<string>;
|
|
4344
|
-
protected onVolumeInput(event: Event): void;
|
|
4345
4145
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ScVideoPlayerVolume, never>;
|
|
4346
4146
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ScVideoPlayerVolume, "div[scVideoPlayerVolume]", never, { "classInput": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, ["[volume-icon]"], true, never>;
|
|
4347
4147
|
}
|
|
@@ -4600,5 +4400,5 @@ declare class ScButtonPattern {
|
|
|
4600
4400
|
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<ScButtonPattern, "[scButtonPattern]", never, { "enabled": { "alias": "scButtonPattern"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
4601
4401
|
}
|
|
4602
4402
|
|
|
4603
|
-
export { AuthLayout, CHART_COLORS, COUNTRIES, DEFAULT_BREAKPOINTS, DEFAULT_CONFETTI_OPTIONS, DEFAULT_CONFIG, DEFAULT_COUNTER_OPTIONS, DEFAULT_DOCK_OPTIONS, DEFAULT_TOOLBAR_CONFIG, SC_AUDIO_PLAYER, SC_CHART, SC_COLOR_PICKER, SC_DATA_TABLE, SC_IMAGE_COMPARE, SC_IMAGE_CROPPER, SC_LANGUAGE_CONFIG, SC_LIGHTBOX, SC_NOTIFICATION_CENTER, SC_NUMBER_FIELD, SC_PASSWORD_FIELD, SC_PDF_VIEWER, SC_SIGNATURE_PAD, SC_SORTABLE_ITEM, SC_SORTABLE_LIST, SC_STEPPER, SC_STEPPER_ITEM, SC_TAG_INPUT, SC_TIMEZONE_CONFIG, SC_TREE_ITEM, ScAnimatedCounter, ScAudioPlayer, ScAudioPlayerControls, ScAudioPlayerCover, ScAudioPlayerNext, ScAudioPlayerPlay, ScAudioPlayerPrevious, ScAudioPlayerProgress, ScAudioPlayerRepeat, ScAudioPlayerShuffle, ScAudioPlayerTrackInfo, ScAudioPlayerVolume, ScAutoMarquee, ScBarChart, ScBarcodeScanner, ScBarcodeScannerSimple, ScButtonPattern, ScChartContainer, ScChartLegend, ScChartTooltip, ScColorPicker, ScColorPickerArea, ScColorPickerEyeDropper, ScColorPickerHue, ScColorPickerInput, ScColorPickerPreview, ScColorPickerSwatches,
|
|
4403
|
+
export { AuthLayout, CHART_COLORS, COUNTRIES, DEFAULT_BREAKPOINTS, DEFAULT_CONFETTI_OPTIONS, DEFAULT_CONFIG, DEFAULT_COUNTER_OPTIONS, DEFAULT_DOCK_OPTIONS, DEFAULT_TOOLBAR_CONFIG, SC_AUDIO_PLAYER, SC_CHART, SC_COLOR_PICKER, SC_DATA_TABLE, SC_IMAGE_COMPARE, SC_IMAGE_CROPPER, SC_LANGUAGE_CONFIG, SC_LIGHTBOX, SC_NOTIFICATION_CENTER, SC_NUMBER_FIELD, SC_PASSWORD_FIELD, SC_PDF_VIEWER, SC_SIGNATURE_PAD, SC_SORTABLE_ITEM, SC_SORTABLE_LIST, SC_STEPPER, SC_STEPPER_ITEM, SC_TAG_INPUT, SC_TIMEZONE_CONFIG, SC_TREE_ITEM, ScAnimatedCounter, ScAudioPlayer, ScAudioPlayerControls, ScAudioPlayerCover, ScAudioPlayerNext, ScAudioPlayerPlay, ScAudioPlayerPrevious, ScAudioPlayerProgress, ScAudioPlayerRepeat, ScAudioPlayerShuffle, ScAudioPlayerTrackInfo, ScAudioPlayerVolume, ScAutoMarquee, ScBarChart, ScBarcodeScanner, ScBarcodeScannerSimple, ScButtonPattern, ScChartContainer, ScChartLegend, ScChartTooltip, ScColorPicker, ScColorPickerArea, ScColorPickerEyeDropper, ScColorPickerHue, ScColorPickerInput, ScColorPickerPreview, ScColorPickerSwatches, ScConfetti, ScCountdown, ScCountdownSimple, ScDataTable, ScDataTableBody, ScDataTableCell, ScDataTableColumnToggle, ScDataTableFilter, ScDataTableHead, ScDataTableHeader, ScDataTablePagination, ScDataTableRow, ScDateRangePicker, ScDiffViewer, ScDock, ScDockBadge, ScDockItem, ScDockItems, ScDonutChart, ScEmojiPicker, ScEmojiPickerTrigger, ScImageAnnotator, ScImageCompare, ScImageCompareAfter, ScImageCompareArea, ScImageCompareBefore, ScImageCompareLabel, ScImageCompareSlider, ScImageCropper, ScImageCropperAspectRatio, ScImageCropperCanvas, ScImageCropperDragRegion, ScImageCropperFileInput, ScImageCropperFlipH, ScImageCropperFlipV, ScImageCropperGrid, ScImageCropperHandle, ScImageCropperImage, ScImageCropperOverlay, ScImageCropperPreview, ScImageCropperReset, ScImageCropperRotateLeft, ScImageCropperRotateRight, ScImageCropperSelection, ScImageCropperZoomIn, ScImageCropperZoomOut, ScImageCropperZoomSlider, ScInfiniteScroll, ScInfiniteScrollEnd, ScInfiniteScrollLoader, ScKanbanBoard, ScKanbanCard, ScKanbanColumn, ScLanguageButton, ScLanguageSelect, ScLanguageService, ScLanguageToggle, ScLightboxDirective as ScLightbox, ScLightboxContainer, ScLightboxDirective, ScLightboxGallery, ScLightboxTrigger, ScLineChart, ScMarquee, ScMarqueeClone, ScMarqueeFade, ScMarqueeItem, ScMarqueeText, ScMasonryGrid, ScMasonryItem, ScMentionInput, ScNativeCheckbox, ScNativeDialog, ScNativeDialogBody, ScNativeDialogClose, ScNativeDialogContent, ScNativeDialogDescription, ScNativeDialogFooter, ScNativeDialogHeader, ScNativeDialogProvider, ScNativeDialogTitle, ScNativeDialogTrigger, ScNavbar, ScNavbarActions, ScNavbarBrand, ScNavbarGroup, ScNavbarMobileLink, ScNavbarMobileMenu, ScNavbarMobilePortal, ScNavbarMobileTrigger, ScNavbarProvider, ScNotificationCenterDirective as ScNotificationCenter, ScNotificationCenterContainer, ScNotificationCenterDirective, ScNotificationGroup, ScNotificationItem, ScNumberField, ScNumberFieldDecrement, ScNumberFieldIncrement, ScNumberFieldInput, ScNumberFieldInputGroup, ScNumberFieldScrubArea, ScOrgChart, ScOrgChartNode, ScPasswordField, ScPasswordFieldInput, ScPasswordFieldInputGroup, ScPasswordFieldRequirements, ScPasswordFieldStrength, ScPasswordFieldStrengthBar, ScPasswordFieldToggle, ScPdfViewer, ScPdfViewerContainer, ScPdfViewerContent, ScPdfViewerDownload, ScPdfViewerEmpty, ScPdfViewerError, ScPdfViewerFullscreen, ScPdfViewerLoading, ScPdfViewerNav, ScPdfViewerNextPage, ScPdfViewerPageInfo, ScPdfViewerPrevPage, ScPdfViewerPrint, ScPdfViewerRetry, ScPdfViewerRoot, ScPdfViewerRotateLeft, ScPdfViewerRotateRight, ScPdfViewerSeparator, ScPdfViewerSpacer, ScPdfViewerToolbar$1 as ScPdfViewerToolbar, ScPdfViewerToolbar as ScPdfViewerToolbarLegacy, ScPdfViewerZoom, ScPdfViewerZoomIn, ScPdfViewerZoomOut, ScPdfViewerZoomSelect, ScPhoneInput, ScPhoneInputSimple, ScPieChart, ScQrCode, ScQrCodeDownload, ScSidebarLayout, ScSignaturePad, ScSignaturePadCanvas, ScSignaturePadClearButton, ScSignaturePadColorButton, ScSignaturePadControls, ScSignaturePadToolbar, ScSignaturePadUndoButton, ScSignaturePadWidthButton, ScSortableHandle, ScSortableItem, ScSortableList, ScSortableOverlay, ScSpeedDial, ScSpeedDialAction, ScSpotlight, ScSpotlightActions, ScSpotlightDescription, ScSpotlightTitle, ScStackedLayout, ScStatCard, ScStatCardChange, ScStatCardDescription, ScStatCardIcon, ScStatCardLabel, ScStatCardValue, ScStepper, ScStepperContent, ScStepperDescription, ScStepperItem, ScStepperList, ScStepperNext, ScStepperPrevious, ScStepperSeparator, ScStepperTitle, ScStepperTrigger, ScTagInput, ScTagInputClear, ScTagInputCount, ScTagInputField, ScTagInputTag, ScTheme, ScThemeField, ScThemeSelect, ScThemeToggle, ScTimePickerClock, ScTimeline, ScTimelineConnector, ScTimelineContent, ScTimelineDescription, ScTimelineDot, ScTimelineItem, ScTimelineTime, ScTimelineTitle, ScTimezoneBadge, ScTimezoneButton, ScTimezoneDisplay, ScTimezoneSelect, ScTimezoneService, ScTourGuide, ScTransferList, ScTree, ScTreeItem, ScTreeItemGroup, ScTreeItemIcon, ScTreeItemTrigger, ScTreeItemTriggerIcon, ScVideoPlayer, ScVideoPlayerBigPlay, ScVideoPlayerBufferingIndicator, ScVideoPlayerControls, ScVideoPlayerFullscreen, ScVideoPlayerPip, ScVideoPlayerPlayPause, ScVideoPlayerProgress, ScVideoPlayerSkip, ScVideoPlayerSpacer, ScVideoPlayerSpeed, ScVideoPlayerTime, ScVideoPlayerToolbar, ScVideoPlayerVideo, ScVideoPlayerVolume, ScVirtualList, ScVirtualScroll, TourService, ZOOM_LEVELS, computeDiff, computeWordDiff, createScDateRangePresets, createUnifiedDiff, getCountryByCode, getCountryByDialCode, sizeStyles, variantStyles };
|
|
4604
4404
|
export type { AnimatedCounterEasing, AnimatedCounterOptions, Annotation, AnnotationPoint, AnnotationTool, BarcodeFormat, BarcodeResult, ChartConfig, ChartDataPoint, ColumnDef, ColumnVisibilityState, ConfettiOptions, ConfettiParticle, ConfettiShape, CountdownTime, Country, DiffLine, DiffOptions, DiffResult, DiffViewMode, DockItem, DockOptions, DockPosition, DockSize, Emoji, EmojiCategory, HSL, HSV, ImageAnnotatorState, KanbanAssignee, KanbanCard, KanbanCardAddEvent, KanbanCardDeleteEvent, KanbanColumn, KanbanDragEvent, KanbanLabel, Language, LanguageConfig, LightboxImage, MasonryBreakpoint, MasonryConfig, MasonryLayoutMode, MentionUser, Notification, NotificationAction, NotificationActionEvent, NotificationDismissEvent, NotificationFilter, NotificationGroup, NotificationGroupCollapseEvent, NotificationMarkReadEvent, NotificationType, OrgChartDirection, OrgChartNode, OrgChartNodeClickEvent, OrgChartNodeExpandEvent, PdfErrorEvent, PdfLoadEvent, PdfPageChangeEvent, PdfToolbarConfig, PdfZoomChangeEvent, PdfZoomLevel, QRErrorCorrectionLevel, RGB, ScAudioTrack, ScDateRangePreset, ScImageCropperArea, ScImageCropperHandlePosition, ScImageCropperResult, ScNotificationCenter as ScNotificationCenterType, ScPasswordFieldContext, ScPasswordRequirement, ScSignatureLine, ScSignaturePoint, ScVideoSource, ScVideoTrack, SortDirection, SortableEvent, SortingState, SpeedDialAction, SpeedDialActionClickEvent, SpeedDialDirection, SpotlightOptions, StatCardSize, StatCardTrend, StatCardVariant, StepperOrientation, Theme, ThemeToggleSize, ThemeToggleVariant, Timezone, TimezoneConfig, TimezoneSize, TimezoneVariant, TourOptions, TourStep, TransferListItem, TransferListState, VirtualListItem, VirtualListRange };
|