@proximus/lavender-angular 2.0.0-alpha.174 → 2.0.0-alpha.176
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/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [2.0.0-alpha.176](https://github.com/Pxs-Corporate/design-system/compare/v2.0.0-alpha.175...v2.0.0-alpha.176) (2026-09-03)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @proximus/lavender-angular
|
|
9
|
+
|
|
10
|
+
# [2.0.0-alpha.175](https://github.com/Pxs-Corporate/design-system/compare/v2.0.0-alpha.174...v2.0.0-alpha.175) (2026-09-02)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @proximus/lavender-angular
|
|
13
|
+
|
|
6
14
|
# [2.0.0-alpha.174](https://github.com/Pxs-Corporate/design-system/compare/v2.0.0-alpha.173...v2.0.0-alpha.174) (2026-09-02)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @proximus/lavender-angular
|
|
@@ -25992,79 +25992,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
25992
25992
|
type: Input,
|
|
25993
25993
|
args: ['word-break-all--desktop']
|
|
25994
25994
|
}] } });
|
|
25995
|
-
/**
|
|
25996
|
-
* @description Type-only wrapper for <px-modal>
|
|
25997
|
-
*/
|
|
25998
|
-
class PxModal {
|
|
25999
|
-
elementRef;
|
|
26000
|
-
set open(value) {
|
|
26001
|
-
this.elementRef.nativeElement['open'] = value;
|
|
26002
|
-
}
|
|
26003
|
-
get open() {
|
|
26004
|
-
return this.elementRef.nativeElement['open'];
|
|
26005
|
-
}
|
|
26006
|
-
set status(value) {
|
|
26007
|
-
this.elementRef.nativeElement['status'] = value;
|
|
26008
|
-
}
|
|
26009
|
-
get status() {
|
|
26010
|
-
return this.elementRef.nativeElement['status'];
|
|
26011
|
-
}
|
|
26012
|
-
set mediaSrc(value) {
|
|
26013
|
-
this.elementRef.nativeElement['mediaSrc'] = value;
|
|
26014
|
-
}
|
|
26015
|
-
get mediaSrc() {
|
|
26016
|
-
return this.elementRef.nativeElement['mediaSrc'];
|
|
26017
|
-
}
|
|
26018
|
-
set openedby(value) {
|
|
26019
|
-
this.elementRef.nativeElement['openedby'] = value;
|
|
26020
|
-
}
|
|
26021
|
-
get openedby() {
|
|
26022
|
-
return this.elementRef.nativeElement['openedby'];
|
|
26023
|
-
}
|
|
26024
|
-
set closedby(value) {
|
|
26025
|
-
this.elementRef.nativeElement['closedby'] = value;
|
|
26026
|
-
}
|
|
26027
|
-
get closedby() {
|
|
26028
|
-
return this.elementRef.nativeElement['closedby'];
|
|
26029
|
-
}
|
|
26030
|
-
set id(value) {
|
|
26031
|
-
this.elementRef.nativeElement['id'] = value;
|
|
26032
|
-
}
|
|
26033
|
-
get id() {
|
|
26034
|
-
return this.elementRef.nativeElement['id'];
|
|
26035
|
-
}
|
|
26036
|
-
CLOSE_EVENT = new EventEmitter();
|
|
26037
|
-
constructor(elementRef) {
|
|
26038
|
-
this.elementRef = elementRef;
|
|
26039
|
-
this.elementRef.nativeElement.addEventListener('CLOSE_EVENT', (e) => {
|
|
26040
|
-
this.CLOSE_EVENT.emit(e.detail);
|
|
26041
|
-
});
|
|
26042
|
-
}
|
|
26043
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxModal, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
26044
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxModal, isStandalone: true, selector: "px-modal", inputs: { open: "open", status: "status", mediaSrc: ["media-src", "mediaSrc"], openedby: "openedby", closedby: "closedby", id: "id" }, outputs: { CLOSE_EVENT: "CLOSE_EVENT" }, ngImport: i0 });
|
|
26045
|
-
}
|
|
26046
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxModal, decorators: [{
|
|
26047
|
-
type: Directive,
|
|
26048
|
-
args: [{
|
|
26049
|
-
selector: 'px-modal',
|
|
26050
|
-
standalone: true,
|
|
26051
|
-
}]
|
|
26052
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { open: [{
|
|
26053
|
-
type: Input
|
|
26054
|
-
}], status: [{
|
|
26055
|
-
type: Input
|
|
26056
|
-
}], mediaSrc: [{
|
|
26057
|
-
type: Input,
|
|
26058
|
-
args: ['media-src']
|
|
26059
|
-
}], openedby: [{
|
|
26060
|
-
type: Input
|
|
26061
|
-
}], closedby: [{
|
|
26062
|
-
type: Input
|
|
26063
|
-
}], id: [{
|
|
26064
|
-
type: Input
|
|
26065
|
-
}], CLOSE_EVENT: [{
|
|
26066
|
-
type: Output
|
|
26067
|
-
}] } });
|
|
26068
25995
|
/**
|
|
26069
25996
|
* @description Type-only wrapper for <px-list>
|
|
26070
25997
|
*/
|
|
@@ -27057,6 +26984,79 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
27057
26984
|
}], LIST_ITEM_CONNECTED_EVENT: [{
|
|
27058
26985
|
type: Output
|
|
27059
26986
|
}] } });
|
|
26987
|
+
/**
|
|
26988
|
+
* @description Type-only wrapper for <px-modal>
|
|
26989
|
+
*/
|
|
26990
|
+
class PxModal {
|
|
26991
|
+
elementRef;
|
|
26992
|
+
set open(value) {
|
|
26993
|
+
this.elementRef.nativeElement['open'] = value;
|
|
26994
|
+
}
|
|
26995
|
+
get open() {
|
|
26996
|
+
return this.elementRef.nativeElement['open'];
|
|
26997
|
+
}
|
|
26998
|
+
set status(value) {
|
|
26999
|
+
this.elementRef.nativeElement['status'] = value;
|
|
27000
|
+
}
|
|
27001
|
+
get status() {
|
|
27002
|
+
return this.elementRef.nativeElement['status'];
|
|
27003
|
+
}
|
|
27004
|
+
set mediaSrc(value) {
|
|
27005
|
+
this.elementRef.nativeElement['mediaSrc'] = value;
|
|
27006
|
+
}
|
|
27007
|
+
get mediaSrc() {
|
|
27008
|
+
return this.elementRef.nativeElement['mediaSrc'];
|
|
27009
|
+
}
|
|
27010
|
+
set openedby(value) {
|
|
27011
|
+
this.elementRef.nativeElement['openedby'] = value;
|
|
27012
|
+
}
|
|
27013
|
+
get openedby() {
|
|
27014
|
+
return this.elementRef.nativeElement['openedby'];
|
|
27015
|
+
}
|
|
27016
|
+
set closedby(value) {
|
|
27017
|
+
this.elementRef.nativeElement['closedby'] = value;
|
|
27018
|
+
}
|
|
27019
|
+
get closedby() {
|
|
27020
|
+
return this.elementRef.nativeElement['closedby'];
|
|
27021
|
+
}
|
|
27022
|
+
set id(value) {
|
|
27023
|
+
this.elementRef.nativeElement['id'] = value;
|
|
27024
|
+
}
|
|
27025
|
+
get id() {
|
|
27026
|
+
return this.elementRef.nativeElement['id'];
|
|
27027
|
+
}
|
|
27028
|
+
CLOSE_EVENT = new EventEmitter();
|
|
27029
|
+
constructor(elementRef) {
|
|
27030
|
+
this.elementRef = elementRef;
|
|
27031
|
+
this.elementRef.nativeElement.addEventListener('CLOSE_EVENT', (e) => {
|
|
27032
|
+
this.CLOSE_EVENT.emit(e.detail);
|
|
27033
|
+
});
|
|
27034
|
+
}
|
|
27035
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxModal, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
27036
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxModal, isStandalone: true, selector: "px-modal", inputs: { open: "open", status: "status", mediaSrc: ["media-src", "mediaSrc"], openedby: "openedby", closedby: "closedby", id: "id" }, outputs: { CLOSE_EVENT: "CLOSE_EVENT" }, ngImport: i0 });
|
|
27037
|
+
}
|
|
27038
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxModal, decorators: [{
|
|
27039
|
+
type: Directive,
|
|
27040
|
+
args: [{
|
|
27041
|
+
selector: 'px-modal',
|
|
27042
|
+
standalone: true,
|
|
27043
|
+
}]
|
|
27044
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { open: [{
|
|
27045
|
+
type: Input
|
|
27046
|
+
}], status: [{
|
|
27047
|
+
type: Input
|
|
27048
|
+
}], mediaSrc: [{
|
|
27049
|
+
type: Input,
|
|
27050
|
+
args: ['media-src']
|
|
27051
|
+
}], openedby: [{
|
|
27052
|
+
type: Input
|
|
27053
|
+
}], closedby: [{
|
|
27054
|
+
type: Input
|
|
27055
|
+
}], id: [{
|
|
27056
|
+
type: Input
|
|
27057
|
+
}], CLOSE_EVENT: [{
|
|
27058
|
+
type: Output
|
|
27059
|
+
}] } });
|
|
27060
27060
|
/**
|
|
27061
27061
|
* @description Type-only wrapper for <px-p>
|
|
27062
27062
|
*/
|
|
@@ -28147,6 +28147,175 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
28147
28147
|
type: Input,
|
|
28148
28148
|
args: ['word-break-all--desktop']
|
|
28149
28149
|
}] } });
|
|
28150
|
+
/**
|
|
28151
|
+
* @description Type-only wrapper for <px-card-actions>
|
|
28152
|
+
*/
|
|
28153
|
+
class PxCardActions {
|
|
28154
|
+
elementRef;
|
|
28155
|
+
constructor(elementRef) {
|
|
28156
|
+
this.elementRef = elementRef;
|
|
28157
|
+
}
|
|
28158
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCardActions, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
28159
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxCardActions, isStandalone: true, selector: "px-card-actions", ngImport: i0 });
|
|
28160
|
+
}
|
|
28161
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCardActions, decorators: [{
|
|
28162
|
+
type: Directive,
|
|
28163
|
+
args: [{
|
|
28164
|
+
selector: 'px-card-actions',
|
|
28165
|
+
standalone: true,
|
|
28166
|
+
}]
|
|
28167
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
28168
|
+
/**
|
|
28169
|
+
* @description Type-only wrapper for <px-card-container>
|
|
28170
|
+
*/
|
|
28171
|
+
class PxCardContainer {
|
|
28172
|
+
elementRef;
|
|
28173
|
+
/** Switches to a dark surface with inverted text colors. */
|
|
28174
|
+
set inverted(value) {
|
|
28175
|
+
this.elementRef.nativeElement['inverted'] = value;
|
|
28176
|
+
}
|
|
28177
|
+
get inverted() {
|
|
28178
|
+
return this.elementRef.nativeElement['inverted'];
|
|
28179
|
+
}
|
|
28180
|
+
/** URL of the card media image. */
|
|
28181
|
+
set src(value) {
|
|
28182
|
+
this.elementRef.nativeElement['src'] = value;
|
|
28183
|
+
}
|
|
28184
|
+
get src() {
|
|
28185
|
+
return this.elementRef.nativeElement['src'];
|
|
28186
|
+
}
|
|
28187
|
+
/** Where the media image is rendered. */
|
|
28188
|
+
set mediaPosition(value) {
|
|
28189
|
+
this.elementRef.nativeElement['mediaPosition'] = value;
|
|
28190
|
+
}
|
|
28191
|
+
get mediaPosition() {
|
|
28192
|
+
return this.elementRef.nativeElement['mediaPosition'];
|
|
28193
|
+
}
|
|
28194
|
+
/** How the media image is fitted. */
|
|
28195
|
+
set mediaSize(value) {
|
|
28196
|
+
this.elementRef.nativeElement['mediaSize'] = value;
|
|
28197
|
+
}
|
|
28198
|
+
get mediaSize() {
|
|
28199
|
+
return this.elementRef.nativeElement['mediaSize'];
|
|
28200
|
+
}
|
|
28201
|
+
set mediaAltText(value) {
|
|
28202
|
+
this.elementRef.nativeElement['mediaAltText'] = value;
|
|
28203
|
+
}
|
|
28204
|
+
get mediaAltText() {
|
|
28205
|
+
return this.elementRef.nativeElement['mediaAltText'];
|
|
28206
|
+
}
|
|
28207
|
+
/** Inner content padding size. */
|
|
28208
|
+
set padding(value) {
|
|
28209
|
+
this.elementRef.nativeElement['padding'] = value;
|
|
28210
|
+
}
|
|
28211
|
+
get padding() {
|
|
28212
|
+
return this.elementRef.nativeElement['padding'];
|
|
28213
|
+
}
|
|
28214
|
+
/** Aspect ratio applied to top media (e.g. `'16:9'`, `'1:1'`, `'4:3'`). */
|
|
28215
|
+
set aspectRatio(value) {
|
|
28216
|
+
this.elementRef.nativeElement['aspectRatio'] = value;
|
|
28217
|
+
}
|
|
28218
|
+
get aspectRatio() {
|
|
28219
|
+
return this.elementRef.nativeElement['aspectRatio'];
|
|
28220
|
+
}
|
|
28221
|
+
/** Whether the card has a visible border. */
|
|
28222
|
+
set hasBorder(value) {
|
|
28223
|
+
this.elementRef.nativeElement['hasBorder'] = value;
|
|
28224
|
+
}
|
|
28225
|
+
get hasBorder() {
|
|
28226
|
+
return this.elementRef.nativeElement['hasBorder'];
|
|
28227
|
+
}
|
|
28228
|
+
/** Surface color preset. */
|
|
28229
|
+
set backgroundColor(value) {
|
|
28230
|
+
this.elementRef.nativeElement['backgroundColor'] = value;
|
|
28231
|
+
}
|
|
28232
|
+
get backgroundColor() {
|
|
28233
|
+
return this.elementRef.nativeElement['backgroundColor'];
|
|
28234
|
+
}
|
|
28235
|
+
/** URL of a full-card background image (delegated to `<px-container>`). */
|
|
28236
|
+
set backgroundImage(value) {
|
|
28237
|
+
this.elementRef.nativeElement['backgroundImage'] = value;
|
|
28238
|
+
}
|
|
28239
|
+
get backgroundImage() {
|
|
28240
|
+
return this.elementRef.nativeElement['backgroundImage'];
|
|
28241
|
+
}
|
|
28242
|
+
set interactiveState(value) {
|
|
28243
|
+
this.elementRef.nativeElement['interactiveState'] = value;
|
|
28244
|
+
}
|
|
28245
|
+
get interactiveState() {
|
|
28246
|
+
return this.elementRef.nativeElement['interactiveState'];
|
|
28247
|
+
}
|
|
28248
|
+
/** Alt text for the media image. */
|
|
28249
|
+
set alternativeText(value) {
|
|
28250
|
+
this.elementRef.nativeElement['alternativeText'] = value;
|
|
28251
|
+
}
|
|
28252
|
+
get alternativeText() {
|
|
28253
|
+
return this.elementRef.nativeElement['alternativeText'];
|
|
28254
|
+
}
|
|
28255
|
+
constructor(elementRef) {
|
|
28256
|
+
this.elementRef = elementRef;
|
|
28257
|
+
}
|
|
28258
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCardContainer, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
28259
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxCardContainer, isStandalone: true, selector: "px-card-container", inputs: { inverted: "inverted", src: "src", mediaPosition: ["media-position", "mediaPosition"], mediaSize: ["media-size", "mediaSize"], mediaAltText: ["media-alt-text", "mediaAltText"], padding: "padding", aspectRatio: ["aspect-ratio", "aspectRatio"], hasBorder: ["has-border", "hasBorder"], backgroundColor: ["background-color", "backgroundColor"], backgroundImage: ["background-image", "backgroundImage"], interactiveState: ["interactive-state", "interactiveState"], alternativeText: ["alternative-text", "alternativeText"] }, ngImport: i0 });
|
|
28260
|
+
}
|
|
28261
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCardContainer, decorators: [{
|
|
28262
|
+
type: Directive,
|
|
28263
|
+
args: [{
|
|
28264
|
+
selector: 'px-card-container',
|
|
28265
|
+
standalone: true,
|
|
28266
|
+
}]
|
|
28267
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
28268
|
+
type: Input
|
|
28269
|
+
}], src: [{
|
|
28270
|
+
type: Input
|
|
28271
|
+
}], mediaPosition: [{
|
|
28272
|
+
type: Input,
|
|
28273
|
+
args: ['media-position']
|
|
28274
|
+
}], mediaSize: [{
|
|
28275
|
+
type: Input,
|
|
28276
|
+
args: ['media-size']
|
|
28277
|
+
}], mediaAltText: [{
|
|
28278
|
+
type: Input,
|
|
28279
|
+
args: ['media-alt-text']
|
|
28280
|
+
}], padding: [{
|
|
28281
|
+
type: Input
|
|
28282
|
+
}], aspectRatio: [{
|
|
28283
|
+
type: Input,
|
|
28284
|
+
args: ['aspect-ratio']
|
|
28285
|
+
}], hasBorder: [{
|
|
28286
|
+
type: Input,
|
|
28287
|
+
args: ['has-border']
|
|
28288
|
+
}], backgroundColor: [{
|
|
28289
|
+
type: Input,
|
|
28290
|
+
args: ['background-color']
|
|
28291
|
+
}], backgroundImage: [{
|
|
28292
|
+
type: Input,
|
|
28293
|
+
args: ['background-image']
|
|
28294
|
+
}], interactiveState: [{
|
|
28295
|
+
type: Input,
|
|
28296
|
+
args: ['interactive-state']
|
|
28297
|
+
}], alternativeText: [{
|
|
28298
|
+
type: Input,
|
|
28299
|
+
args: ['alternative-text']
|
|
28300
|
+
}] } });
|
|
28301
|
+
/**
|
|
28302
|
+
* @description Type-only wrapper for <px-card-heading>
|
|
28303
|
+
*/
|
|
28304
|
+
class PxCardHeading {
|
|
28305
|
+
elementRef;
|
|
28306
|
+
constructor(elementRef) {
|
|
28307
|
+
this.elementRef = elementRef;
|
|
28308
|
+
}
|
|
28309
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCardHeading, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
28310
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxCardHeading, isStandalone: true, selector: "px-card-heading", ngImport: i0 });
|
|
28311
|
+
}
|
|
28312
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCardHeading, decorators: [{
|
|
28313
|
+
type: Directive,
|
|
28314
|
+
args: [{
|
|
28315
|
+
selector: 'px-card-heading',
|
|
28316
|
+
standalone: true,
|
|
28317
|
+
}]
|
|
28318
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
28150
28319
|
/**
|
|
28151
28320
|
* @description Type-only wrapper for <px-price>
|
|
28152
28321
|
*/
|
|
@@ -28652,175 +28821,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
28652
28821
|
type: Input,
|
|
28653
28822
|
args: ['word-break-all--desktop']
|
|
28654
28823
|
}] } });
|
|
28655
|
-
/**
|
|
28656
|
-
* @description Type-only wrapper for <px-card-actions>
|
|
28657
|
-
*/
|
|
28658
|
-
class PxCardActions {
|
|
28659
|
-
elementRef;
|
|
28660
|
-
constructor(elementRef) {
|
|
28661
|
-
this.elementRef = elementRef;
|
|
28662
|
-
}
|
|
28663
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCardActions, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
28664
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxCardActions, isStandalone: true, selector: "px-card-actions", ngImport: i0 });
|
|
28665
|
-
}
|
|
28666
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCardActions, decorators: [{
|
|
28667
|
-
type: Directive,
|
|
28668
|
-
args: [{
|
|
28669
|
-
selector: 'px-card-actions',
|
|
28670
|
-
standalone: true,
|
|
28671
|
-
}]
|
|
28672
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
28673
|
-
/**
|
|
28674
|
-
* @description Type-only wrapper for <px-card-container>
|
|
28675
|
-
*/
|
|
28676
|
-
class PxCardContainer {
|
|
28677
|
-
elementRef;
|
|
28678
|
-
/** Switches to a dark surface with inverted text colors. */
|
|
28679
|
-
set inverted(value) {
|
|
28680
|
-
this.elementRef.nativeElement['inverted'] = value;
|
|
28681
|
-
}
|
|
28682
|
-
get inverted() {
|
|
28683
|
-
return this.elementRef.nativeElement['inverted'];
|
|
28684
|
-
}
|
|
28685
|
-
/** URL of the card media image. */
|
|
28686
|
-
set src(value) {
|
|
28687
|
-
this.elementRef.nativeElement['src'] = value;
|
|
28688
|
-
}
|
|
28689
|
-
get src() {
|
|
28690
|
-
return this.elementRef.nativeElement['src'];
|
|
28691
|
-
}
|
|
28692
|
-
/** Where the media image is rendered. */
|
|
28693
|
-
set mediaPosition(value) {
|
|
28694
|
-
this.elementRef.nativeElement['mediaPosition'] = value;
|
|
28695
|
-
}
|
|
28696
|
-
get mediaPosition() {
|
|
28697
|
-
return this.elementRef.nativeElement['mediaPosition'];
|
|
28698
|
-
}
|
|
28699
|
-
/** How the media image is fitted. */
|
|
28700
|
-
set mediaSize(value) {
|
|
28701
|
-
this.elementRef.nativeElement['mediaSize'] = value;
|
|
28702
|
-
}
|
|
28703
|
-
get mediaSize() {
|
|
28704
|
-
return this.elementRef.nativeElement['mediaSize'];
|
|
28705
|
-
}
|
|
28706
|
-
set mediaAltText(value) {
|
|
28707
|
-
this.elementRef.nativeElement['mediaAltText'] = value;
|
|
28708
|
-
}
|
|
28709
|
-
get mediaAltText() {
|
|
28710
|
-
return this.elementRef.nativeElement['mediaAltText'];
|
|
28711
|
-
}
|
|
28712
|
-
/** Inner content padding size. */
|
|
28713
|
-
set padding(value) {
|
|
28714
|
-
this.elementRef.nativeElement['padding'] = value;
|
|
28715
|
-
}
|
|
28716
|
-
get padding() {
|
|
28717
|
-
return this.elementRef.nativeElement['padding'];
|
|
28718
|
-
}
|
|
28719
|
-
/** Aspect ratio applied to top media (e.g. `'16:9'`, `'1:1'`, `'4:3'`). */
|
|
28720
|
-
set aspectRatio(value) {
|
|
28721
|
-
this.elementRef.nativeElement['aspectRatio'] = value;
|
|
28722
|
-
}
|
|
28723
|
-
get aspectRatio() {
|
|
28724
|
-
return this.elementRef.nativeElement['aspectRatio'];
|
|
28725
|
-
}
|
|
28726
|
-
/** Whether the card has a visible border. */
|
|
28727
|
-
set hasBorder(value) {
|
|
28728
|
-
this.elementRef.nativeElement['hasBorder'] = value;
|
|
28729
|
-
}
|
|
28730
|
-
get hasBorder() {
|
|
28731
|
-
return this.elementRef.nativeElement['hasBorder'];
|
|
28732
|
-
}
|
|
28733
|
-
/** Surface color preset. */
|
|
28734
|
-
set backgroundColor(value) {
|
|
28735
|
-
this.elementRef.nativeElement['backgroundColor'] = value;
|
|
28736
|
-
}
|
|
28737
|
-
get backgroundColor() {
|
|
28738
|
-
return this.elementRef.nativeElement['backgroundColor'];
|
|
28739
|
-
}
|
|
28740
|
-
/** URL of a full-card background image (delegated to `<px-container>`). */
|
|
28741
|
-
set backgroundImage(value) {
|
|
28742
|
-
this.elementRef.nativeElement['backgroundImage'] = value;
|
|
28743
|
-
}
|
|
28744
|
-
get backgroundImage() {
|
|
28745
|
-
return this.elementRef.nativeElement['backgroundImage'];
|
|
28746
|
-
}
|
|
28747
|
-
set interactiveState(value) {
|
|
28748
|
-
this.elementRef.nativeElement['interactiveState'] = value;
|
|
28749
|
-
}
|
|
28750
|
-
get interactiveState() {
|
|
28751
|
-
return this.elementRef.nativeElement['interactiveState'];
|
|
28752
|
-
}
|
|
28753
|
-
/** Alt text for the media image. */
|
|
28754
|
-
set alternativeText(value) {
|
|
28755
|
-
this.elementRef.nativeElement['alternativeText'] = value;
|
|
28756
|
-
}
|
|
28757
|
-
get alternativeText() {
|
|
28758
|
-
return this.elementRef.nativeElement['alternativeText'];
|
|
28759
|
-
}
|
|
28760
|
-
constructor(elementRef) {
|
|
28761
|
-
this.elementRef = elementRef;
|
|
28762
|
-
}
|
|
28763
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCardContainer, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
28764
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxCardContainer, isStandalone: true, selector: "px-card-container", inputs: { inverted: "inverted", src: "src", mediaPosition: ["media-position", "mediaPosition"], mediaSize: ["media-size", "mediaSize"], mediaAltText: ["media-alt-text", "mediaAltText"], padding: "padding", aspectRatio: ["aspect-ratio", "aspectRatio"], hasBorder: ["has-border", "hasBorder"], backgroundColor: ["background-color", "backgroundColor"], backgroundImage: ["background-image", "backgroundImage"], interactiveState: ["interactive-state", "interactiveState"], alternativeText: ["alternative-text", "alternativeText"] }, ngImport: i0 });
|
|
28765
|
-
}
|
|
28766
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCardContainer, decorators: [{
|
|
28767
|
-
type: Directive,
|
|
28768
|
-
args: [{
|
|
28769
|
-
selector: 'px-card-container',
|
|
28770
|
-
standalone: true,
|
|
28771
|
-
}]
|
|
28772
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
28773
|
-
type: Input
|
|
28774
|
-
}], src: [{
|
|
28775
|
-
type: Input
|
|
28776
|
-
}], mediaPosition: [{
|
|
28777
|
-
type: Input,
|
|
28778
|
-
args: ['media-position']
|
|
28779
|
-
}], mediaSize: [{
|
|
28780
|
-
type: Input,
|
|
28781
|
-
args: ['media-size']
|
|
28782
|
-
}], mediaAltText: [{
|
|
28783
|
-
type: Input,
|
|
28784
|
-
args: ['media-alt-text']
|
|
28785
|
-
}], padding: [{
|
|
28786
|
-
type: Input
|
|
28787
|
-
}], aspectRatio: [{
|
|
28788
|
-
type: Input,
|
|
28789
|
-
args: ['aspect-ratio']
|
|
28790
|
-
}], hasBorder: [{
|
|
28791
|
-
type: Input,
|
|
28792
|
-
args: ['has-border']
|
|
28793
|
-
}], backgroundColor: [{
|
|
28794
|
-
type: Input,
|
|
28795
|
-
args: ['background-color']
|
|
28796
|
-
}], backgroundImage: [{
|
|
28797
|
-
type: Input,
|
|
28798
|
-
args: ['background-image']
|
|
28799
|
-
}], interactiveState: [{
|
|
28800
|
-
type: Input,
|
|
28801
|
-
args: ['interactive-state']
|
|
28802
|
-
}], alternativeText: [{
|
|
28803
|
-
type: Input,
|
|
28804
|
-
args: ['alternative-text']
|
|
28805
|
-
}] } });
|
|
28806
|
-
/**
|
|
28807
|
-
* @description Type-only wrapper for <px-card-heading>
|
|
28808
|
-
*/
|
|
28809
|
-
class PxCardHeading {
|
|
28810
|
-
elementRef;
|
|
28811
|
-
constructor(elementRef) {
|
|
28812
|
-
this.elementRef = elementRef;
|
|
28813
|
-
}
|
|
28814
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCardHeading, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
28815
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxCardHeading, isStandalone: true, selector: "px-card-heading", ngImport: i0 });
|
|
28816
|
-
}
|
|
28817
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCardHeading, decorators: [{
|
|
28818
|
-
type: Directive,
|
|
28819
|
-
args: [{
|
|
28820
|
-
selector: 'px-card-heading',
|
|
28821
|
-
standalone: true,
|
|
28822
|
-
}]
|
|
28823
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
28824
28824
|
/**
|
|
28825
28825
|
* @description Type-only wrapper for <px-radio>
|
|
28826
28826
|
*/
|
|
@@ -41302,7 +41302,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
41302
41302
|
}] } });
|
|
41303
41303
|
class Lavender {
|
|
41304
41304
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: Lavender, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
41305
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.25", ngImport: i0, type: Lavender, imports: [PxAccordion, PxAgGridTable, PxAgGridTableThButton, PxAgGridTableThContent, PxBanner, PxBreadcrumbItem, PxBreadcrumb, PxButton, PxButtonWrapper, PxButtonIcon, PxCard, PxAppleseed, PxCarousel, PxCarouselItem, PxCell, PxCellButton, PxCellCheckbox, PxCellLink, PxCellRadio, PxCellSwitch, PxCheckbox, PxColorOption, PxColorOptionLink, PxContainer, PxContentHeader, PxDrawer, PxDropdown, PxFieldset, PxGrid, PxH1, PxH2, PxH3, PxH4, PxH5, PxH6, PxHeadingGroup, PxImg, PxPicture, PxInput, PxSelect, PxTextarea, PxFileupload, PxPage, PxSpacer, PxStack, PxVstack, PxHstack, PxA, PxAWrapper,
|
|
41305
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.25", ngImport: i0, type: Lavender, imports: [PxAccordion, PxAgGridTable, PxAgGridTableThButton, PxAgGridTableThContent, PxBanner, PxBreadcrumbItem, PxBreadcrumb, PxButton, PxButtonWrapper, PxButtonIcon, PxCard, PxAppleseed, PxCarousel, PxCarouselItem, PxCell, PxCellButton, PxCellCheckbox, PxCellLink, PxCellRadio, PxCellSwitch, PxCheckbox, PxColorOption, PxColorOptionLink, PxContainer, PxContentHeader, PxDrawer, PxDropdown, PxFieldset, PxGrid, PxH1, PxH2, PxH3, PxH4, PxH5, PxH6, PxHeadingGroup, PxImg, PxPicture, PxInput, PxSelect, PxTextarea, PxFileupload, PxPage, PxSpacer, PxStack, PxVstack, PxHstack, PxA, PxAWrapper, PxList, PxListItem, PxModal, PxP, PxPillar, PxCardActions, PxCardContainer, PxCardHeading, PxPrice, PxRadio, PxRadioBase, PxRadioGroup, PxRibbon, PxSection, PxSelectableBox, PxSelectableBoxCheckbox, PxSelectableBoxRadio, PxSeparator, PxSkeleton, PxSpan, PxSpinner, PxStatus, PxStatusCard, PxStickyContainer, PxThemeSwitcher, PxSwitch, PxTable, PxTbody, PxTd, PxTh, PxThead, PxTr, PxTabs, PxTab, PxTabPanel, PxTag, PxTile, PxTileButton, PxTileCheckbox, PxTileLink, PxTileRadio, PxTileSwitch, PxTimeline, PxTimelineItem, PxTypography, PxPatch, PxIcon, PxIconSet, PxThemeProvider, PxProximusThemeProvider, PxScarletThemeProvider], exports: [PxAccordion, PxAgGridTable, PxAgGridTableThButton, PxAgGridTableThContent, PxBanner, PxBreadcrumbItem, PxBreadcrumb, PxButton, PxButtonWrapper, PxButtonIcon, PxCard, PxAppleseed, PxCarousel, PxCarouselItem, PxCell, PxCellButton, PxCellCheckbox, PxCellLink, PxCellRadio, PxCellSwitch, PxCheckbox, PxColorOption, PxColorOptionLink, PxContainer, PxContentHeader, PxDrawer, PxDropdown, PxFieldset, PxGrid, PxH1, PxH2, PxH3, PxH4, PxH5, PxH6, PxHeadingGroup, PxImg, PxPicture, PxInput, PxSelect, PxTextarea, PxFileupload, PxPage, PxSpacer, PxStack, PxVstack, PxHstack, PxA, PxAWrapper, PxList, PxListItem, PxModal, PxP, PxPillar, PxCardActions, PxCardContainer, PxCardHeading, PxPrice, PxRadio, PxRadioBase, PxRadioGroup, PxRibbon, PxSection, PxSelectableBox, PxSelectableBoxCheckbox, PxSelectableBoxRadio, PxSeparator, PxSkeleton, PxSpan, PxSpinner, PxStatus, PxStatusCard, PxStickyContainer, PxThemeSwitcher, PxSwitch, PxTable, PxTbody, PxTd, PxTh, PxThead, PxTr, PxTabs, PxTab, PxTabPanel, PxTag, PxTile, PxTileButton, PxTileCheckbox, PxTileLink, PxTileRadio, PxTileSwitch, PxTimeline, PxTimelineItem, PxTypography, PxPatch, PxIcon, PxIconSet, PxThemeProvider, PxProximusThemeProvider, PxScarletThemeProvider] });
|
|
41306
41306
|
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: Lavender });
|
|
41307
41307
|
}
|
|
41308
41308
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: Lavender, decorators: [{
|
|
@@ -41358,15 +41358,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
41358
41358
|
PxHstack,
|
|
41359
41359
|
PxA,
|
|
41360
41360
|
PxAWrapper,
|
|
41361
|
-
PxModal,
|
|
41362
41361
|
PxList,
|
|
41363
41362
|
PxListItem,
|
|
41363
|
+
PxModal,
|
|
41364
41364
|
PxP,
|
|
41365
41365
|
PxPillar,
|
|
41366
|
-
PxPrice,
|
|
41367
41366
|
PxCardActions,
|
|
41368
41367
|
PxCardContainer,
|
|
41369
41368
|
PxCardHeading,
|
|
41369
|
+
PxPrice,
|
|
41370
41370
|
PxRadio,
|
|
41371
41371
|
PxRadioBase,
|
|
41372
41372
|
PxRadioGroup,
|
|
@@ -41460,15 +41460,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
41460
41460
|
PxHstack,
|
|
41461
41461
|
PxA,
|
|
41462
41462
|
PxAWrapper,
|
|
41463
|
-
PxModal,
|
|
41464
41463
|
PxList,
|
|
41465
41464
|
PxListItem,
|
|
41465
|
+
PxModal,
|
|
41466
41466
|
PxP,
|
|
41467
41467
|
PxPillar,
|
|
41468
|
-
PxPrice,
|
|
41469
41468
|
PxCardActions,
|
|
41470
41469
|
PxCardContainer,
|
|
41471
41470
|
PxCardHeading,
|
|
41471
|
+
PxPrice,
|
|
41472
41472
|
PxRadio,
|
|
41473
41473
|
PxRadioBase,
|
|
41474
41474
|
PxRadioGroup,
|