@proximus/lavender-angular 1.4.15-alpha.21 → 1.4.15-alpha.23
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/lavender.directive.d.ts
CHANGED
|
@@ -6593,6 +6593,67 @@ export declare class PxP {
|
|
|
6593
6593
|
static ɵfac: i0.ɵɵFactoryDeclaration<PxP, never>;
|
|
6594
6594
|
static ɵdir: i0.ɵɵDirectiveDeclaration<PxP, "px-p", never, { "variant": { "alias": "variant"; "required": false; }; "color": { "alias": "color"; "required": false; }; "fontSize": { "alias": "font-size"; "required": false; }; "fontWeight": { "alias": "font-weight"; "required": false; }; "textAlign": { "alias": "text-align"; "required": false; }; "textAlignMobile": { "alias": "text-align--mobile"; "required": false; }; "textAlignTablet": { "alias": "text-align--tablet"; "required": false; }; "textAlignLaptop": { "alias": "text-align--laptop"; "required": false; }; "inverted": { "alias": "inverted"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "grow": { "alias": "grow"; "required": false; }; "growMobile": { "alias": "grow--mobile"; "required": false; }; "growTablet": { "alias": "grow--tablet"; "required": false; }; "growLaptop": { "alias": "grow--laptop"; "required": false; }; "growDesktop": { "alias": "grow--desktop"; "required": false; }; "shrink": { "alias": "shrink"; "required": false; }; "shrinkMobile": { "alias": "shrink--mobile"; "required": false; }; "shrinkTablet": { "alias": "shrink--tablet"; "required": false; }; "shrinkLaptop": { "alias": "shrink--laptop"; "required": false; }; "shrinkDesktop": { "alias": "shrink--desktop"; "required": false; }; "basis": { "alias": "basis"; "required": false; }; "basisMobile": { "alias": "basis--mobile"; "required": false; }; "basisTablet": { "alias": "basis--tablet"; "required": false; }; "basisLaptop": { "alias": "basis--laptop"; "required": false; }; "basisDesktop": { "alias": "basis--desktop"; "required": false; }; "alignSelf": { "alias": "align-self"; "required": false; }; "alignSelfMobile": { "alias": "align-self--mobile"; "required": false; }; "alignSelfTablet": { "alias": "align-self--tablet"; "required": false; }; "alignSelfLaptop": { "alias": "align-self--laptop"; "required": false; }; "alignSelfDesktop": { "alias": "align-self--desktop"; "required": false; }; "justifySelf": { "alias": "justify-self"; "required": false; }; "justifySelfMobile": { "alias": "justify-self--mobile"; "required": false; }; "justifySelfTablet": { "alias": "justify-self--tablet"; "required": false; }; "justifySelfLaptop": { "alias": "justify-self--laptop"; "required": false; }; "justifySelfDesktop": { "alias": "justify-self--desktop"; "required": false; }; "hidden": { "alias": "hidden"; "required": false; }; "hiddenMobile": { "alias": "hidden--mobile"; "required": false; }; "hiddenTablet": { "alias": "hidden--tablet"; "required": false; }; "hiddenLaptop": { "alias": "hidden--laptop"; "required": false; }; "hiddenDesktop": { "alias": "hidden--desktop"; "required": false; }; "shownSr": { "alias": "shown--sr"; "required": false; }; "shownSrMobile": { "alias": "shown--sr--mobile"; "required": false; }; "shownSrTablet": { "alias": "shown--sr--tablet"; "required": false; }; "shownSrLaptop": { "alias": "shown--sr--laptop"; "required": false; }; "shownSrDesktop": { "alias": "shown--sr--desktop"; "required": false; }; "colSpan": { "alias": "col-span"; "required": false; }; "colSpanMobile": { "alias": "col-span--mobile"; "required": false; }; "colSpanTablet": { "alias": "col-span--tablet"; "required": false; }; "colSpanLaptop": { "alias": "col-span--laptop"; "required": false; }; "colSpanDesktop": { "alias": "col-span--desktop"; "required": false; }; "order": { "alias": "order"; "required": false; }; "orderMobile": { "alias": "order--mobile"; "required": false; }; "orderTablet": { "alias": "order--tablet"; "required": false; }; "orderLaptop": { "alias": "order--laptop"; "required": false; }; "orderDesktop": { "alias": "order--desktop"; "required": false; }; "stickyTop": { "alias": "sticky-top"; "required": false; }; "stickyBottom": { "alias": "sticky-bottom"; "required": false; }; "wordBreakAll": { "alias": "word-break-all"; "required": false; }; "wordBreakAllMobile": { "alias": "word-break-all--mobile"; "required": false; }; "wordBreakAllTablet": { "alias": "word-break-all--tablet"; "required": false; }; "wordBreakAllLaptop": { "alias": "word-break-all--laptop"; "required": false; }; "wordBreakAllDesktop": { "alias": "word-break-all--desktop"; "required": false; }; }, {}, never, never, true, never>;
|
|
6595
6595
|
}
|
|
6596
|
+
/**
|
|
6597
|
+
* @description Type-only wrapper for <px-card-actions>
|
|
6598
|
+
*/
|
|
6599
|
+
export declare class PxCardActions {
|
|
6600
|
+
private elementRef;
|
|
6601
|
+
constructor(elementRef: ElementRef);
|
|
6602
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PxCardActions, never>;
|
|
6603
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PxCardActions, "px-card-actions", never, {}, {}, never, never, true, never>;
|
|
6604
|
+
}
|
|
6605
|
+
/**
|
|
6606
|
+
* @description Type-only wrapper for <px-card-container>
|
|
6607
|
+
*/
|
|
6608
|
+
export declare class PxCardContainer {
|
|
6609
|
+
private elementRef;
|
|
6610
|
+
/** Switches to a dark surface with inverted text colors. */
|
|
6611
|
+
set inverted(value: boolean);
|
|
6612
|
+
get inverted(): boolean;
|
|
6613
|
+
/** URL of the card media image. */
|
|
6614
|
+
set src(value: string);
|
|
6615
|
+
get src(): string;
|
|
6616
|
+
/** Where the media image is rendered. */
|
|
6617
|
+
set mediaPosition(value: 'none' | 'top' | 'left');
|
|
6618
|
+
get mediaPosition(): 'none' | 'top' | 'left';
|
|
6619
|
+
/** How the media image is fitted. */
|
|
6620
|
+
set mediaSize(value: 'cover' | 'contain');
|
|
6621
|
+
get mediaSize(): 'cover' | 'contain';
|
|
6622
|
+
set mediaAltText(value: unknown);
|
|
6623
|
+
get mediaAltText(): unknown;
|
|
6624
|
+
/** Inner content padding size. */
|
|
6625
|
+
set padding(value: 's' | 'm' | 'l');
|
|
6626
|
+
get padding(): 's' | 'm' | 'l';
|
|
6627
|
+
/** Aspect ratio applied to top media (e.g. `'16:9'`, `'1:1'`, `'4:3'`). */
|
|
6628
|
+
set aspectRatio(value: string);
|
|
6629
|
+
get aspectRatio(): string;
|
|
6630
|
+
/** Whether the card has a visible border. */
|
|
6631
|
+
set hasBorder(value: 'true' | 'false');
|
|
6632
|
+
get hasBorder(): 'true' | 'false';
|
|
6633
|
+
/** Surface color preset. */
|
|
6634
|
+
set backgroundColor(value: 'container-primary' | 'container-secondary' | 'container-light' | 'container-default' | 'container-strong');
|
|
6635
|
+
get backgroundColor(): 'container-primary' | 'container-secondary' | 'container-light' | 'container-default' | 'container-strong';
|
|
6636
|
+
/** URL of a full-card background image (delegated to `<px-container>`). */
|
|
6637
|
+
set backgroundImage(value: string);
|
|
6638
|
+
get backgroundImage(): string;
|
|
6639
|
+
set interactiveState(value: unknown);
|
|
6640
|
+
get interactiveState(): unknown;
|
|
6641
|
+
/** Alt text for the media image. */
|
|
6642
|
+
set alternativeText(value: string);
|
|
6643
|
+
get alternativeText(): string;
|
|
6644
|
+
constructor(elementRef: ElementRef);
|
|
6645
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PxCardContainer, never>;
|
|
6646
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PxCardContainer, "px-card-container", never, { "inverted": { "alias": "inverted"; "required": false; }; "src": { "alias": "src"; "required": false; }; "mediaPosition": { "alias": "media-position"; "required": false; }; "mediaSize": { "alias": "media-size"; "required": false; }; "mediaAltText": { "alias": "media-alt-text"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "aspectRatio": { "alias": "aspect-ratio"; "required": false; }; "hasBorder": { "alias": "has-border"; "required": false; }; "backgroundColor": { "alias": "background-color"; "required": false; }; "backgroundImage": { "alias": "background-image"; "required": false; }; "interactiveState": { "alias": "interactive-state"; "required": false; }; "alternativeText": { "alias": "alternative-text"; "required": false; }; }, {}, never, never, true, never>;
|
|
6647
|
+
}
|
|
6648
|
+
/**
|
|
6649
|
+
* @description Type-only wrapper for <px-card-heading>
|
|
6650
|
+
*/
|
|
6651
|
+
export declare class PxCardHeading {
|
|
6652
|
+
private elementRef;
|
|
6653
|
+
constructor(elementRef: ElementRef);
|
|
6654
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PxCardHeading, never>;
|
|
6655
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PxCardHeading, "px-card-heading", never, {}, {}, never, never, true, never>;
|
|
6656
|
+
}
|
|
6596
6657
|
/**
|
|
6597
6658
|
* @description Type-only wrapper for <px-pillar>
|
|
6598
6659
|
*/
|
|
@@ -6716,67 +6777,6 @@ export declare class PxPillar {
|
|
|
6716
6777
|
static ɵfac: i0.ɵɵFactoryDeclaration<PxPillar, never>;
|
|
6717
6778
|
static ɵdir: i0.ɵɵDirectiveDeclaration<PxPillar, "px-pillar", never, { "variant": { "alias": "variant"; "required": false; }; "backgroundColor": { "alias": "background-color"; "required": false; }; "backgroundGradient": { "alias": "background-gradient"; "required": false; }; "alignment": { "alias": "alignment"; "required": false; }; "inverted": { "alias": "inverted"; "required": false; }; "grow": { "alias": "grow"; "required": false; }; "growMobile": { "alias": "grow--mobile"; "required": false; }; "growTablet": { "alias": "grow--tablet"; "required": false; }; "growLaptop": { "alias": "grow--laptop"; "required": false; }; "growDesktop": { "alias": "grow--desktop"; "required": false; }; "shrink": { "alias": "shrink"; "required": false; }; "shrinkMobile": { "alias": "shrink--mobile"; "required": false; }; "shrinkTablet": { "alias": "shrink--tablet"; "required": false; }; "shrinkLaptop": { "alias": "shrink--laptop"; "required": false; }; "shrinkDesktop": { "alias": "shrink--desktop"; "required": false; }; "basis": { "alias": "basis"; "required": false; }; "basisMobile": { "alias": "basis--mobile"; "required": false; }; "basisTablet": { "alias": "basis--tablet"; "required": false; }; "basisLaptop": { "alias": "basis--laptop"; "required": false; }; "basisDesktop": { "alias": "basis--desktop"; "required": false; }; "alignSelf": { "alias": "align-self"; "required": false; }; "alignSelfMobile": { "alias": "align-self--mobile"; "required": false; }; "alignSelfTablet": { "alias": "align-self--tablet"; "required": false; }; "alignSelfLaptop": { "alias": "align-self--laptop"; "required": false; }; "alignSelfDesktop": { "alias": "align-self--desktop"; "required": false; }; "justifySelf": { "alias": "justify-self"; "required": false; }; "justifySelfMobile": { "alias": "justify-self--mobile"; "required": false; }; "justifySelfTablet": { "alias": "justify-self--tablet"; "required": false; }; "justifySelfLaptop": { "alias": "justify-self--laptop"; "required": false; }; "justifySelfDesktop": { "alias": "justify-self--desktop"; "required": false; }; "hidden": { "alias": "hidden"; "required": false; }; "hiddenMobile": { "alias": "hidden--mobile"; "required": false; }; "hiddenTablet": { "alias": "hidden--tablet"; "required": false; }; "hiddenLaptop": { "alias": "hidden--laptop"; "required": false; }; "hiddenDesktop": { "alias": "hidden--desktop"; "required": false; }; "shownSr": { "alias": "shown--sr"; "required": false; }; "shownSrMobile": { "alias": "shown--sr--mobile"; "required": false; }; "shownSrTablet": { "alias": "shown--sr--tablet"; "required": false; }; "shownSrLaptop": { "alias": "shown--sr--laptop"; "required": false; }; "shownSrDesktop": { "alias": "shown--sr--desktop"; "required": false; }; "colSpan": { "alias": "col-span"; "required": false; }; "colSpanMobile": { "alias": "col-span--mobile"; "required": false; }; "colSpanTablet": { "alias": "col-span--tablet"; "required": false; }; "colSpanLaptop": { "alias": "col-span--laptop"; "required": false; }; "colSpanDesktop": { "alias": "col-span--desktop"; "required": false; }; "order": { "alias": "order"; "required": false; }; "orderMobile": { "alias": "order--mobile"; "required": false; }; "orderTablet": { "alias": "order--tablet"; "required": false; }; "orderLaptop": { "alias": "order--laptop"; "required": false; }; "orderDesktop": { "alias": "order--desktop"; "required": false; }; "stickyTop": { "alias": "sticky-top"; "required": false; }; "stickyBottom": { "alias": "sticky-bottom"; "required": false; }; "wordBreakAll": { "alias": "word-break-all"; "required": false; }; "wordBreakAllMobile": { "alias": "word-break-all--mobile"; "required": false; }; "wordBreakAllTablet": { "alias": "word-break-all--tablet"; "required": false; }; "wordBreakAllLaptop": { "alias": "word-break-all--laptop"; "required": false; }; "wordBreakAllDesktop": { "alias": "word-break-all--desktop"; "required": false; }; }, {}, never, never, true, never>;
|
|
6718
6779
|
}
|
|
6719
|
-
/**
|
|
6720
|
-
* @description Type-only wrapper for <px-card-actions>
|
|
6721
|
-
*/
|
|
6722
|
-
export declare class PxCardActions {
|
|
6723
|
-
private elementRef;
|
|
6724
|
-
constructor(elementRef: ElementRef);
|
|
6725
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PxCardActions, never>;
|
|
6726
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PxCardActions, "px-card-actions", never, {}, {}, never, never, true, never>;
|
|
6727
|
-
}
|
|
6728
|
-
/**
|
|
6729
|
-
* @description Type-only wrapper for <px-card-container>
|
|
6730
|
-
*/
|
|
6731
|
-
export declare class PxCardContainer {
|
|
6732
|
-
private elementRef;
|
|
6733
|
-
/** Switches to a dark surface with inverted text colors. */
|
|
6734
|
-
set inverted(value: boolean);
|
|
6735
|
-
get inverted(): boolean;
|
|
6736
|
-
/** URL of the card media image. */
|
|
6737
|
-
set src(value: string);
|
|
6738
|
-
get src(): string;
|
|
6739
|
-
/** Where the media image is rendered. */
|
|
6740
|
-
set mediaPosition(value: 'none' | 'top' | 'left');
|
|
6741
|
-
get mediaPosition(): 'none' | 'top' | 'left';
|
|
6742
|
-
/** How the media image is fitted. */
|
|
6743
|
-
set mediaSize(value: 'cover' | 'contain');
|
|
6744
|
-
get mediaSize(): 'cover' | 'contain';
|
|
6745
|
-
set mediaAltText(value: unknown);
|
|
6746
|
-
get mediaAltText(): unknown;
|
|
6747
|
-
/** Inner content padding size. */
|
|
6748
|
-
set padding(value: 's' | 'm' | 'l');
|
|
6749
|
-
get padding(): 's' | 'm' | 'l';
|
|
6750
|
-
/** Aspect ratio applied to top media (e.g. `'16:9'`, `'1:1'`, `'4:3'`). */
|
|
6751
|
-
set aspectRatio(value: string);
|
|
6752
|
-
get aspectRatio(): string;
|
|
6753
|
-
/** Whether the card has a visible border. */
|
|
6754
|
-
set hasBorder(value: 'true' | 'false');
|
|
6755
|
-
get hasBorder(): 'true' | 'false';
|
|
6756
|
-
/** Surface color preset. */
|
|
6757
|
-
set backgroundColor(value: 'container-primary' | 'container-secondary' | 'container-light' | 'container-default' | 'container-strong');
|
|
6758
|
-
get backgroundColor(): 'container-primary' | 'container-secondary' | 'container-light' | 'container-default' | 'container-strong';
|
|
6759
|
-
/** URL of a full-card background image (delegated to `<px-container>`). */
|
|
6760
|
-
set backgroundImage(value: string);
|
|
6761
|
-
get backgroundImage(): string;
|
|
6762
|
-
set interactiveState(value: unknown);
|
|
6763
|
-
get interactiveState(): unknown;
|
|
6764
|
-
/** Alt text for the media image. */
|
|
6765
|
-
set alternativeText(value: string);
|
|
6766
|
-
get alternativeText(): string;
|
|
6767
|
-
constructor(elementRef: ElementRef);
|
|
6768
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PxCardContainer, never>;
|
|
6769
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PxCardContainer, "px-card-container", never, { "inverted": { "alias": "inverted"; "required": false; }; "src": { "alias": "src"; "required": false; }; "mediaPosition": { "alias": "media-position"; "required": false; }; "mediaSize": { "alias": "media-size"; "required": false; }; "mediaAltText": { "alias": "media-alt-text"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "aspectRatio": { "alias": "aspect-ratio"; "required": false; }; "hasBorder": { "alias": "has-border"; "required": false; }; "backgroundColor": { "alias": "background-color"; "required": false; }; "backgroundImage": { "alias": "background-image"; "required": false; }; "interactiveState": { "alias": "interactive-state"; "required": false; }; "alternativeText": { "alias": "alternative-text"; "required": false; }; }, {}, never, never, true, never>;
|
|
6770
|
-
}
|
|
6771
|
-
/**
|
|
6772
|
-
* @description Type-only wrapper for <px-card-heading>
|
|
6773
|
-
*/
|
|
6774
|
-
export declare class PxCardHeading {
|
|
6775
|
-
private elementRef;
|
|
6776
|
-
constructor(elementRef: ElementRef);
|
|
6777
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PxCardHeading, never>;
|
|
6778
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PxCardHeading, "px-card-heading", never, {}, {}, never, never, true, never>;
|
|
6779
|
-
}
|
|
6780
6780
|
/**
|
|
6781
6781
|
* @description Type-only wrapper for <px-price>
|
|
6782
6782
|
*/
|
|
@@ -8328,26 +8328,18 @@ export declare class PxSpinner {
|
|
|
8328
8328
|
static ɵdir: i0.ɵɵDirectiveDeclaration<PxSpinner, "px-spinner", never, { "size": { "alias": "size"; "required": false; }; "inverted": { "alias": "inverted"; "required": false; }; "timeout": { "alias": "timeout"; "required": false; }; "ariaLabel": { "alias": "aria-label"; "required": false; }; }, {}, never, never, true, never>;
|
|
8329
8329
|
}
|
|
8330
8330
|
/**
|
|
8331
|
-
* @description Type-only wrapper for <px-status>
|
|
8331
|
+
* @description Type-only wrapper for <px-status-card>
|
|
8332
8332
|
*/
|
|
8333
|
-
export declare class
|
|
8333
|
+
export declare class PxStatusCard {
|
|
8334
8334
|
private elementRef;
|
|
8335
8335
|
set state(value: unknown);
|
|
8336
8336
|
get state(): unknown;
|
|
8337
|
-
set iconOnly(value: unknown);
|
|
8338
|
-
get iconOnly(): unknown;
|
|
8339
|
-
set iconOnlyMobile(value: unknown);
|
|
8340
|
-
get iconOnlyMobile(): unknown;
|
|
8341
|
-
set iconOnlyTablet(value: unknown);
|
|
8342
|
-
get iconOnlyTablet(): unknown;
|
|
8343
|
-
set iconOnlyLaptop(value: unknown);
|
|
8344
|
-
get iconOnlyLaptop(): unknown;
|
|
8345
|
-
set disabled(value: unknown);
|
|
8346
|
-
get disabled(): unknown;
|
|
8347
8337
|
set inverted(value: unknown);
|
|
8348
8338
|
get inverted(): unknown;
|
|
8349
|
-
set
|
|
8350
|
-
get
|
|
8339
|
+
set statusIconAriaLabel(value: unknown);
|
|
8340
|
+
get statusIconAriaLabel(): unknown;
|
|
8341
|
+
set backgroundColor(value: unknown);
|
|
8342
|
+
get backgroundColor(): unknown;
|
|
8351
8343
|
set grow(value: unknown);
|
|
8352
8344
|
get grow(): unknown;
|
|
8353
8345
|
set growMobile(value: unknown);
|
|
@@ -8452,23 +8444,32 @@ export declare class PxStatus {
|
|
|
8452
8444
|
get wordBreakAllLaptop(): unknown;
|
|
8453
8445
|
set wordBreakAllDesktop(value: unknown);
|
|
8454
8446
|
get wordBreakAllDesktop(): unknown;
|
|
8447
|
+
CLOSE_EVENT: EventEmitter<CustomEvent<any>>;
|
|
8455
8448
|
constructor(elementRef: ElementRef);
|
|
8456
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
8457
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<
|
|
8449
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PxStatusCard, never>;
|
|
8450
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PxStatusCard, "px-status-card", never, { "state": { "alias": "state"; "required": false; }; "inverted": { "alias": "inverted"; "required": false; }; "statusIconAriaLabel": { "alias": "status-icon-aria-label"; "required": false; }; "backgroundColor": { "alias": "background-color"; "required": false; }; "grow": { "alias": "grow"; "required": false; }; "growMobile": { "alias": "grow--mobile"; "required": false; }; "growTablet": { "alias": "grow--tablet"; "required": false; }; "growLaptop": { "alias": "grow--laptop"; "required": false; }; "growDesktop": { "alias": "grow--desktop"; "required": false; }; "shrink": { "alias": "shrink"; "required": false; }; "shrinkMobile": { "alias": "shrink--mobile"; "required": false; }; "shrinkTablet": { "alias": "shrink--tablet"; "required": false; }; "shrinkLaptop": { "alias": "shrink--laptop"; "required": false; }; "shrinkDesktop": { "alias": "shrink--desktop"; "required": false; }; "basis": { "alias": "basis"; "required": false; }; "basisMobile": { "alias": "basis--mobile"; "required": false; }; "basisTablet": { "alias": "basis--tablet"; "required": false; }; "basisLaptop": { "alias": "basis--laptop"; "required": false; }; "basisDesktop": { "alias": "basis--desktop"; "required": false; }; "alignSelf": { "alias": "align-self"; "required": false; }; "alignSelfMobile": { "alias": "align-self--mobile"; "required": false; }; "alignSelfTablet": { "alias": "align-self--tablet"; "required": false; }; "alignSelfLaptop": { "alias": "align-self--laptop"; "required": false; }; "alignSelfDesktop": { "alias": "align-self--desktop"; "required": false; }; "justifySelf": { "alias": "justify-self"; "required": false; }; "justifySelfMobile": { "alias": "justify-self--mobile"; "required": false; }; "justifySelfTablet": { "alias": "justify-self--tablet"; "required": false; }; "justifySelfLaptop": { "alias": "justify-self--laptop"; "required": false; }; "justifySelfDesktop": { "alias": "justify-self--desktop"; "required": false; }; "hidden": { "alias": "hidden"; "required": false; }; "hiddenMobile": { "alias": "hidden--mobile"; "required": false; }; "hiddenTablet": { "alias": "hidden--tablet"; "required": false; }; "hiddenLaptop": { "alias": "hidden--laptop"; "required": false; }; "hiddenDesktop": { "alias": "hidden--desktop"; "required": false; }; "shownSr": { "alias": "shown--sr"; "required": false; }; "shownSrMobile": { "alias": "shown--sr--mobile"; "required": false; }; "shownSrTablet": { "alias": "shown--sr--tablet"; "required": false; }; "shownSrLaptop": { "alias": "shown--sr--laptop"; "required": false; }; "shownSrDesktop": { "alias": "shown--sr--desktop"; "required": false; }; "colSpan": { "alias": "col-span"; "required": false; }; "colSpanMobile": { "alias": "col-span--mobile"; "required": false; }; "colSpanTablet": { "alias": "col-span--tablet"; "required": false; }; "colSpanLaptop": { "alias": "col-span--laptop"; "required": false; }; "colSpanDesktop": { "alias": "col-span--desktop"; "required": false; }; "order": { "alias": "order"; "required": false; }; "orderMobile": { "alias": "order--mobile"; "required": false; }; "orderTablet": { "alias": "order--tablet"; "required": false; }; "orderLaptop": { "alias": "order--laptop"; "required": false; }; "orderDesktop": { "alias": "order--desktop"; "required": false; }; "stickyTop": { "alias": "sticky-top"; "required": false; }; "stickyBottom": { "alias": "sticky-bottom"; "required": false; }; "wordBreakAll": { "alias": "word-break-all"; "required": false; }; "wordBreakAllMobile": { "alias": "word-break-all--mobile"; "required": false; }; "wordBreakAllTablet": { "alias": "word-break-all--tablet"; "required": false; }; "wordBreakAllLaptop": { "alias": "word-break-all--laptop"; "required": false; }; "wordBreakAllDesktop": { "alias": "word-break-all--desktop"; "required": false; }; }, { "CLOSE_EVENT": "CLOSE_EVENT"; }, never, never, true, never>;
|
|
8458
8451
|
}
|
|
8459
8452
|
/**
|
|
8460
|
-
* @description Type-only wrapper for <px-status
|
|
8453
|
+
* @description Type-only wrapper for <px-status>
|
|
8461
8454
|
*/
|
|
8462
|
-
export declare class
|
|
8455
|
+
export declare class PxStatus {
|
|
8463
8456
|
private elementRef;
|
|
8464
8457
|
set state(value: unknown);
|
|
8465
8458
|
get state(): unknown;
|
|
8459
|
+
set iconOnly(value: unknown);
|
|
8460
|
+
get iconOnly(): unknown;
|
|
8461
|
+
set iconOnlyMobile(value: unknown);
|
|
8462
|
+
get iconOnlyMobile(): unknown;
|
|
8463
|
+
set iconOnlyTablet(value: unknown);
|
|
8464
|
+
get iconOnlyTablet(): unknown;
|
|
8465
|
+
set iconOnlyLaptop(value: unknown);
|
|
8466
|
+
get iconOnlyLaptop(): unknown;
|
|
8467
|
+
set disabled(value: unknown);
|
|
8468
|
+
get disabled(): unknown;
|
|
8466
8469
|
set inverted(value: unknown);
|
|
8467
8470
|
get inverted(): unknown;
|
|
8468
|
-
set
|
|
8469
|
-
get
|
|
8470
|
-
set backgroundColor(value: unknown);
|
|
8471
|
-
get backgroundColor(): unknown;
|
|
8471
|
+
set iconAriaLabel(value: unknown);
|
|
8472
|
+
get iconAriaLabel(): unknown;
|
|
8472
8473
|
set grow(value: unknown);
|
|
8473
8474
|
get grow(): unknown;
|
|
8474
8475
|
set growMobile(value: unknown);
|
|
@@ -8573,10 +8574,9 @@ export declare class PxStatusCard {
|
|
|
8573
8574
|
get wordBreakAllLaptop(): unknown;
|
|
8574
8575
|
set wordBreakAllDesktop(value: unknown);
|
|
8575
8576
|
get wordBreakAllDesktop(): unknown;
|
|
8576
|
-
CLOSE_EVENT: EventEmitter<CustomEvent<any>>;
|
|
8577
8577
|
constructor(elementRef: ElementRef);
|
|
8578
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
8579
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<
|
|
8578
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PxStatus, never>;
|
|
8579
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PxStatus, "px-status", never, { "state": { "alias": "state"; "required": false; }; "iconOnly": { "alias": "icon-only"; "required": false; }; "iconOnlyMobile": { "alias": "icon-only--mobile"; "required": false; }; "iconOnlyTablet": { "alias": "icon-only--tablet"; "required": false; }; "iconOnlyLaptop": { "alias": "icon-only--laptop"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "inverted": { "alias": "inverted"; "required": false; }; "iconAriaLabel": { "alias": "icon-aria-label"; "required": false; }; "grow": { "alias": "grow"; "required": false; }; "growMobile": { "alias": "grow--mobile"; "required": false; }; "growTablet": { "alias": "grow--tablet"; "required": false; }; "growLaptop": { "alias": "grow--laptop"; "required": false; }; "growDesktop": { "alias": "grow--desktop"; "required": false; }; "shrink": { "alias": "shrink"; "required": false; }; "shrinkMobile": { "alias": "shrink--mobile"; "required": false; }; "shrinkTablet": { "alias": "shrink--tablet"; "required": false; }; "shrinkLaptop": { "alias": "shrink--laptop"; "required": false; }; "shrinkDesktop": { "alias": "shrink--desktop"; "required": false; }; "basis": { "alias": "basis"; "required": false; }; "basisMobile": { "alias": "basis--mobile"; "required": false; }; "basisTablet": { "alias": "basis--tablet"; "required": false; }; "basisLaptop": { "alias": "basis--laptop"; "required": false; }; "basisDesktop": { "alias": "basis--desktop"; "required": false; }; "alignSelf": { "alias": "align-self"; "required": false; }; "alignSelfMobile": { "alias": "align-self--mobile"; "required": false; }; "alignSelfTablet": { "alias": "align-self--tablet"; "required": false; }; "alignSelfLaptop": { "alias": "align-self--laptop"; "required": false; }; "alignSelfDesktop": { "alias": "align-self--desktop"; "required": false; }; "justifySelf": { "alias": "justify-self"; "required": false; }; "justifySelfMobile": { "alias": "justify-self--mobile"; "required": false; }; "justifySelfTablet": { "alias": "justify-self--tablet"; "required": false; }; "justifySelfLaptop": { "alias": "justify-self--laptop"; "required": false; }; "justifySelfDesktop": { "alias": "justify-self--desktop"; "required": false; }; "hidden": { "alias": "hidden"; "required": false; }; "hiddenMobile": { "alias": "hidden--mobile"; "required": false; }; "hiddenTablet": { "alias": "hidden--tablet"; "required": false; }; "hiddenLaptop": { "alias": "hidden--laptop"; "required": false; }; "hiddenDesktop": { "alias": "hidden--desktop"; "required": false; }; "shownSr": { "alias": "shown--sr"; "required": false; }; "shownSrMobile": { "alias": "shown--sr--mobile"; "required": false; }; "shownSrTablet": { "alias": "shown--sr--tablet"; "required": false; }; "shownSrLaptop": { "alias": "shown--sr--laptop"; "required": false; }; "shownSrDesktop": { "alias": "shown--sr--desktop"; "required": false; }; "colSpan": { "alias": "col-span"; "required": false; }; "colSpanMobile": { "alias": "col-span--mobile"; "required": false; }; "colSpanTablet": { "alias": "col-span--tablet"; "required": false; }; "colSpanLaptop": { "alias": "col-span--laptop"; "required": false; }; "colSpanDesktop": { "alias": "col-span--desktop"; "required": false; }; "order": { "alias": "order"; "required": false; }; "orderMobile": { "alias": "order--mobile"; "required": false; }; "orderTablet": { "alias": "order--tablet"; "required": false; }; "orderLaptop": { "alias": "order--laptop"; "required": false; }; "orderDesktop": { "alias": "order--desktop"; "required": false; }; "stickyTop": { "alias": "sticky-top"; "required": false; }; "stickyBottom": { "alias": "sticky-bottom"; "required": false; }; "wordBreakAll": { "alias": "word-break-all"; "required": false; }; "wordBreakAllMobile": { "alias": "word-break-all--mobile"; "required": false; }; "wordBreakAllTablet": { "alias": "word-break-all--tablet"; "required": false; }; "wordBreakAllLaptop": { "alias": "word-break-all--laptop"; "required": false; }; "wordBreakAllDesktop": { "alias": "word-break-all--desktop"; "required": false; }; }, {}, never, never, true, never>;
|
|
8580
8580
|
}
|
|
8581
8581
|
/**
|
|
8582
8582
|
* @description Type-only wrapper for <px-theme-switcher>
|
|
@@ -9946,6 +9946,6 @@ export declare class PxScarletThemeProvider {
|
|
|
9946
9946
|
}
|
|
9947
9947
|
export declare class Lavender {
|
|
9948
9948
|
static ɵfac: i0.ɵɵFactoryDeclaration<Lavender, never>;
|
|
9949
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<Lavender, never, [typeof PxAccordion, typeof PxAgGridTable, typeof PxAgGridTableThButton, typeof PxAgGridTableThContent, typeof PxBanner, typeof PxBreadcrumbItem, typeof PxBreadcrumb, typeof PxButton, typeof PxButtonWrapper, typeof PxButtonIcon, typeof PxCard, typeof PxAppleseed, typeof PxCarousel, typeof PxCarouselItem, typeof PxCell, typeof PxCellButton, typeof PxCellCheckbox, typeof PxCellLink, typeof PxCellRadio, typeof PxCellSwitch, typeof PxCheckbox, typeof PxColorOption, typeof PxColorOptionLink, typeof PxContainer, typeof PxContentHeader, typeof PxDrawer, typeof PxDropdown, typeof PxFieldset, typeof PxGrid, typeof PxH1, typeof PxH2, typeof PxH3, typeof PxH4, typeof PxH5, typeof PxH6, typeof PxHeadingGroup, typeof PxImg, typeof PxPicture, typeof PxInput, typeof PxSelect, typeof PxTextarea, typeof PxFileupload, typeof PxCodeInput, typeof PxPage, typeof PxSpacer, typeof PxStack, typeof PxVstack, typeof PxHstack, typeof PxA, typeof PxAWrapper, typeof PxList, typeof PxListItem, typeof PxModal, typeof PxP, typeof
|
|
9949
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<Lavender, never, [typeof PxAccordion, typeof PxAgGridTable, typeof PxAgGridTableThButton, typeof PxAgGridTableThContent, typeof PxBanner, typeof PxBreadcrumbItem, typeof PxBreadcrumb, typeof PxButton, typeof PxButtonWrapper, typeof PxButtonIcon, typeof PxCard, typeof PxAppleseed, typeof PxCarousel, typeof PxCarouselItem, typeof PxCell, typeof PxCellButton, typeof PxCellCheckbox, typeof PxCellLink, typeof PxCellRadio, typeof PxCellSwitch, typeof PxCheckbox, typeof PxColorOption, typeof PxColorOptionLink, typeof PxContainer, typeof PxContentHeader, typeof PxDrawer, typeof PxDropdown, typeof PxFieldset, typeof PxGrid, typeof PxH1, typeof PxH2, typeof PxH3, typeof PxH4, typeof PxH5, typeof PxH6, typeof PxHeadingGroup, typeof PxImg, typeof PxPicture, typeof PxInput, typeof PxSelect, typeof PxTextarea, typeof PxFileupload, typeof PxCodeInput, typeof PxPage, typeof PxSpacer, typeof PxStack, typeof PxVstack, typeof PxHstack, typeof PxA, typeof PxAWrapper, typeof PxList, typeof PxListItem, typeof PxModal, typeof PxP, typeof PxCardActions, typeof PxCardContainer, typeof PxCardHeading, typeof PxPillar, typeof PxPrice, typeof PxRadio, typeof PxRadioBase, typeof PxRadioGroup, typeof PxRibbon, typeof PxSection, typeof PxSelectableBox, typeof PxSelectableBoxCheckbox, typeof PxSelectableBoxRadio, typeof PxSeparator, typeof PxSkeleton, typeof PxSpan, typeof PxSpinner, typeof PxStatusCard, typeof PxStatus, typeof PxThemeSwitcher, typeof PxSwitch, typeof PxTable, typeof PxTbody, typeof PxTd, typeof PxTh, typeof PxThead, typeof PxTr, typeof PxTabs, typeof PxTab, typeof PxTabPanel, typeof PxTag, typeof PxTile, typeof PxTileButton, typeof PxTileCheckbox, typeof PxTileLink, typeof PxTileRadio, typeof PxTileSwitch, typeof PxTimeline, typeof PxTimelineItem, typeof PxToaster, typeof PxTypography, typeof PxPatch, typeof PxIcon, typeof PxIconSet, typeof PxThemeProvider, typeof PxProximusThemeProvider, typeof PxScarletThemeProvider], [typeof PxAccordion, typeof PxAgGridTable, typeof PxAgGridTableThButton, typeof PxAgGridTableThContent, typeof PxBanner, typeof PxBreadcrumbItem, typeof PxBreadcrumb, typeof PxButton, typeof PxButtonWrapper, typeof PxButtonIcon, typeof PxCard, typeof PxAppleseed, typeof PxCarousel, typeof PxCarouselItem, typeof PxCell, typeof PxCellButton, typeof PxCellCheckbox, typeof PxCellLink, typeof PxCellRadio, typeof PxCellSwitch, typeof PxCheckbox, typeof PxColorOption, typeof PxColorOptionLink, typeof PxContainer, typeof PxContentHeader, typeof PxDrawer, typeof PxDropdown, typeof PxFieldset, typeof PxGrid, typeof PxH1, typeof PxH2, typeof PxH3, typeof PxH4, typeof PxH5, typeof PxH6, typeof PxHeadingGroup, typeof PxImg, typeof PxPicture, typeof PxInput, typeof PxSelect, typeof PxTextarea, typeof PxFileupload, typeof PxCodeInput, typeof PxPage, typeof PxSpacer, typeof PxStack, typeof PxVstack, typeof PxHstack, typeof PxA, typeof PxAWrapper, typeof PxList, typeof PxListItem, typeof PxModal, typeof PxP, typeof PxCardActions, typeof PxCardContainer, typeof PxCardHeading, typeof PxPillar, typeof PxPrice, typeof PxRadio, typeof PxRadioBase, typeof PxRadioGroup, typeof PxRibbon, typeof PxSection, typeof PxSelectableBox, typeof PxSelectableBoxCheckbox, typeof PxSelectableBoxRadio, typeof PxSeparator, typeof PxSkeleton, typeof PxSpan, typeof PxSpinner, typeof PxStatusCard, typeof PxStatus, typeof PxThemeSwitcher, typeof PxSwitch, typeof PxTable, typeof PxTbody, typeof PxTd, typeof PxTh, typeof PxThead, typeof PxTr, typeof PxTabs, typeof PxTab, typeof PxTabPanel, typeof PxTag, typeof PxTile, typeof PxTileButton, typeof PxTileCheckbox, typeof PxTileLink, typeof PxTileRadio, typeof PxTileSwitch, typeof PxTimeline, typeof PxTimelineItem, typeof PxToaster, typeof PxTypography, typeof PxPatch, typeof PxIcon, typeof PxIconSet, typeof PxThemeProvider, typeof PxProximusThemeProvider, typeof PxScarletThemeProvider]>;
|
|
9950
9950
|
static ɵinj: i0.ɵɵInjectorDeclaration<Lavender>;
|
|
9951
9951
|
}
|