@uni-design-system/uni-angular 5.2.0 → 6.0.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.
|
@@ -405,7 +405,7 @@ declare class UniAppBarComponent extends BaseComponent<UniAppBarOptions> {
|
|
|
405
405
|
sticky: _angular_core.InputSignal<boolean>;
|
|
406
406
|
protected readonly className: _angular_core.Signal<string>;
|
|
407
407
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<UniAppBarComponent, never>;
|
|
408
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniAppBarComponent, "uni-app-bar
|
|
408
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniAppBarComponent, "uni-app-bar", never, { "title": { "alias": "title"; "required": false; "isSignal": true; }; "sticky": { "alias": "sticky"; "required": false; "isSignal": true; }; }, {}, never, ["[leading]", "*", "[trailing]"], true, never>;
|
|
409
409
|
}
|
|
410
410
|
|
|
411
411
|
/** Theme-level options for `uni-avatar`, resolved by token name. */
|
|
@@ -445,7 +445,7 @@ declare class UniAvatarComponent extends BaseComponent<UniAvatarOptions> {
|
|
|
445
445
|
protected readonly label: _angular_core.Signal<string>;
|
|
446
446
|
protected readonly className: _angular_core.Signal<string>;
|
|
447
447
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<UniAvatarComponent, never>;
|
|
448
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniAvatarComponent, "uni-avatar
|
|
448
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniAvatarComponent, "uni-avatar", never, { "src": { "alias": "src"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; "text": { "alias": "text"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
449
449
|
}
|
|
450
450
|
|
|
451
451
|
/**
|
|
@@ -460,7 +460,7 @@ declare class UniAvatarGroupComponent extends BaseComponent<UniAvatarGroupOption
|
|
|
460
460
|
protected readonly surplus: _angular_core.Signal<number>;
|
|
461
461
|
protected readonly className: _angular_core.Signal<string>;
|
|
462
462
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<UniAvatarGroupComponent, never>;
|
|
463
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniAvatarGroupComponent, "uni-avatar-group
|
|
463
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniAvatarGroupComponent, "uni-avatar-group", never, { "max": { "alias": "max"; "required": false; "isSignal": true; }; }, {}, ["avatars"], ["*"], true, never>;
|
|
464
464
|
}
|
|
465
465
|
|
|
466
466
|
type ImagePosition = 'top' | 'bottom' | 'left' | 'right' | 'center' | string;
|
|
@@ -473,7 +473,7 @@ declare class UniBackgroundComponent {
|
|
|
473
473
|
width: _angular_core.InputSignal<string | number>;
|
|
474
474
|
protected readonly className: _angular_core.Signal<string>;
|
|
475
475
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<UniBackgroundComponent, never>;
|
|
476
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniBackgroundComponent, "uni-background
|
|
476
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniBackgroundComponent, "uni-background", never, { "image": { "alias": "image"; "required": false; "isSignal": true; }; "imagePosition": { "alias": "imagePosition"; "required": false; "isSignal": true; }; "imageSize": { "alias": "imageSize"; "required": false; "isSignal": true; }; "height": { "alias": "height"; "required": false; "isSignal": true; }; "width": { "alias": "width"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
477
477
|
}
|
|
478
478
|
|
|
479
479
|
interface UniBadgeOptions {
|
|
@@ -486,7 +486,7 @@ declare class UniBadgeComponent extends BaseComponent<UniBadgeOptions> {
|
|
|
486
486
|
width: _angular_core.InputSignal<number>;
|
|
487
487
|
protected readonly className: _angular_core.Signal<string>;
|
|
488
488
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<UniBadgeComponent, never>;
|
|
489
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniBadgeComponent, "
|
|
489
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniBadgeComponent, "[uni-badge]", never, { "color": { "alias": "color"; "required": false; "isSignal": true; }; "useVariant": { "alias": "useVariant"; "required": false; "isSignal": true; }; "width": { "alias": "width"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
490
490
|
}
|
|
491
491
|
|
|
492
492
|
/** One step in the trail. The last item is treated as the current page. */
|
|
@@ -524,7 +524,7 @@ declare class UniBreadcrumbComponent extends BaseComponent<UniBreadcrumbOptions>
|
|
|
524
524
|
itemClicked: _angular_core.OutputEmitterRef<BreadcrumbItem>;
|
|
525
525
|
protected readonly className: _angular_core.Signal<string>;
|
|
526
526
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<UniBreadcrumbComponent, never>;
|
|
527
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniBreadcrumbComponent, "uni-breadcrumb
|
|
527
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniBreadcrumbComponent, "uni-breadcrumb", never, { "items": { "alias": "items"; "required": true; "isSignal": true; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; "isSignal": true; }; }, { "itemClicked": "itemClicked"; }, never, never, true, never>;
|
|
528
528
|
}
|
|
529
529
|
|
|
530
530
|
/** Theme-level options for `uni-text-button`, resolved by token name. */
|
|
@@ -567,14 +567,14 @@ declare class UniButtonComponent extends BaseComponent<UniButtonOptions> {
|
|
|
567
567
|
protected readonly className: _angular_core.Signal<string>;
|
|
568
568
|
symbolSize: _angular_core.Signal<number>;
|
|
569
569
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<UniButtonComponent, never>;
|
|
570
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniButtonComponent, "button[uni-text-button],
|
|
570
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniButtonComponent, "button[uni-text-button], button[text-button]", never, { "disable": { "alias": "disable"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "fullWidth": { "alias": "fullWidth"; "required": false; "isSignal": true; }; "symbolLeft": { "alias": "symbolLeft"; "required": false; "isSignal": true; }; "symbolRight": { "alias": "symbolRight"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, [{ directive: typeof RippleDirective; inputs: {}; outputs: {}; }]>;
|
|
571
571
|
}
|
|
572
572
|
|
|
573
573
|
declare class UniButtonGroupComponent {
|
|
574
574
|
private themeService;
|
|
575
575
|
protected readonly className: _angular_core.Signal<string>;
|
|
576
576
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<UniButtonGroupComponent, never>;
|
|
577
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniButtonGroupComponent, "uni-button-group
|
|
577
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniButtonGroupComponent, "uni-button-group", never, {}, {}, never, ["*"], true, never>;
|
|
578
578
|
}
|
|
579
579
|
|
|
580
580
|
interface ButtonGroupConfig {
|
|
@@ -592,7 +592,7 @@ interface ButtonGroupItem {
|
|
|
592
592
|
|
|
593
593
|
declare class UniCardContentComponent extends BaseComponent {
|
|
594
594
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<UniCardContentComponent, never>;
|
|
595
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniCardContentComponent, "uni-card-content
|
|
595
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniCardContentComponent, "uni-card-content", never, {}, {}, never, ["*"], true, never>;
|
|
596
596
|
}
|
|
597
597
|
|
|
598
598
|
declare class UniCardHeaderComponent extends BaseComponent {
|
|
@@ -602,7 +602,7 @@ declare class UniCardHeaderComponent extends BaseComponent {
|
|
|
602
602
|
constructor();
|
|
603
603
|
className: string;
|
|
604
604
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<UniCardHeaderComponent, never>;
|
|
605
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniCardHeaderComponent, "uni-card-header
|
|
605
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniCardHeaderComponent, "uni-card-header", never, { "title": { "alias": "title"; "required": false; "isSignal": true; }; "titleTextRole": { "alias": "titleTextRole"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
606
606
|
}
|
|
607
607
|
|
|
608
608
|
/** Theme-level options for `uni-card`, resolved by token name. */
|
|
@@ -631,12 +631,14 @@ declare class UniCardComponent extends BaseComponent<UniCardOptions> {
|
|
|
631
631
|
boxShadow: string;
|
|
632
632
|
}>;
|
|
633
633
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<UniCardComponent, never>;
|
|
634
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniCardComponent, "uni-card
|
|
634
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniCardComponent, "uni-card", never, {}, {}, never, ["*"], true, never>;
|
|
635
635
|
}
|
|
636
636
|
|
|
637
637
|
interface UniCheckboxOptions {
|
|
638
638
|
size?: string | number;
|
|
639
639
|
borderRadius?: string | number;
|
|
640
|
+
/** Unchecked box background token. */
|
|
641
|
+
boxColor?: ColorKey;
|
|
640
642
|
}
|
|
641
643
|
|
|
642
644
|
declare class UniCheckboxComponent extends BaseComponent<UniCheckboxOptions> implements FormCheckboxControl {
|
|
@@ -664,8 +666,10 @@ declare class UniCheckboxComponent extends BaseComponent<UniCheckboxOptions> imp
|
|
|
664
666
|
protected readonly checkboxLabel: _angular_core.Signal<string>;
|
|
665
667
|
protected readonly checkboxInput: _angular_core.Signal<string>;
|
|
666
668
|
getThemeColor(token: ColorToken): string;
|
|
669
|
+
/** The content color paired with a variant fill (on-primary, on-warn, …). */
|
|
670
|
+
getOnColor(variant: ColorToken): string;
|
|
667
671
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<UniCheckboxComponent, never>;
|
|
668
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniCheckboxComponent, "uni-checkbox
|
|
672
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniCheckboxComponent, "uni-checkbox", never, { "checked": { "alias": "checked"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "touched": { "alias": "touched"; "required": false; "isSignal": true; }; "invalid": { "alias": "invalid"; "required": false; "isSignal": true; }; "dirty": { "alias": "dirty"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; "ariaDescribedBy": { "alias": "ariaDescribedBy"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "indeterminate": { "alias": "indeterminate"; "required": false; "isSignal": true; }; }, { "checked": "checkedChange"; "touched": "touchedChange"; "indeterminate": "indeterminateChange"; }, never, never, true, never>;
|
|
669
673
|
}
|
|
670
674
|
|
|
671
675
|
interface UniDataSearchOptions {
|
|
@@ -757,7 +761,7 @@ declare class UniDataTableComponent<T> extends BaseComponent<UniDataTableOptions
|
|
|
757
761
|
handleScrollable(scrollable: boolean): void;
|
|
758
762
|
getBorder(name: string | undefined): string;
|
|
759
763
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<UniDataTableComponent<any>, never>;
|
|
760
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniDataTableComponent<any>, "uni-data-table
|
|
764
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniDataTableComponent<any>, "uni-data-table", never, { "datasource": { "alias": "datasource"; "required": true; "isSignal": true; }; "columns": { "alias": "columns"; "required": true; "isSignal": true; }; "detailRowTemplate": { "alias": "detailRowTemplate"; "required": false; "isSignal": true; }; "useMultiSelect": { "alias": "useMultiSelect"; "required": false; "isSignal": true; }; "useRowClick": { "alias": "useRowClick"; "required": false; "isSignal": true; }; "highlight": { "alias": "highlight"; "required": false; "isSignal": true; }; "height": { "alias": "height"; "required": false; "isSignal": true; }; }, { "rowSelect": "rowSelect"; "rowClick": "rowClick"; }, never, ["data-table-header", "data-table-footer"], true, never>;
|
|
761
765
|
}
|
|
762
766
|
|
|
763
767
|
declare class UniDialogButtonsComponent {
|
|
@@ -772,7 +776,7 @@ declare class UniDialogButtonsComponent {
|
|
|
772
776
|
confirmed: _angular_core.OutputEmitterRef<void>;
|
|
773
777
|
closeDialog(): void;
|
|
774
778
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<UniDialogButtonsComponent, never>;
|
|
775
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniDialogButtonsComponent, "uni-dialog-buttons,
|
|
779
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniDialogButtonsComponent, "[uni-dialog-buttons], [dialog-buttons]", never, { "confirmButtonText": { "alias": "confirmButtonText"; "required": false; "isSignal": true; }; "confirmButtonVariant": { "alias": "confirmButtonVariant"; "required": false; "isSignal": true; }; "cancelButtonText": { "alias": "cancelButtonText"; "required": false; "isSignal": true; }; "disableConfirm": { "alias": "disableConfirm"; "required": false; "isSignal": true; }; "padding": { "alias": "padding"; "required": false; "isSignal": true; }; "paddingBottom": { "alias": "paddingBottom"; "required": false; "isSignal": true; }; "justifyContent": { "alias": "justifyContent"; "required": false; "isSignal": true; }; }, { "confirmed": "confirmed"; }, never, never, true, never>;
|
|
776
780
|
}
|
|
777
781
|
|
|
778
782
|
interface UniDialogHeaderOptions {
|
|
@@ -794,7 +798,7 @@ declare class UniDialogHeaderComponent extends BaseComponent<UniDialogHeaderOpti
|
|
|
794
798
|
constructor();
|
|
795
799
|
closeDialog(): void;
|
|
796
800
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<UniDialogHeaderComponent, never>;
|
|
797
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniDialogHeaderComponent, "
|
|
801
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniDialogHeaderComponent, "[uni-dialog-header]", never, {}, {}, never, ["*"], true, never>;
|
|
798
802
|
}
|
|
799
803
|
|
|
800
804
|
interface UniDialogOptions {
|
|
@@ -843,7 +847,7 @@ declare class UniDialogComponent extends BaseComponent<UniDialogOptions> {
|
|
|
843
847
|
open(): void;
|
|
844
848
|
close(): void;
|
|
845
849
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<UniDialogComponent, never>;
|
|
846
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniDialogComponent, "dialog[uni-dialog]
|
|
850
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniDialogComponent, "dialog[uni-dialog]", never, { "show": { "alias": "show"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; "isSignal": true; }; "initialFocus": { "alias": "initialFocus"; "required": false; "isSignal": true; }; "defaultCloseButton": { "alias": "defaultCloseButton"; "required": false; "isSignal": true; }; }, { "show": "showChange"; "showing": "showing"; }, never, ["*"], true, never>;
|
|
847
851
|
}
|
|
848
852
|
|
|
849
853
|
declare class UniDividerComponent {
|
|
@@ -852,7 +856,7 @@ declare class UniDividerComponent {
|
|
|
852
856
|
border: _angular_core.InputSignal<string>;
|
|
853
857
|
protected readonly className: _angular_core.Signal<string>;
|
|
854
858
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<UniDividerComponent, never>;
|
|
855
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniDividerComponent, "uni-divider
|
|
859
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniDividerComponent, "uni-divider", never, { "orientation": { "alias": "orientation"; "required": false; "isSignal": true; }; "border": { "alias": "border"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
856
860
|
}
|
|
857
861
|
|
|
858
862
|
/** How the drawer coexists with page content. */
|
|
@@ -908,7 +912,7 @@ declare class UniDrawerComponent extends BaseComponent<UniDrawerOptions> {
|
|
|
908
912
|
protected readonly sideClass: _angular_core.Signal<string>;
|
|
909
913
|
protected readonly overClass: _angular_core.Signal<string>;
|
|
910
914
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<UniDrawerComponent, never>;
|
|
911
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniDrawerComponent, "uni-drawer
|
|
915
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniDrawerComponent, "uni-drawer", never, { "open": { "alias": "open"; "required": false; "isSignal": true; }; "mode": { "alias": "mode"; "required": false; "isSignal": true; }; "position": { "alias": "position"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; "isSignal": true; }; }, { "open": "openChange"; }, never, ["*"], true, never>;
|
|
912
916
|
}
|
|
913
917
|
|
|
914
918
|
interface UniDropdownOptions {
|
|
@@ -958,7 +962,7 @@ declare class UniDropdownComponent extends BaseComponent<UniDropdownOptions> imp
|
|
|
958
962
|
hideDropdown(): void;
|
|
959
963
|
ngOnDestroy(): void;
|
|
960
964
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<UniDropdownComponent, never>;
|
|
961
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniDropdownComponent, "uni-dropdown
|
|
965
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniDropdownComponent, "uni-dropdown", never, { "trigger": { "alias": "trigger"; "required": true; "isSignal": true; }; "placement": { "alias": "placement"; "required": false; "isSignal": true; }; "offset": { "alias": "offset"; "required": false; "isSignal": true; }; "ariaHasPopup": { "alias": "ariaHasPopup"; "required": false; "isSignal": true; }; "paddingVertical": { "alias": "paddingVertical"; "required": false; "isSignal": true; }; "paddingHorizontal": { "alias": "paddingHorizontal"; "required": false; "isSignal": true; }; }, { "dropdownShowing": "dropdownShowing"; "dropdownHiding": "dropdownHiding"; }, never, ["*"], true, never>;
|
|
962
966
|
}
|
|
963
967
|
|
|
964
968
|
declare class UniExpandComponent {
|
|
@@ -973,7 +977,7 @@ declare class UniExpandComponent {
|
|
|
973
977
|
expandAnimation: string;
|
|
974
978
|
collapseAnimation: string;
|
|
975
979
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<UniExpandComponent, never>;
|
|
976
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniExpandComponent, "uni-expand
|
|
980
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniExpandComponent, "uni-expand", never, { "collapsed": { "alias": "collapsed"; "required": false; "isSignal": true; }; }, { "collapsed": "collapsedChange"; }, never, ["*"], true, never>;
|
|
977
981
|
}
|
|
978
982
|
|
|
979
983
|
declare class UniExpandToggleComponent {
|
|
@@ -983,7 +987,7 @@ declare class UniExpandToggleComponent {
|
|
|
983
987
|
protected readonly className: _angular_core.Signal<string>;
|
|
984
988
|
toggle(): void;
|
|
985
989
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<UniExpandToggleComponent, never>;
|
|
986
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniExpandToggleComponent, "uni-expand-toggle
|
|
990
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniExpandToggleComponent, "uni-expand-toggle", never, { "collapsed": { "alias": "collapsed"; "required": false; "isSignal": true; }; "ariaControls": { "alias": "ariaControls"; "required": false; "isSignal": true; }; }, { "collapsed": "collapsedChange"; }, never, never, true, never>;
|
|
987
991
|
}
|
|
988
992
|
|
|
989
993
|
declare class UniExpandAreaComponent {
|
|
@@ -994,7 +998,7 @@ declare class UniExpandAreaComponent {
|
|
|
994
998
|
toggleRef: _angular_core.Signal<UniExpandToggleComponent>;
|
|
995
999
|
toggleExpand(): void;
|
|
996
1000
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<UniExpandAreaComponent, never>;
|
|
997
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniExpandAreaComponent, "uni-expand-area
|
|
1001
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniExpandAreaComponent, "uni-expand-area", never, { "title": { "alias": "title"; "required": true; "isSignal": true; }; "initCollapsed": { "alias": "initCollapsed"; "required": false; "isSignal": true; }; "padding": { "alias": "padding"; "required": false; "isSignal": true; }; }, { "collapsed": "collapsed"; }, never, ["*"], true, never>;
|
|
998
1002
|
}
|
|
999
1003
|
|
|
1000
1004
|
declare class UniFileDropZoneComponent {
|
|
@@ -1033,29 +1037,50 @@ declare class UniFileDropZoneComponent {
|
|
|
1033
1037
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniFileDropZoneComponent, "uni-file-drop-zone", never, { "height": { "alias": "height"; "required": false; "isSignal": true; }; "borderRadius": { "alias": "borderRadius"; "required": false; "isSignal": true; }; "border": { "alias": "border"; "required": false; "isSignal": true; }; "padding": { "alias": "padding"; "required": false; "isSignal": true; }; "useBrowseButton": { "alias": "useBrowseButton"; "required": false; "isSignal": true; }; "browseButtonText": { "alias": "browseButtonText"; "required": false; "isSignal": true; }; "allowedFileExtensions": { "alias": "allowedFileExtensions"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "helpTemplate": { "alias": "helpTemplate"; "required": false; "isSignal": true; }; "helpTemplateContext": { "alias": "helpTemplateContext"; "required": false; "isSignal": true; }; }, { "fileAttached": "fileAttached"; "fileRemoved": "fileRemoved"; }, never, never, true, never>;
|
|
1034
1038
|
}
|
|
1035
1039
|
|
|
1040
|
+
/**
|
|
1041
|
+
* Text input that emits `change` only after the user pauses typing. Wears the
|
|
1042
|
+
* shared input chrome (themed color, border, typeface, focus ring) via
|
|
1043
|
+
* `uni-input-box`; project adornments with the `pre-input` / `post-input`
|
|
1044
|
+
* slots, matching `uni-input`'s convention. The ARIA passthrough inputs let a
|
|
1045
|
+
* wrapping composite (e.g. SearchInput's combobox) annotate the real input
|
|
1046
|
+
* element.
|
|
1047
|
+
*/
|
|
1036
1048
|
declare class UniDebounceInputComponent {
|
|
1037
1049
|
inputName: _angular_core.InputSignal<string>;
|
|
1038
1050
|
inputId: _angular_core.InputSignal<string>;
|
|
1039
1051
|
debounceTime: _angular_core.InputSignal<number>;
|
|
1052
|
+
/** Accessible name for the input. */
|
|
1053
|
+
label: _angular_core.InputSignal<string>;
|
|
1054
|
+
placeholder: _angular_core.InputSignal<string>;
|
|
1055
|
+
disabled: _angular_core.InputSignal<boolean>;
|
|
1056
|
+
role: _angular_core.InputSignal<string>;
|
|
1057
|
+
ariaExpanded: _angular_core.InputSignal<boolean>;
|
|
1058
|
+
ariaControls: _angular_core.InputSignal<string>;
|
|
1059
|
+
ariaActivedescendant: _angular_core.InputSignal<string>;
|
|
1040
1060
|
change: _angular_core.OutputEmitterRef<string>;
|
|
1041
1061
|
value: _angular_core.WritableSignal<string>;
|
|
1062
|
+
private readonly inputElement;
|
|
1042
1063
|
private timeoutId;
|
|
1043
1064
|
private lastEmitted;
|
|
1044
1065
|
constructor();
|
|
1045
1066
|
handleInput(event: Event): void;
|
|
1067
|
+
/** Empty the field immediately, cancelling any pending emit. */
|
|
1068
|
+
clear(): void;
|
|
1069
|
+
focus(): void;
|
|
1046
1070
|
inputClass: string;
|
|
1047
1071
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<UniDebounceInputComponent, never>;
|
|
1048
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniDebounceInputComponent, "
|
|
1072
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniDebounceInputComponent, "uni-debounce-input", never, { "inputName": { "alias": "inputName"; "required": false; "isSignal": true; }; "inputId": { "alias": "inputId"; "required": false; "isSignal": true; }; "debounceTime": { "alias": "debounceTime"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "role": { "alias": "role"; "required": false; "isSignal": true; }; "ariaExpanded": { "alias": "ariaExpanded"; "required": false; "isSignal": true; }; "ariaControls": { "alias": "ariaControls"; "required": false; "isSignal": true; }; "ariaActivedescendant": { "alias": "ariaActivedescendant"; "required": false; "isSignal": true; }; }, { "change": "change"; }, never, ["[pre-input]", "[post-input]"], true, never>;
|
|
1049
1073
|
}
|
|
1050
1074
|
|
|
1051
1075
|
declare class UniIconComponent {
|
|
1052
1076
|
private themeService;
|
|
1053
1077
|
color: _angular_core.InputSignal<string>;
|
|
1054
1078
|
name: _angular_core.InputSignal<string>;
|
|
1079
|
+
/** Resolved from the theme's icon primitives; unknown names render nothing. */
|
|
1055
1080
|
protected readonly path: _angular_core.Signal<string>;
|
|
1056
1081
|
protected readonly className: _angular_core.Signal<string>;
|
|
1057
1082
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<UniIconComponent, never>;
|
|
1058
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniIconComponent, "uni-icon
|
|
1083
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniIconComponent, "uni-icon", never, { "color": { "alias": "color"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
1059
1084
|
}
|
|
1060
1085
|
|
|
1061
1086
|
declare class UniIconButtonComponent {
|
|
@@ -1152,6 +1177,16 @@ declare class UniJsonViewComponent {
|
|
|
1152
1177
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniJsonViewComponent, "uni-json-view", never, { "json": { "alias": "json"; "required": false; "isSignal": true; }; "rows": { "alias": "rows"; "required": false; "isSignal": true; }; "fontSize": { "alias": "fontSize"; "required": false; "isSignal": true; }; "width": { "alias": "width"; "required": false; "isSignal": true; }; "selectOnClick": { "alias": "selectOnClick"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
1153
1178
|
}
|
|
1154
1179
|
|
|
1180
|
+
/**
|
|
1181
|
+
* The base layout primitive, applied as an attribute to any element so
|
|
1182
|
+
* semantics stay yours: `<main box-layout [grow]="1" padding="md">`.
|
|
1183
|
+
* Exception: other components' host elements (`<uni-card box-layout>` would
|
|
1184
|
+
* put two components on one element) — wrap those in a `<div box-layout>`.
|
|
1185
|
+
*
|
|
1186
|
+
* Sizing convention (height/width/min/max/inset): a **number is px and needs
|
|
1187
|
+
* a binding** — `[height]="420"`; a **plain attribute is a CSS length
|
|
1188
|
+
* string** — `height="420px"`. Spacing/radius/color inputs take theme tokens.
|
|
1189
|
+
*/
|
|
1155
1190
|
declare class UniBoxComponent {
|
|
1156
1191
|
theme: ThemeService;
|
|
1157
1192
|
color: _angular_core.InputSignal<ContainerColorToken>;
|
|
@@ -1182,9 +1217,11 @@ declare class UniBoxComponent {
|
|
|
1182
1217
|
display: _angular_core.InputSignal<OptionalDisplay>;
|
|
1183
1218
|
position: _angular_core.InputSignal<OptionalPosition>;
|
|
1184
1219
|
inset: _angular_core.InputSignal<string | number>;
|
|
1220
|
+
/** Number = px via binding (`[height]="420"`); string = CSS length (`height="420px"`). */
|
|
1185
1221
|
height: _angular_core.InputSignal<string | number>;
|
|
1186
1222
|
minHeight: _angular_core.InputSignal<string | number>;
|
|
1187
1223
|
maxHeight: _angular_core.InputSignal<string | number>;
|
|
1224
|
+
/** Number = px via binding (`[width]="420"`); string = CSS length (`width="50%"`). */
|
|
1188
1225
|
width: _angular_core.InputSignal<string | number>;
|
|
1189
1226
|
minWidth: _angular_core.InputSignal<string | number>;
|
|
1190
1227
|
maxWidth: _angular_core.InputSignal<string | number>;
|
|
@@ -1204,7 +1241,7 @@ declare class UniBoxComponent {
|
|
|
1204
1241
|
zIndex: _angular_core.InputSignal<ZIndexableElements>;
|
|
1205
1242
|
protected readonly boxClassName: _angular_core.Signal<string>;
|
|
1206
1243
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<UniBoxComponent, never>;
|
|
1207
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniBoxComponent, "
|
|
1244
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniBoxComponent, "[uni-box-layout], [box-layout]", never, { "color": { "alias": "color"; "required": false; "isSignal": true; }; "backgroundColor": { "alias": "backgroundColor"; "required": false; "isSignal": true; }; "borderRadius": { "alias": "borderRadius"; "required": false; "isSignal": true; }; "borderRadiusLeft": { "alias": "borderRadiusLeft"; "required": false; "isSignal": true; }; "borderRadiusRight": { "alias": "borderRadiusRight"; "required": false; "isSignal": true; }; "borderRadiusTop": { "alias": "borderRadiusTop"; "required": false; "isSignal": true; }; "borderRadiusBottom": { "alias": "borderRadiusBottom"; "required": false; "isSignal": true; }; "padding": { "alias": "padding"; "required": false; "isSignal": true; }; "paddingHorizontal": { "alias": "paddingHorizontal"; "required": false; "isSignal": true; }; "paddingVertical": { "alias": "paddingVertical"; "required": false; "isSignal": true; }; "paddingLeft": { "alias": "paddingLeft"; "required": false; "isSignal": true; }; "paddingRight": { "alias": "paddingRight"; "required": false; "isSignal": true; }; "paddingTop": { "alias": "paddingTop"; "required": false; "isSignal": true; }; "paddingBottom": { "alias": "paddingBottom"; "required": false; "isSignal": true; }; "border": { "alias": "border"; "required": false; "isSignal": true; }; "borderTop": { "alias": "borderTop"; "required": false; "isSignal": true; }; "borderBottom": { "alias": "borderBottom"; "required": false; "isSignal": true; }; "borderLeft": { "alias": "borderLeft"; "required": false; "isSignal": true; }; "borderRight": { "alias": "borderRight"; "required": false; "isSignal": true; }; "dashBorder": { "alias": "dashBorder"; "required": false; "isSignal": true; }; "alignSelf": { "alias": "alignSelf"; "required": false; "isSignal": true; }; "alignItems": { "alias": "alignItems"; "required": false; "isSignal": true; }; "alignContent": { "alias": "alignContent"; "required": false; "isSignal": true; }; "justifyContent": { "alias": "justifyContent"; "required": false; "isSignal": true; }; "grow": { "alias": "grow"; "required": false; "isSignal": true; }; "display": { "alias": "display"; "required": false; "isSignal": true; }; "position": { "alias": "position"; "required": false; "isSignal": true; }; "inset": { "alias": "inset"; "required": false; "isSignal": true; }; "height": { "alias": "height"; "required": false; "isSignal": true; }; "minHeight": { "alias": "minHeight"; "required": false; "isSignal": true; }; "maxHeight": { "alias": "maxHeight"; "required": false; "isSignal": true; }; "width": { "alias": "width"; "required": false; "isSignal": true; }; "minWidth": { "alias": "minWidth"; "required": false; "isSignal": true; }; "maxWidth": { "alias": "maxWidth"; "required": false; "isSignal": true; }; "ignoreDir": { "alias": "ignoreDir"; "required": false; "isSignal": true; }; "gridArea": { "alias": "gridArea"; "required": false; "isSignal": true; }; "gridColumn": { "alias": "gridColumn"; "required": false; "isSignal": true; }; "gridRow": { "alias": "gridRow"; "required": false; "isSignal": true; }; "overflow": { "alias": "overflow"; "required": false; "isSignal": true; }; "elevation": { "alias": "elevation"; "required": false; "isSignal": true; }; "shadow": { "alias": "shadow"; "required": false; "isSignal": true; }; "gap": { "alias": "gap"; "required": false; "isSignal": true; }; "fullWidth": { "alias": "fullWidth"; "required": false; "isSignal": true; }; "fullHeight": { "alias": "fullHeight"; "required": false; "isSignal": true; }; "flexDirection": { "alias": "flexDirection"; "required": false; "isSignal": true; }; "textAlign": { "alias": "textAlign"; "required": false; "isSignal": true; }; "wrapItems": { "alias": "wrapItems"; "required": false; "isSignal": true; }; "zIndex": { "alias": "zIndex"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
1208
1245
|
}
|
|
1209
1246
|
|
|
1210
1247
|
declare class UniCenterComponent extends UniBoxComponent {
|
|
@@ -1213,14 +1250,14 @@ declare class UniCenterComponent extends UniBoxComponent {
|
|
|
1213
1250
|
alignItems: _angular_core.InputSignal<OptionalAlignItems>;
|
|
1214
1251
|
constructor();
|
|
1215
1252
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<UniCenterComponent, never>;
|
|
1216
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniCenterComponent, "
|
|
1253
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniCenterComponent, "[uni-center-layout], [center-layout]", never, { "display": { "alias": "display"; "required": false; "isSignal": true; }; "justifyContent": { "alias": "justifyContent"; "required": false; "isSignal": true; }; "alignItems": { "alias": "alignItems"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
1217
1254
|
}
|
|
1218
1255
|
|
|
1219
1256
|
declare class UniGridAreaComponent {
|
|
1220
1257
|
area: _angular_core.InputSignal<string>;
|
|
1221
1258
|
protected readonly className: _angular_core.Signal<string>;
|
|
1222
1259
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<UniGridAreaComponent, never>;
|
|
1223
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniGridAreaComponent, "
|
|
1260
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniGridAreaComponent, "[uni-grid-area-layout], [grid-area-layout]", never, { "area": { "alias": "area"; "required": true; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
1224
1261
|
}
|
|
1225
1262
|
|
|
1226
1263
|
declare class UniGridComponent extends UniBoxComponent {
|
|
@@ -1232,25 +1269,35 @@ declare class UniGridComponent extends UniBoxComponent {
|
|
|
1232
1269
|
outlineColor: _angular_core.InputSignal<Variant>;
|
|
1233
1270
|
protected readonly gridClassName: _angular_core.Signal<string>;
|
|
1234
1271
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<UniGridComponent, never>;
|
|
1235
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniGridComponent, "
|
|
1272
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniGridComponent, "[uni-grid-layout], [grid-layout]", never, { "display": { "alias": "display"; "required": false; "isSignal": true; }; "templateAreas": { "alias": "templateAreas"; "required": false; "isSignal": true; }; "templateColumns": { "alias": "templateColumns"; "required": false; "isSignal": true; }; "templateRows": { "alias": "templateRows"; "required": false; "isSignal": true; }; "outline": { "alias": "outline"; "required": false; "isSignal": true; }; "outlineColor": { "alias": "outlineColor"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
1236
1273
|
}
|
|
1237
1274
|
|
|
1238
1275
|
declare class UniRowComponent extends UniBoxComponent {
|
|
1239
1276
|
display: _angular_core.InputSignal<OptionalDisplay>;
|
|
1240
1277
|
flexDirection: _angular_core.InputSignal<OptionalFlexDirection>;
|
|
1278
|
+
/**
|
|
1279
|
+
* Defaults to `fit-content` (guards content collapse). Set `[minWidth]="0"`
|
|
1280
|
+
* when the row must shrink inside a constrained flex parent (scroll or
|
|
1281
|
+
* text truncation containment).
|
|
1282
|
+
*/
|
|
1241
1283
|
minWidth: _angular_core.InputSignal<string | number>;
|
|
1242
1284
|
constructor();
|
|
1243
1285
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<UniRowComponent, never>;
|
|
1244
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniRowComponent, "
|
|
1286
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniRowComponent, "[uni-row-layout], [row-layout]", never, { "display": { "alias": "display"; "required": false; "isSignal": true; }; "flexDirection": { "alias": "flexDirection"; "required": false; "isSignal": true; }; "minWidth": { "alias": "minWidth"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
1245
1287
|
}
|
|
1246
1288
|
|
|
1247
1289
|
declare class UniStackComponent extends UniBoxComponent {
|
|
1248
1290
|
display: _angular_core.InputSignal<OptionalDisplay>;
|
|
1249
1291
|
flexDirection: _angular_core.InputSignal<OptionalFlexDirection>;
|
|
1292
|
+
/**
|
|
1293
|
+
* Defaults to `fit-content` (guards content collapse). Set `[minHeight]="0"`
|
|
1294
|
+
* when the stack must shrink inside a constrained flex parent (scroll
|
|
1295
|
+
* containment).
|
|
1296
|
+
*/
|
|
1250
1297
|
minHeight: _angular_core.InputSignal<string | number>;
|
|
1251
1298
|
constructor();
|
|
1252
1299
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<UniStackComponent, never>;
|
|
1253
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniStackComponent, "
|
|
1300
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniStackComponent, "[uni-stack-layout], [stack-layout]", never, { "display": { "alias": "display"; "required": false; "isSignal": true; }; "flexDirection": { "alias": "flexDirection"; "required": false; "isSignal": true; }; "minHeight": { "alias": "minHeight"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
1254
1301
|
}
|
|
1255
1302
|
|
|
1256
1303
|
declare class UniWrapComponent extends UniBoxComponent {
|
|
@@ -1258,7 +1305,7 @@ declare class UniWrapComponent extends UniBoxComponent {
|
|
|
1258
1305
|
wrapItems: _angular_core.InputSignal<OptionalWrap>;
|
|
1259
1306
|
constructor();
|
|
1260
1307
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<UniWrapComponent, never>;
|
|
1261
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniWrapComponent, "
|
|
1308
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniWrapComponent, "[uni-wrap-layout], [wrap-layout]", never, { "display": { "alias": "display"; "required": false; "isSignal": true; }; "wrapItems": { "alias": "wrapItems"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
1262
1309
|
}
|
|
1263
1310
|
|
|
1264
1311
|
interface BaseMenuItem {
|
|
@@ -1297,7 +1344,7 @@ declare class UniMenuComponent {
|
|
|
1297
1344
|
/** First-character matching, starting after the focused item and wrapping. */
|
|
1298
1345
|
private typeahead;
|
|
1299
1346
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<UniMenuComponent, never>;
|
|
1300
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniMenuComponent, "
|
|
1347
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniMenuComponent, "uni-menu", never, { "menuItems": { "alias": "menuItems"; "required": true; "isSignal": true; }; "activeItem": { "alias": "activeItem"; "required": false; "isSignal": true; }; "placement": { "alias": "placement"; "required": false; "isSignal": true; }; }, { "menuItemClicked": "menuItemClicked"; }, never, ["*"], true, never>;
|
|
1301
1348
|
}
|
|
1302
1349
|
|
|
1303
1350
|
declare class UniMultiSelectComponent<T = unknown> {
|
|
@@ -1314,7 +1361,7 @@ declare class UniMultiSelectComponent<T = unknown> {
|
|
|
1314
1361
|
deselectAll(): void;
|
|
1315
1362
|
optionWrapper: string;
|
|
1316
1363
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<UniMultiSelectComponent<any>, never>;
|
|
1317
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniMultiSelectComponent<any>, "uni-multi-select
|
|
1364
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniMultiSelectComponent<any>, "uni-multi-select", never, { "options": { "alias": "options"; "required": false; "isSignal": true; }; "selections": { "alias": "selections"; "required": false; "isSignal": true; }; "flexDirection": { "alias": "flexDirection"; "required": false; "isSignal": true; }; "checkboxGap": { "alias": "checkboxGap"; "required": false; "isSignal": true; }; }, { "updates": "updates"; }, never, never, true, never>;
|
|
1318
1365
|
}
|
|
1319
1366
|
|
|
1320
1367
|
interface UniMultiSelectDropdownOptions {
|
|
@@ -1357,7 +1404,7 @@ declare class UniMultiSelectDropdownComponent<T = unknown> extends BaseComponent
|
|
|
1357
1404
|
protected isOptionSelected(option: Option<T>): _angular_core.Signal<boolean>;
|
|
1358
1405
|
toggleOption(option: Option<T>, checked: boolean): void;
|
|
1359
1406
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<UniMultiSelectDropdownComponent<any>, never>;
|
|
1360
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniMultiSelectDropdownComponent<any>, "uni-multi-select-dropdown
|
|
1407
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniMultiSelectDropdownComponent<any>, "uni-multi-select-dropdown", never, { "value": { "alias": "value"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "touched": { "alias": "touched"; "required": false; "isSignal": true; }; "invalid": { "alias": "invalid"; "required": false; "isSignal": true; }; "dirty": { "alias": "dirty"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; "ariaDescribedBy": { "alias": "ariaDescribedBy"; "required": false; "isSignal": true; }; "options": { "alias": "options"; "required": true; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; }, { "value": "valueChange"; "touched": "touchedChange"; }, never, never, true, never>;
|
|
1361
1408
|
}
|
|
1362
1409
|
|
|
1363
1410
|
interface UniNotificationBadgeOptions {
|
|
@@ -1412,7 +1459,7 @@ declare class UniAlertComponent extends BaseComponent<UniAlertOptions> implement
|
|
|
1412
1459
|
close(): void;
|
|
1413
1460
|
protected readonly effectiveIconName: _angular_core.Signal<string>;
|
|
1414
1461
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<UniAlertComponent, never>;
|
|
1415
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniAlertComponent, "uni-alert
|
|
1462
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniAlertComponent, "uni-alert", never, { "show": { "alias": "show"; "required": false; "isSignal": true; }; "iconName": { "alias": "iconName"; "required": false; "isSignal": true; }; "symbolName": { "alias": "symbolName"; "required": false; "isSignal": true; }; "useVariant": { "alias": "useVariant"; "required": false; "isSignal": true; }; }, { "show": "showChange"; "showing": "showing"; }, never, ["*"], true, never>;
|
|
1416
1463
|
}
|
|
1417
1464
|
|
|
1418
1465
|
declare class ConfirmationDialogComponent {
|
|
@@ -1420,7 +1467,7 @@ declare class ConfirmationDialogComponent {
|
|
|
1420
1467
|
confirmation: _angular_core.InputSignal<Confirmation>;
|
|
1421
1468
|
showing: _angular_core.OutputEmitterRef<boolean>;
|
|
1422
1469
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ConfirmationDialogComponent, never>;
|
|
1423
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ConfirmationDialogComponent, "uni-confirmation-dialog
|
|
1470
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ConfirmationDialogComponent, "uni-confirmation-dialog", never, { "show": { "alias": "show"; "required": false; "isSignal": true; }; "confirmation": { "alias": "confirmation"; "required": false; "isSignal": true; }; }, { "showing": "showing"; }, never, never, true, never>;
|
|
1424
1471
|
}
|
|
1425
1472
|
|
|
1426
1473
|
declare class NotificationsComponent {
|
|
@@ -1439,7 +1486,7 @@ declare class NotificationsComponent {
|
|
|
1439
1486
|
handleSnackbarShowingEvent(showing: boolean): void;
|
|
1440
1487
|
handleAlertShowingEvent(showing: boolean): void;
|
|
1441
1488
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<NotificationsComponent, never>;
|
|
1442
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<NotificationsComponent, "uni-notifications
|
|
1489
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<NotificationsComponent, "uni-notifications", never, {}, {}, never, never, true, never>;
|
|
1443
1490
|
}
|
|
1444
1491
|
|
|
1445
1492
|
interface UniSnackbarOptions {
|
|
@@ -1480,7 +1527,7 @@ declare class UniSnackbarComponent extends BaseComponent<UniSnackbarOptions> imp
|
|
|
1480
1527
|
protected pauseTimer(): void;
|
|
1481
1528
|
protected resumeTimer(): void;
|
|
1482
1529
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<UniSnackbarComponent, never>;
|
|
1483
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniSnackbarComponent, "uni-snackbar
|
|
1530
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniSnackbarComponent, "uni-snackbar", never, { "show": { "alias": "show"; "required": false; "isSignal": true; }; "iconName": { "alias": "iconName"; "required": false; "isSignal": true; }; "symbolName": { "alias": "symbolName"; "required": false; "isSignal": true; }; "timeout": { "alias": "timeout"; "required": false; "isSignal": true; }; "actionLabel": { "alias": "actionLabel"; "required": false; "isSignal": true; }; "useVariant": { "alias": "useVariant"; "required": false; "isSignal": true; }; }, { "show": "showChange"; "action": "action"; "showing": "showing"; }, never, ["*"], true, never>;
|
|
1484
1531
|
}
|
|
1485
1532
|
|
|
1486
1533
|
interface UniPaginatorOptions {
|
|
@@ -1507,7 +1554,7 @@ declare class UniPaginatorComponent<T> extends BaseComponent<UniPaginatorOptions
|
|
|
1507
1554
|
jumpToPage(event: Event): void;
|
|
1508
1555
|
isNumber(page: unknown): page is number;
|
|
1509
1556
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<UniPaginatorComponent<any>, never>;
|
|
1510
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniPaginatorComponent<any>, "uni-paginator
|
|
1557
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniPaginatorComponent<any>, "uni-paginator", never, { "datasource": { "alias": "datasource"; "required": false; "isSignal": true; }; "initPageSize": { "alias": "initPageSize"; "required": false; "isSignal": true; }; "showPageSize": { "alias": "showPageSize"; "required": false; "isSignal": true; }; "showPageJumper": { "alias": "showPageJumper"; "required": false; "isSignal": true; }; "showPageNumbers": { "alias": "showPageNumbers"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
1511
1558
|
}
|
|
1512
1559
|
|
|
1513
1560
|
declare class UniPopoverComponent {
|
|
@@ -1530,7 +1577,7 @@ declare class UniPopoverComponent {
|
|
|
1530
1577
|
protected readonly popoverClassName: _angular_core.Signal<string>;
|
|
1531
1578
|
protected readonly arrowClassName: _angular_core.Signal<string>;
|
|
1532
1579
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<UniPopoverComponent, never>;
|
|
1533
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniPopoverComponent, "uni-popover
|
|
1580
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniPopoverComponent, "uni-popover", never, { "placement": { "alias": "placement"; "required": false; "isSignal": true; }; "autoClose": { "alias": "autoClose"; "required": false; "isSignal": true; }; }, {}, never, ["[trigger]", "*"], true, never>;
|
|
1534
1581
|
}
|
|
1535
1582
|
|
|
1536
1583
|
declare class UniProgressBarComponent {
|
|
@@ -1545,7 +1592,7 @@ declare class UniProgressBarComponent {
|
|
|
1545
1592
|
protected readonly className: _angular_core.Signal<string>;
|
|
1546
1593
|
protected readonly Math: Math;
|
|
1547
1594
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<UniProgressBarComponent, never>;
|
|
1548
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniProgressBarComponent, "uni-progress-bar
|
|
1595
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniProgressBarComponent, "uni-progress-bar", never, { "width": { "alias": "width"; "required": false; "isSignal": true; }; "height": { "alias": "height"; "required": false; "isSignal": true; }; "percent": { "alias": "percent"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
1549
1596
|
}
|
|
1550
1597
|
|
|
1551
1598
|
declare class UniProgressGaugeComponent extends BaseComponent {
|
|
@@ -1556,7 +1603,7 @@ declare class UniProgressGaugeComponent extends BaseComponent {
|
|
|
1556
1603
|
private progress;
|
|
1557
1604
|
protected readonly className: _angular_core.Signal<string>;
|
|
1558
1605
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<UniProgressGaugeComponent, never>;
|
|
1559
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniProgressGaugeComponent, "uni-progress-gauge
|
|
1606
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniProgressGaugeComponent, "uni-progress-gauge", never, { "percent": { "alias": "percent"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
1560
1607
|
}
|
|
1561
1608
|
|
|
1562
1609
|
interface UniRadioOption {
|
|
@@ -1577,7 +1624,11 @@ interface UniRadioOptions {
|
|
|
1577
1624
|
/**
|
|
1578
1625
|
* The size of the radio buttons
|
|
1579
1626
|
*/
|
|
1580
|
-
size
|
|
1627
|
+
size?: number;
|
|
1628
|
+
/** Unselected ring color token. */
|
|
1629
|
+
ringColor?: ColorKey;
|
|
1630
|
+
/** Circle background token. */
|
|
1631
|
+
fillColor?: ColorKey;
|
|
1581
1632
|
}
|
|
1582
1633
|
|
|
1583
1634
|
declare class UniRadioComponent extends BaseComponent<UniRadioOptions> implements FormValueControl<string> {
|
|
@@ -1607,7 +1658,7 @@ declare class UniRadioComponent extends BaseComponent<UniRadioOptions> implement
|
|
|
1607
1658
|
handleRadioChange(optionValue: string): void;
|
|
1608
1659
|
getThemeColor(token: ColorToken): string;
|
|
1609
1660
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<UniRadioComponent, never>;
|
|
1610
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniRadioComponent, "uni-radio
|
|
1661
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniRadioComponent, "uni-radio", never, { "value": { "alias": "value"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "touched": { "alias": "touched"; "required": false; "isSignal": true; }; "invalid": { "alias": "invalid"; "required": false; "isSignal": true; }; "dirty": { "alias": "dirty"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; "ariaDescribedBy": { "alias": "ariaDescribedBy"; "required": false; "isSignal": true; }; "options": { "alias": "options"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; }, { "value": "valueChange"; "touched": "touchedChange"; }, never, never, true, never>;
|
|
1611
1662
|
}
|
|
1612
1663
|
|
|
1613
1664
|
/**
|
|
@@ -1653,19 +1704,64 @@ declare class UniScrollAreaComponent {
|
|
|
1653
1704
|
protected contentClassName: _angular_core.Signal<string>;
|
|
1654
1705
|
constructor();
|
|
1655
1706
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<UniScrollAreaComponent, never>;
|
|
1656
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniScrollAreaComponent, "
|
|
1707
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniScrollAreaComponent, "[uni-scroll-area], [scroll-area]", never, { "color": { "alias": "color"; "required": false; "isSignal": true; }; "borderRadius": { "alias": "borderRadius"; "required": false; "isSignal": true; }; "padding": { "alias": "padding"; "required": false; "isSignal": true; }; "paddingHorizontal": { "alias": "paddingHorizontal"; "required": false; "isSignal": true; }; "paddingVertical": { "alias": "paddingVertical"; "required": false; "isSignal": true; }; "paddingLeft": { "alias": "paddingLeft"; "required": false; "isSignal": true; }; "paddingRight": { "alias": "paddingRight"; "required": false; "isSignal": true; }; "paddingTop": { "alias": "paddingTop"; "required": false; "isSignal": true; }; "paddingBottom": { "alias": "paddingBottom"; "required": false; "isSignal": true; }; "border": { "alias": "border"; "required": false; "isSignal": true; }; "height": { "alias": "height"; "required": false; "isSignal": true; }; "width": { "alias": "width"; "required": false; "isSignal": true; }; "appearance": { "alias": "appearance"; "required": false; "isSignal": true; }; "autoHeightDisabled": { "alias": "autoHeightDisabled"; "required": false; "isSignal": true; }; "verticalScrollPadding": { "alias": "verticalScrollPadding"; "required": false; "isSignal": true; }; }, { "scrollable": "scrollable"; }, never, ["*"], true, never>;
|
|
1708
|
+
}
|
|
1709
|
+
|
|
1710
|
+
/** Theme-level options for `uni-search-input`, resolved by token name. */
|
|
1711
|
+
interface UniSearchInputOptions {
|
|
1712
|
+
/** Leading (decorative) symbol. */
|
|
1713
|
+
searchSymbol?: string;
|
|
1714
|
+
/** Clear-button symbol. */
|
|
1715
|
+
clearSymbol?: string;
|
|
1716
|
+
/** Suggestion list surface color token. */
|
|
1717
|
+
listColor?: ColorKey;
|
|
1718
|
+
/** Suggestion list elevation token. */
|
|
1719
|
+
listShadow?: Shadow;
|
|
1720
|
+
/** Suggestion list radius token. */
|
|
1721
|
+
listBorderRadius?: Radius;
|
|
1722
|
+
/** Cap on rendered suggestions. */
|
|
1723
|
+
maxSuggestions?: number;
|
|
1657
1724
|
}
|
|
1658
1725
|
|
|
1659
|
-
|
|
1726
|
+
/**
|
|
1727
|
+
* Generic search field: shared input chrome with a leading magnifier, a clear
|
|
1728
|
+
* button while there's a query, Enter to submit, and optional type-ahead —
|
|
1729
|
+
* pass `suggestions` (refresh them from `change`) and the field becomes an
|
|
1730
|
+
* ARIA combobox with a keyboard-navigable listbox. Escape closes the list
|
|
1731
|
+
* first, then clears the query.
|
|
1732
|
+
*/
|
|
1733
|
+
declare class UniSearchInputComponent extends BaseComponent<UniSearchInputOptions> {
|
|
1734
|
+
/** Accessible name for the field, also the placeholder fallback. */
|
|
1660
1735
|
label: _angular_core.InputSignal<string>;
|
|
1736
|
+
placeholder: _angular_core.InputSignal<string>;
|
|
1661
1737
|
width: _angular_core.InputSignal<string | number>;
|
|
1738
|
+
debounceTime: _angular_core.InputSignal<number>;
|
|
1739
|
+
/**
|
|
1740
|
+
* Type-ahead entries. Keep them fresh from `change` emissions; the list
|
|
1741
|
+
* shows while the field has focus and entries exist.
|
|
1742
|
+
*/
|
|
1743
|
+
suggestions: _angular_core.InputSignal<string[]>;
|
|
1662
1744
|
change: _angular_core.OutputEmitterRef<string>;
|
|
1663
1745
|
search: _angular_core.OutputEmitterRef<string>;
|
|
1746
|
+
suggestionSelected: _angular_core.OutputEmitterRef<string>;
|
|
1747
|
+
protected readonly field: _angular_core.Signal<UniDebounceInputComponent>;
|
|
1748
|
+
readonly listboxId: string;
|
|
1749
|
+
protected readonly listOpen: _angular_core.WritableSignal<boolean>;
|
|
1750
|
+
protected readonly activeIndex: _angular_core.WritableSignal<number>;
|
|
1751
|
+
protected readonly visibleSuggestions: _angular_core.Signal<string[]>;
|
|
1752
|
+
protected readonly showList: _angular_core.Signal<boolean>;
|
|
1753
|
+
protected readonly activeOptionId: _angular_core.Signal<string>;
|
|
1754
|
+
protected readonly hasQuery: _angular_core.Signal<boolean>;
|
|
1755
|
+
protected handleChange(value: string): void;
|
|
1756
|
+
protected submit(): void;
|
|
1757
|
+
protected select(suggestion: string): void;
|
|
1758
|
+
protected clear(): void;
|
|
1759
|
+
protected onKeydown(event: KeyboardEvent): void;
|
|
1760
|
+
protected onFocusOut(event: FocusEvent): void;
|
|
1664
1761
|
protected readonly className: _angular_core.Signal<string>;
|
|
1665
|
-
|
|
1666
|
-
handleSearch(searchInput: string | undefined): void;
|
|
1762
|
+
protected readonly listClass: _angular_core.Signal<string>;
|
|
1667
1763
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<UniSearchInputComponent, never>;
|
|
1668
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniSearchInputComponent, "
|
|
1764
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniSearchInputComponent, "uni-search-input", never, { "label": { "alias": "label"; "required": true; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "width": { "alias": "width"; "required": false; "isSignal": true; }; "debounceTime": { "alias": "debounceTime"; "required": false; "isSignal": true; }; "suggestions": { "alias": "suggestions"; "required": false; "isSignal": true; }; }, { "change": "change"; "search": "search"; "suggestionSelected": "suggestionSelected"; }, never, never, true, never>;
|
|
1669
1765
|
}
|
|
1670
1766
|
|
|
1671
1767
|
declare class UniSelectComponent<T> implements FormValueControl<T | null> {
|
|
@@ -1696,7 +1792,7 @@ declare class UniSelectComponent<T> implements FormValueControl<T | null> {
|
|
|
1696
1792
|
selectClass: string;
|
|
1697
1793
|
arrowClass: string;
|
|
1698
1794
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<UniSelectComponent<any>, never>;
|
|
1699
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniSelectComponent<any>, "uni-select
|
|
1795
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniSelectComponent<any>, "uni-select", never, { "value": { "alias": "value"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "touched": { "alias": "touched"; "required": false; "isSignal": true; }; "invalid": { "alias": "invalid"; "required": false; "isSignal": true; }; "dirty": { "alias": "dirty"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; "ariaDescribedBy": { "alias": "ariaDescribedBy"; "required": false; "isSignal": true; }; "options": { "alias": "options"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; "isSignal": true; }; }, { "value": "valueChange"; "touched": "touchedChange"; }, never, never, true, never>;
|
|
1700
1796
|
}
|
|
1701
1797
|
|
|
1702
1798
|
/** Placeholder geometry: a text line block, a rectangle, or a circle. */
|
|
@@ -1737,7 +1833,7 @@ declare class UniSkeletonComponent extends BaseComponent<UniSkeletonOptions> {
|
|
|
1737
1833
|
private readonly sweep;
|
|
1738
1834
|
protected readonly className: _angular_core.Signal<string>;
|
|
1739
1835
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<UniSkeletonComponent, never>;
|
|
1740
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniSkeletonComponent, "uni-skeleton
|
|
1836
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniSkeletonComponent, "uni-skeleton", never, { "shape": { "alias": "shape"; "required": false; "isSignal": true; }; "width": { "alias": "width"; "required": false; "isSignal": true; }; "height": { "alias": "height"; "required": false; "isSignal": true; }; "lines": { "alias": "lines"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
1741
1837
|
}
|
|
1742
1838
|
|
|
1743
1839
|
/** Theme-level options for `uni-slider`, resolved by token name. */
|
|
@@ -1784,7 +1880,70 @@ declare class UniSliderComponent extends BaseComponent<UniSliderOptions> impleme
|
|
|
1784
1880
|
protected readonly fillPercent: _angular_core.Signal<string>;
|
|
1785
1881
|
protected readonly inputClass: _angular_core.Signal<string>;
|
|
1786
1882
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<UniSliderComponent, never>;
|
|
1787
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniSliderComponent, "uni-slider
|
|
1883
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniSliderComponent, "uni-slider", never, { "value": { "alias": "value"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "touched": { "alias": "touched"; "required": false; "isSignal": true; }; "invalid": { "alias": "invalid"; "required": false; "isSignal": true; }; "dirty": { "alias": "dirty"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; "ariaDescribedBy": { "alias": "ariaDescribedBy"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": true; "isSignal": true; }; "min": { "alias": "min"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; "step": { "alias": "step"; "required": false; "isSignal": true; }; }, { "value": "valueChange"; "touched": "touchedChange"; }, never, never, true, never>;
|
|
1884
|
+
}
|
|
1885
|
+
|
|
1886
|
+
/** Theme-level options for `uni-stat`, resolved by token name. */
|
|
1887
|
+
interface UniStatOptions {
|
|
1888
|
+
/** Label typography token (muted, small). */
|
|
1889
|
+
labelTypeface?: Typeface;
|
|
1890
|
+
/** Value typography token — defaults to the type scale's `stat` role. */
|
|
1891
|
+
valueTypeface?: Typeface;
|
|
1892
|
+
/** Tile surface color token. */
|
|
1893
|
+
color?: ContainerColorToken;
|
|
1894
|
+
/** Frame as a border primitive token. */
|
|
1895
|
+
border?: Border;
|
|
1896
|
+
/** Corner radius token. */
|
|
1897
|
+
borderRadius?: Radius;
|
|
1898
|
+
/** Delta ink when the movement is good. */
|
|
1899
|
+
positiveColor?: ColorKey;
|
|
1900
|
+
/** Delta ink when the movement is bad. */
|
|
1901
|
+
negativeColor?: ColorKey;
|
|
1902
|
+
/** Sparkline stroke color. */
|
|
1903
|
+
trendColor?: ColorKey;
|
|
1904
|
+
/** Sparkline endpoint color. */
|
|
1905
|
+
trendAccent?: ColorKey;
|
|
1906
|
+
/** Inner padding, as a spacing token. */
|
|
1907
|
+
padding?: OptionalSize;
|
|
1908
|
+
/** Vertical gap between rows, as a spacing token. */
|
|
1909
|
+
gap?: OptionalSize;
|
|
1910
|
+
}
|
|
1911
|
+
|
|
1912
|
+
/**
|
|
1913
|
+
* KPI stat tile: muted label, large value (numbers auto-compact: 48234 →
|
|
1914
|
+
* "48.2K"), an optional delta whose ink is decided by *direction × whether up
|
|
1915
|
+
* is good* (never direction alone — churn going down is good news), and an
|
|
1916
|
+
* optional decorative sparkline. Frame, typography and inks are all `stat`
|
|
1917
|
+
* theme tokens.
|
|
1918
|
+
*/
|
|
1919
|
+
declare class UniStatComponent extends BaseComponent<UniStatOptions> {
|
|
1920
|
+
/** What is being measured, sentence case. */
|
|
1921
|
+
label: _angular_core.InputSignal<string>;
|
|
1922
|
+
/** The headline number: strings render verbatim, numbers auto-compact. */
|
|
1923
|
+
value: _angular_core.InputSignal<string | number>;
|
|
1924
|
+
/** Signed change, e.g. "+12.4%" or "-0.4%". The sign drives the arrow. */
|
|
1925
|
+
delta: _angular_core.InputSignal<string>;
|
|
1926
|
+
/** Whether an upward movement is good news. Flip for churn, errors, cost. */
|
|
1927
|
+
upIsGood: _angular_core.InputSignal<boolean>;
|
|
1928
|
+
/** Names the comparison period, e.g. "vs last month". */
|
|
1929
|
+
caption: _angular_core.InputSignal<string>;
|
|
1930
|
+
/** Recent values for the decorative sparkline (12 points reads best). */
|
|
1931
|
+
trend: _angular_core.InputSignal<number[]>;
|
|
1932
|
+
protected readonly srOnly: string;
|
|
1933
|
+
protected readonly displayValue: _angular_core.Signal<string>;
|
|
1934
|
+
protected readonly deltaIsUp: _angular_core.Signal<boolean>;
|
|
1935
|
+
protected readonly deltaIsGood: _angular_core.Signal<boolean>;
|
|
1936
|
+
protected readonly deltaMagnitude: _angular_core.Signal<string>;
|
|
1937
|
+
protected readonly sparkline: _angular_core.Signal<{
|
|
1938
|
+
width: number;
|
|
1939
|
+
height: number;
|
|
1940
|
+
path: string;
|
|
1941
|
+
endX: string;
|
|
1942
|
+
endY: string;
|
|
1943
|
+
}>;
|
|
1944
|
+
protected readonly className: _angular_core.Signal<string>;
|
|
1945
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<UniStatComponent, never>;
|
|
1946
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniStatComponent, "uni-stat", never, { "label": { "alias": "label"; "required": true; "isSignal": true; }; "value": { "alias": "value"; "required": true; "isSignal": true; }; "delta": { "alias": "delta"; "required": false; "isSignal": true; }; "upIsGood": { "alias": "upIsGood"; "required": false; "isSignal": true; }; "caption": { "alias": "caption"; "required": false; "isSignal": true; }; "trend": { "alias": "trend"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
1788
1947
|
}
|
|
1789
1948
|
|
|
1790
1949
|
/**
|
|
@@ -1800,7 +1959,7 @@ declare class UniTabComponent {
|
|
|
1800
1959
|
readonly panelId: string;
|
|
1801
1960
|
readonly content: _angular_core.Signal<TemplateRef<unknown>>;
|
|
1802
1961
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<UniTabComponent, never>;
|
|
1803
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniTabComponent, "uni-tab
|
|
1962
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniTabComponent, "uni-tab", never, { "label": { "alias": "label"; "required": true; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
1804
1963
|
}
|
|
1805
1964
|
|
|
1806
1965
|
/**
|
|
@@ -1850,7 +2009,7 @@ declare class UniTabsComponent extends BaseComponent<UniTabsOptions> {
|
|
|
1850
2009
|
protected readonly tabClass: _angular_core.Signal<string>;
|
|
1851
2010
|
protected readonly panelClass: _angular_core.Signal<string>;
|
|
1852
2011
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<UniTabsComponent, never>;
|
|
1853
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniTabsComponent, "uni-tabs
|
|
2012
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniTabsComponent, "uni-tabs", never, { "selectedIndex": { "alias": "selectedIndex"; "required": false; "isSignal": true; }; }, { "selectedIndex": "selectedIndexChange"; }, ["tabs"], never, true, never>;
|
|
1854
2013
|
}
|
|
1855
2014
|
|
|
1856
2015
|
declare class UniTextareaComponent implements FormValueControl<string> {
|
|
@@ -1919,7 +2078,7 @@ declare class UniSymbolComponent extends BaseComponent<SymbolOptions> {
|
|
|
1919
2078
|
opticalSize: _angular_core.InputSignal<number>;
|
|
1920
2079
|
protected readonly className: _angular_core.Signal<string>;
|
|
1921
2080
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<UniSymbolComponent, never>;
|
|
1922
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniSymbolComponent, "uni-symbol
|
|
2081
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniSymbolComponent, "uni-symbol", never, { "name": { "alias": "name"; "required": true; "isSignal": true; }; "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "weight": { "alias": "weight"; "required": false; "isSignal": true; }; "grade": { "alias": "grade"; "required": false; "isSignal": true; }; "opticalSize": { "alias": "opticalSize"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
1923
2082
|
}
|
|
1924
2083
|
|
|
1925
2084
|
declare class UniTagComponent {
|
|
@@ -1928,11 +2087,23 @@ declare class UniTagComponent {
|
|
|
1928
2087
|
close: _angular_core.OutputEmitterRef<string | number>;
|
|
1929
2088
|
handleClose(): void;
|
|
1930
2089
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<UniTagComponent, never>;
|
|
1931
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniTagComponent, "
|
|
2090
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniTagComponent, "uni-tag", never, { "label": { "alias": "label"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; }, { "close": "close"; }, never, never, true, never>;
|
|
1932
2091
|
}
|
|
1933
2092
|
|
|
2093
|
+
/**
|
|
2094
|
+
* The typography primitive, applied as an attribute to any element so
|
|
2095
|
+
* semantics stay yours. The attribute value is the typeface:
|
|
2096
|
+
* `<h1 uni-text="display-small">`, `<span uni-text="caption">`, dynamic via
|
|
2097
|
+
* `[uni-text]="role()"`. With no value, the typeface is inferred from the
|
|
2098
|
+
* host element (h1 → headline-large, p → body-1-long, …), falling back to
|
|
2099
|
+
* `title-small`; the `typeface` input remains as an explicit override.
|
|
2100
|
+
*/
|
|
1934
2101
|
declare class UniTextComponent {
|
|
1935
2102
|
theme: ThemeService;
|
|
2103
|
+
private readonly tag;
|
|
2104
|
+
/** Typeface via the selector attribute: `uni-text="headline-large"`. */
|
|
2105
|
+
readonly uniText: _angular_core.InputSignal<string>;
|
|
2106
|
+
/** Explicit typeface; the attribute value wins when both are set. */
|
|
1936
2107
|
typeface: _angular_core.InputSignal<string>;
|
|
1937
2108
|
color: _angular_core.InputSignal<string>;
|
|
1938
2109
|
display: _angular_core.InputSignal<OptionalDisplay>;
|
|
@@ -1940,9 +2111,10 @@ declare class UniTextComponent {
|
|
|
1940
2111
|
nowrap: _angular_core.InputSignal<boolean>;
|
|
1941
2112
|
maxWidth: _angular_core.InputSignal<number>;
|
|
1942
2113
|
ellipsis: _angular_core.InputSignal<boolean>;
|
|
2114
|
+
protected readonly resolvedTypeface: _angular_core.Signal<string>;
|
|
1943
2115
|
protected readonly className: _angular_core.Signal<string>;
|
|
1944
2116
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<UniTextComponent, never>;
|
|
1945
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniTextComponent, "uni-text
|
|
2117
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniTextComponent, "[uni-text]", never, { "uniText": { "alias": "uni-text"; "required": false; "isSignal": true; }; "typeface": { "alias": "typeface"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "display": { "alias": "display"; "required": false; "isSignal": true; }; "align": { "alias": "align"; "required": false; "isSignal": true; }; "nowrap": { "alias": "nowrap"; "required": false; "isSignal": true; }; "maxWidth": { "alias": "maxWidth"; "required": false; "isSignal": true; }; "ellipsis": { "alias": "ellipsis"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
1946
2118
|
}
|
|
1947
2119
|
|
|
1948
2120
|
interface Preset {
|
|
@@ -2031,7 +2203,11 @@ interface UniToggleOptions {
|
|
|
2031
2203
|
/**
|
|
2032
2204
|
* The size of the toggle switch
|
|
2033
2205
|
*/
|
|
2034
|
-
size
|
|
2206
|
+
size?: number;
|
|
2207
|
+
/** Off-state track color token. */
|
|
2208
|
+
trackColor?: ColorKey;
|
|
2209
|
+
/** Knob color token. */
|
|
2210
|
+
knobColor?: ColorKey;
|
|
2035
2211
|
}
|
|
2036
2212
|
|
|
2037
2213
|
declare class UniToggleComponent extends BaseComponent<UniToggleOptions> implements FormCheckboxControl {
|
|
@@ -2056,7 +2232,7 @@ declare class UniToggleComponent extends BaseComponent<UniToggleOptions> impleme
|
|
|
2056
2232
|
protected readonly toggleInput: _angular_core.Signal<string>;
|
|
2057
2233
|
getThemeColor(token: ColorToken): string;
|
|
2058
2234
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<UniToggleComponent, never>;
|
|
2059
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniToggleComponent, "uni-toggle
|
|
2235
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniToggleComponent, "uni-toggle", never, { "checked": { "alias": "checked"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "touched": { "alias": "touched"; "required": false; "isSignal": true; }; "invalid": { "alias": "invalid"; "required": false; "isSignal": true; }; "dirty": { "alias": "dirty"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; "ariaDescribedBy": { "alias": "ariaDescribedBy"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; }, { "checked": "checkedChange"; "touched": "touchedChange"; }, never, never, true, never>;
|
|
2060
2236
|
}
|
|
2061
2237
|
|
|
2062
2238
|
interface UniTooltipOptions {
|
|
@@ -2099,7 +2275,7 @@ declare class UniTooltipComponent extends BaseComponent<UniTooltipOptions> {
|
|
|
2099
2275
|
protected readonly tooltipClassName: _angular_core.Signal<string>;
|
|
2100
2276
|
protected readonly arrowClassName: _angular_core.Signal<string>;
|
|
2101
2277
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<UniTooltipComponent, never>;
|
|
2102
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniTooltipComponent, "uni-tooltip
|
|
2278
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UniTooltipComponent, "uni-tooltip", never, { "hoverDelay": { "alias": "hoverDelay"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": true; "isSignal": true; }; "placement": { "alias": "placement"; "required": false; "isSignal": true; }; "inlineText": { "alias": "inlineText"; "required": false; "isSignal": true; }; "appendToBody": { "alias": "appendToBody"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
2103
2279
|
}
|
|
2104
2280
|
|
|
2105
2281
|
declare class BodyRenderDirective implements OnInit {
|
|
@@ -2120,5 +2296,5 @@ declare class DragAndDropDirective {
|
|
|
2120
2296
|
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<DragAndDropDirective, "[uni-drag-n-drop], [dragAndDrop]", never, {}, { "onFileDropped": "onFileDropped"; }, never, never, true, never>;
|
|
2121
2297
|
}
|
|
2122
2298
|
|
|
2123
|
-
export { BodyRenderDirective, ConfirmationDialogComponent, DragAndDropDirective, FOCUSABLE_SELECTOR, LocalStorageService, NotificationService, NotificationsComponent, RippleDirective, ThemeService, UNI_THEMES, UniAlertComponent, UniAppBarComponent, UniAvatarComponent, UniAvatarGroupComponent, UniBackgroundComponent, UniBadgeComponent, UniBaseDatasource, UniBoxComponent, UniBreadcrumbComponent, UniButtonComponent, UniButtonGroupComponent, UniCardComponent, UniCardContentComponent, UniCardHeaderComponent, UniCenterComponent, UniCheckboxComponent, UniDataSearchComponent, UniDataTableComponent, UniDebounceInputComponent, UniDialogButtonsComponent, UniDialogComponent, UniDialogHeaderComponent, UniDividerComponent, UniDrawerComponent, UniDropdownComponent, UniExpandAreaComponent, UniExpandComponent, UniExpandToggleComponent, UniFileDropZoneComponent, UniGridAreaComponent, UniGridComponent, UniIconButtonComponent, UniIconComponent, UniInputBoxComponent, UniInputComponent, UniJsonViewComponent, UniMenuComponent, UniMultiSelectComponent, UniMultiSelectDropdownComponent, UniNotificationBadgeComponent, UniPaginatorComponent, UniPopoverComponent, UniProgressBarComponent, UniProgressGaugeComponent, UniRadioComponent, UniRecordDatasource, UniRowComponent, UniScrollAreaComponent, UniSearchInputComponent, UniSelectComponent, UniServerSideDatasource, UniSkeletonComponent, UniSliderComponent, UniSnackbarComponent, UniSortHeaderComponent, UniStackComponent, UniSymbolComponent, UniTabComponent, UniTabsComponent, UniTagComponent, UniTextComponent, UniTextareaComponent, UniThemeBuilderComponent, UniToggleComponent, UniTooltipComponent, UniWrapComponent, acceptableFile, anchorArrowStyles, anchorStyles, getFileExtension, motionSafe, newAnchorName, resolveFocusTarget, uniqueId, useTimer, visuallyHidden };
|
|
2124
|
-
export type { Alert, AnchorOffset, BrandPaletteConfig, BreadcrumbItem, ButtonGroupConfig, ButtonGroupItem, ColumnDefinition, Confirmation, DataLoader, DrawerMode, DrawerPosition, ImagePosition, MenuItem, MenuItemWithLabel, MenuItemWithTemplate, Option, Options, PageRequest, PageResponse, Placement, ScrollbarAppearance, SkeletonShape, Snackbar, Sort, SortDirection, UniAppBarOptions, UniAvatarGroupOptions, UniAvatarOptions, UniBreadcrumbOptions, UniCheckboxOptions, UniDataSearchOptions, UniDataTableOptions, UniDatasource, UniDrawerOptions, UniInputBoxOptions, UniMultiSelectDropdownOptions, UniNotificationBadgeOptions, UniPaginatorOptions, UniRadioOption, UniRadioOptions, UniSkeletonOptions, UniSliderOptions, UniTabsOptions, UniTextareaOptions, UniToggleOptions };
|
|
2299
|
+
export { BodyRenderDirective, ConfirmationDialogComponent, DragAndDropDirective, FOCUSABLE_SELECTOR, LocalStorageService, NotificationService, NotificationsComponent, RippleDirective, ThemeService, UNI_THEMES, UniAlertComponent, UniAppBarComponent, UniAvatarComponent, UniAvatarGroupComponent, UniBackgroundComponent, UniBadgeComponent, UniBaseDatasource, UniBoxComponent, UniBreadcrumbComponent, UniButtonComponent, UniButtonGroupComponent, UniCardComponent, UniCardContentComponent, UniCardHeaderComponent, UniCenterComponent, UniCheckboxComponent, UniDataSearchComponent, UniDataTableComponent, UniDebounceInputComponent, UniDialogButtonsComponent, UniDialogComponent, UniDialogHeaderComponent, UniDividerComponent, UniDrawerComponent, UniDropdownComponent, UniExpandAreaComponent, UniExpandComponent, UniExpandToggleComponent, UniFileDropZoneComponent, UniGridAreaComponent, UniGridComponent, UniIconButtonComponent, UniIconComponent, UniInputBoxComponent, UniInputComponent, UniJsonViewComponent, UniMenuComponent, UniMultiSelectComponent, UniMultiSelectDropdownComponent, UniNotificationBadgeComponent, UniPaginatorComponent, UniPopoverComponent, UniProgressBarComponent, UniProgressGaugeComponent, UniRadioComponent, UniRecordDatasource, UniRowComponent, UniScrollAreaComponent, UniSearchInputComponent, UniSelectComponent, UniServerSideDatasource, UniSkeletonComponent, UniSliderComponent, UniSnackbarComponent, UniSortHeaderComponent, UniStackComponent, UniStatComponent, UniSymbolComponent, UniTabComponent, UniTabsComponent, UniTagComponent, UniTextComponent, UniTextareaComponent, UniThemeBuilderComponent, UniToggleComponent, UniTooltipComponent, UniWrapComponent, acceptableFile, anchorArrowStyles, anchorStyles, getFileExtension, motionSafe, newAnchorName, resolveFocusTarget, uniqueId, useTimer, visuallyHidden };
|
|
2300
|
+
export type { Alert, AnchorOffset, BrandPaletteConfig, BreadcrumbItem, ButtonGroupConfig, ButtonGroupItem, ColumnDefinition, Confirmation, DataLoader, DrawerMode, DrawerPosition, ImagePosition, MenuItem, MenuItemWithLabel, MenuItemWithTemplate, Option, Options, PageRequest, PageResponse, Placement, ScrollbarAppearance, SkeletonShape, Snackbar, Sort, SortDirection, UniAppBarOptions, UniAvatarGroupOptions, UniAvatarOptions, UniBreadcrumbOptions, UniCheckboxOptions, UniDataSearchOptions, UniDataTableOptions, UniDatasource, UniDrawerOptions, UniInputBoxOptions, UniMultiSelectDropdownOptions, UniNotificationBadgeOptions, UniPaginatorOptions, UniRadioOption, UniRadioOptions, UniSearchInputOptions, UniSkeletonOptions, UniSliderOptions, UniStatOptions, UniTabsOptions, UniTextareaOptions, UniToggleOptions };
|