@proximus/lavender-angular 2.0.0-alpha.184 → 2.0.0-alpha.185
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,10 @@
|
|
|
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.185](https://github.com/Pxs-Corporate/design-system/compare/v2.0.0-alpha.184...v2.0.0-alpha.185) (2026-09-11)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @proximus/lavender-angular
|
|
9
|
+
|
|
6
10
|
# [2.0.0-alpha.184](https://github.com/Pxs-Corporate/design-system/compare/v2.0.0-alpha.183...v2.0.0-alpha.184) (2026-09-11)
|
|
7
11
|
|
|
8
12
|
**Note:** Version bump only for package @proximus/lavender-angular
|
|
@@ -28873,71 +28873,27 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
28873
28873
|
}]
|
|
28874
28874
|
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
28875
28875
|
/**
|
|
28876
|
-
* @description Type-only wrapper for <px-
|
|
28876
|
+
* @description Type-only wrapper for <px-price>
|
|
28877
28877
|
*/
|
|
28878
|
-
class
|
|
28878
|
+
class PxPrice {
|
|
28879
28879
|
elementRef;
|
|
28880
|
-
/** The validation state of the radio button. */
|
|
28881
|
-
set state(value) {
|
|
28882
|
-
this.elementRef.nativeElement['state'] = value;
|
|
28883
|
-
}
|
|
28884
|
-
get state() {
|
|
28885
|
-
return this.elementRef.nativeElement['state'];
|
|
28886
|
-
}
|
|
28887
|
-
/** The visual variant of the radio button. */
|
|
28888
28880
|
set variant(value) {
|
|
28889
28881
|
this.elementRef.nativeElement['variant'] = value;
|
|
28890
28882
|
}
|
|
28891
28883
|
get variant() {
|
|
28892
28884
|
return this.elementRef.nativeElement['variant'];
|
|
28893
28885
|
}
|
|
28894
|
-
/** Whether to use inverted (dark background) styling. */
|
|
28895
|
-
set inverted(value) {
|
|
28896
|
-
this.elementRef.nativeElement['inverted'] = value;
|
|
28897
|
-
}
|
|
28898
|
-
get inverted() {
|
|
28899
|
-
return this.elementRef.nativeElement['inverted'];
|
|
28900
|
-
}
|
|
28901
28886
|
set size(value) {
|
|
28902
28887
|
this.elementRef.nativeElement['size'] = value;
|
|
28903
28888
|
}
|
|
28904
28889
|
get size() {
|
|
28905
28890
|
return this.elementRef.nativeElement['size'];
|
|
28906
28891
|
}
|
|
28907
|
-
|
|
28908
|
-
|
|
28909
|
-
this.elementRef.nativeElement['checked'] = value;
|
|
28910
|
-
}
|
|
28911
|
-
get checked() {
|
|
28912
|
-
return this.elementRef.nativeElement['checked'];
|
|
28913
|
-
}
|
|
28914
|
-
/** Whether the radio button is disabled. */
|
|
28915
|
-
set disabled(value) {
|
|
28916
|
-
this.elementRef.nativeElement['disabled'] = value;
|
|
28917
|
-
}
|
|
28918
|
-
get disabled() {
|
|
28919
|
-
return this.elementRef.nativeElement['disabled'];
|
|
28920
|
-
}
|
|
28921
|
-
/** Whether to apply hover styling. */
|
|
28922
|
-
set hover(value) {
|
|
28923
|
-
this.elementRef.nativeElement['hover'] = value;
|
|
28924
|
-
}
|
|
28925
|
-
get hover() {
|
|
28926
|
-
return this.elementRef.nativeElement['hover'];
|
|
28927
|
-
}
|
|
28928
|
-
/** The name of the radio button, used for form submission. */
|
|
28929
|
-
set name(value) {
|
|
28930
|
-
this.elementRef.nativeElement['name'] = value;
|
|
28931
|
-
}
|
|
28932
|
-
get name() {
|
|
28933
|
-
return this.elementRef.nativeElement['name'];
|
|
28934
|
-
}
|
|
28935
|
-
/** The value of the radio button, used for form submission. */
|
|
28936
|
-
set value(value) {
|
|
28937
|
-
this.elementRef.nativeElement['value'] = value;
|
|
28892
|
+
set inverted(value) {
|
|
28893
|
+
this.elementRef.nativeElement['inverted'] = value;
|
|
28938
28894
|
}
|
|
28939
|
-
get
|
|
28940
|
-
return this.elementRef.nativeElement['
|
|
28895
|
+
get inverted() {
|
|
28896
|
+
return this.elementRef.nativeElement['inverted'];
|
|
28941
28897
|
}
|
|
28942
28898
|
set grow(value) {
|
|
28943
28899
|
this.elementRef.nativeElement['grow'] = value;
|
|
@@ -29251,40 +29207,23 @@ class PxRadio {
|
|
|
29251
29207
|
get wordBreakAllDesktop() {
|
|
29252
29208
|
return this.elementRef.nativeElement['wordBreakAllDesktop'];
|
|
29253
29209
|
}
|
|
29254
|
-
/** Fired when the radio button becomes checked. */
|
|
29255
|
-
change = new EventEmitter();
|
|
29256
29210
|
constructor(elementRef) {
|
|
29257
29211
|
this.elementRef = elementRef;
|
|
29258
|
-
this.elementRef.nativeElement.addEventListener('change', (e) => {
|
|
29259
|
-
this.change.emit(e.detail);
|
|
29260
|
-
});
|
|
29261
29212
|
}
|
|
29262
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
29263
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type:
|
|
29213
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxPrice, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
29214
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxPrice, isStandalone: true, selector: "px-price", inputs: { variant: "variant", size: "size", inverted: "inverted", grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, ngImport: i0 });
|
|
29264
29215
|
}
|
|
29265
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
29216
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxPrice, decorators: [{
|
|
29266
29217
|
type: Directive,
|
|
29267
29218
|
args: [{
|
|
29268
|
-
selector: 'px-
|
|
29219
|
+
selector: 'px-price',
|
|
29269
29220
|
standalone: true,
|
|
29270
29221
|
}]
|
|
29271
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
29272
|
-
type: Input
|
|
29273
|
-
}], variant: [{
|
|
29274
|
-
type: Input
|
|
29275
|
-
}], inverted: [{
|
|
29222
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { variant: [{
|
|
29276
29223
|
type: Input
|
|
29277
29224
|
}], size: [{
|
|
29278
29225
|
type: Input
|
|
29279
|
-
}],
|
|
29280
|
-
type: Input
|
|
29281
|
-
}], disabled: [{
|
|
29282
|
-
type: Input
|
|
29283
|
-
}], hover: [{
|
|
29284
|
-
type: Input
|
|
29285
|
-
}], name: [{
|
|
29286
|
-
type: Input
|
|
29287
|
-
}], value: [{
|
|
29226
|
+
}], inverted: [{
|
|
29288
29227
|
type: Input
|
|
29289
29228
|
}], grow: [{
|
|
29290
29229
|
type: Input
|
|
@@ -29437,20 +29376,27 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
29437
29376
|
}], wordBreakAllDesktop: [{
|
|
29438
29377
|
type: Input,
|
|
29439
29378
|
args: ['word-break-all--desktop']
|
|
29440
|
-
}], change: [{
|
|
29441
|
-
type: Output
|
|
29442
29379
|
}] } });
|
|
29443
29380
|
/**
|
|
29444
|
-
* @description Type-only wrapper for <px-radio
|
|
29381
|
+
* @description Type-only wrapper for <px-radio>
|
|
29445
29382
|
*/
|
|
29446
|
-
class
|
|
29383
|
+
class PxRadio {
|
|
29447
29384
|
elementRef;
|
|
29448
|
-
|
|
29449
|
-
|
|
29385
|
+
/** The validation state of the radio button. */
|
|
29386
|
+
set state(value) {
|
|
29387
|
+
this.elementRef.nativeElement['state'] = value;
|
|
29450
29388
|
}
|
|
29451
|
-
get
|
|
29452
|
-
return this.elementRef.nativeElement['
|
|
29389
|
+
get state() {
|
|
29390
|
+
return this.elementRef.nativeElement['state'];
|
|
29453
29391
|
}
|
|
29392
|
+
/** The visual variant of the radio button. */
|
|
29393
|
+
set variant(value) {
|
|
29394
|
+
this.elementRef.nativeElement['variant'] = value;
|
|
29395
|
+
}
|
|
29396
|
+
get variant() {
|
|
29397
|
+
return this.elementRef.nativeElement['variant'];
|
|
29398
|
+
}
|
|
29399
|
+
/** Whether to use inverted (dark background) styling. */
|
|
29454
29400
|
set inverted(value) {
|
|
29455
29401
|
this.elementRef.nativeElement['inverted'] = value;
|
|
29456
29402
|
}
|
|
@@ -29463,6 +29409,41 @@ class PxRadioBase {
|
|
|
29463
29409
|
get size() {
|
|
29464
29410
|
return this.elementRef.nativeElement['size'];
|
|
29465
29411
|
}
|
|
29412
|
+
/** Whether the radio button is checked. */
|
|
29413
|
+
set checked(value) {
|
|
29414
|
+
this.elementRef.nativeElement['checked'] = value;
|
|
29415
|
+
}
|
|
29416
|
+
get checked() {
|
|
29417
|
+
return this.elementRef.nativeElement['checked'];
|
|
29418
|
+
}
|
|
29419
|
+
/** Whether the radio button is disabled. */
|
|
29420
|
+
set disabled(value) {
|
|
29421
|
+
this.elementRef.nativeElement['disabled'] = value;
|
|
29422
|
+
}
|
|
29423
|
+
get disabled() {
|
|
29424
|
+
return this.elementRef.nativeElement['disabled'];
|
|
29425
|
+
}
|
|
29426
|
+
/** Whether to apply hover styling. */
|
|
29427
|
+
set hover(value) {
|
|
29428
|
+
this.elementRef.nativeElement['hover'] = value;
|
|
29429
|
+
}
|
|
29430
|
+
get hover() {
|
|
29431
|
+
return this.elementRef.nativeElement['hover'];
|
|
29432
|
+
}
|
|
29433
|
+
/** The name of the radio button, used for form submission. */
|
|
29434
|
+
set name(value) {
|
|
29435
|
+
this.elementRef.nativeElement['name'] = value;
|
|
29436
|
+
}
|
|
29437
|
+
get name() {
|
|
29438
|
+
return this.elementRef.nativeElement['name'];
|
|
29439
|
+
}
|
|
29440
|
+
/** The value of the radio button, used for form submission. */
|
|
29441
|
+
set value(value) {
|
|
29442
|
+
this.elementRef.nativeElement['value'] = value;
|
|
29443
|
+
}
|
|
29444
|
+
get value() {
|
|
29445
|
+
return this.elementRef.nativeElement['value'];
|
|
29446
|
+
}
|
|
29466
29447
|
set grow(value) {
|
|
29467
29448
|
this.elementRef.nativeElement['grow'] = value;
|
|
29468
29449
|
}
|
|
@@ -29775,24 +29756,41 @@ class PxRadioBase {
|
|
|
29775
29756
|
get wordBreakAllDesktop() {
|
|
29776
29757
|
return this.elementRef.nativeElement['wordBreakAllDesktop'];
|
|
29777
29758
|
}
|
|
29759
|
+
/** Fired when the radio button becomes checked. */
|
|
29760
|
+
change = new EventEmitter();
|
|
29778
29761
|
constructor(elementRef) {
|
|
29779
29762
|
this.elementRef = elementRef;
|
|
29763
|
+
this.elementRef.nativeElement.addEventListener('change', (e) => {
|
|
29764
|
+
this.change.emit(e.detail);
|
|
29765
|
+
});
|
|
29780
29766
|
}
|
|
29781
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
29782
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type:
|
|
29767
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxRadio, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
29768
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxRadio, isStandalone: true, selector: "px-radio", inputs: { state: "state", variant: "variant", inverted: "inverted", size: "size", checked: "checked", disabled: "disabled", hover: "hover", name: "name", value: "value", grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, outputs: { change: "change" }, ngImport: i0 });
|
|
29783
29769
|
}
|
|
29784
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
29770
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxRadio, decorators: [{
|
|
29785
29771
|
type: Directive,
|
|
29786
29772
|
args: [{
|
|
29787
|
-
selector: 'px-radio
|
|
29773
|
+
selector: 'px-radio',
|
|
29788
29774
|
standalone: true,
|
|
29789
29775
|
}]
|
|
29790
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
29776
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { state: [{
|
|
29777
|
+
type: Input
|
|
29778
|
+
}], variant: [{
|
|
29791
29779
|
type: Input
|
|
29792
29780
|
}], inverted: [{
|
|
29793
29781
|
type: Input
|
|
29794
29782
|
}], size: [{
|
|
29795
29783
|
type: Input
|
|
29784
|
+
}], checked: [{
|
|
29785
|
+
type: Input
|
|
29786
|
+
}], disabled: [{
|
|
29787
|
+
type: Input
|
|
29788
|
+
}], hover: [{
|
|
29789
|
+
type: Input
|
|
29790
|
+
}], name: [{
|
|
29791
|
+
type: Input
|
|
29792
|
+
}], value: [{
|
|
29793
|
+
type: Input
|
|
29796
29794
|
}], grow: [{
|
|
29797
29795
|
type: Input
|
|
29798
29796
|
}], growMobile: [{
|
|
@@ -29944,47 +29942,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
29944
29942
|
}], wordBreakAllDesktop: [{
|
|
29945
29943
|
type: Input,
|
|
29946
29944
|
args: ['word-break-all--desktop']
|
|
29945
|
+
}], change: [{
|
|
29946
|
+
type: Output
|
|
29947
29947
|
}] } });
|
|
29948
29948
|
/**
|
|
29949
|
-
* @description Type-only wrapper for <px-radio-
|
|
29949
|
+
* @description Type-only wrapper for <px-radio-base>
|
|
29950
29950
|
*/
|
|
29951
|
-
class
|
|
29951
|
+
class PxRadioBase {
|
|
29952
29952
|
elementRef;
|
|
29953
|
-
set
|
|
29954
|
-
this.elementRef.nativeElement['
|
|
29955
|
-
}
|
|
29956
|
-
get name() {
|
|
29957
|
-
return this.elementRef.nativeElement['name'];
|
|
29958
|
-
}
|
|
29959
|
-
set gap(value) {
|
|
29960
|
-
this.elementRef.nativeElement['gap'] = value;
|
|
29961
|
-
}
|
|
29962
|
-
get gap() {
|
|
29963
|
-
return this.elementRef.nativeElement['gap'];
|
|
29964
|
-
}
|
|
29965
|
-
set variant(value) {
|
|
29966
|
-
this.elementRef.nativeElement['variant'] = value;
|
|
29967
|
-
}
|
|
29968
|
-
get variant() {
|
|
29969
|
-
return this.elementRef.nativeElement['variant'];
|
|
29970
|
-
}
|
|
29971
|
-
set required(value) {
|
|
29972
|
-
this.elementRef.nativeElement['required'] = value;
|
|
29973
|
-
}
|
|
29974
|
-
get required() {
|
|
29975
|
-
return this.elementRef.nativeElement['required'];
|
|
29976
|
-
}
|
|
29977
|
-
set disabled(value) {
|
|
29978
|
-
this.elementRef.nativeElement['disabled'] = value;
|
|
29979
|
-
}
|
|
29980
|
-
get disabled() {
|
|
29981
|
-
return this.elementRef.nativeElement['disabled'];
|
|
29982
|
-
}
|
|
29983
|
-
set state(value) {
|
|
29984
|
-
this.elementRef.nativeElement['state'] = value;
|
|
29953
|
+
set hover(value) {
|
|
29954
|
+
this.elementRef.nativeElement['hover'] = value;
|
|
29985
29955
|
}
|
|
29986
|
-
get
|
|
29987
|
-
return this.elementRef.nativeElement['
|
|
29956
|
+
get hover() {
|
|
29957
|
+
return this.elementRef.nativeElement['hover'];
|
|
29988
29958
|
}
|
|
29989
29959
|
set inverted(value) {
|
|
29990
29960
|
this.elementRef.nativeElement['inverted'] = value;
|
|
@@ -30313,26 +30283,16 @@ class PxRadioGroup {
|
|
|
30313
30283
|
constructor(elementRef) {
|
|
30314
30284
|
this.elementRef = elementRef;
|
|
30315
30285
|
}
|
|
30316
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
30317
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type:
|
|
30286
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxRadioBase, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
30287
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxRadioBase, isStandalone: true, selector: "px-radio-base", inputs: { hover: "hover", inverted: "inverted", size: "size", grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, ngImport: i0 });
|
|
30318
30288
|
}
|
|
30319
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
30289
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxRadioBase, decorators: [{
|
|
30320
30290
|
type: Directive,
|
|
30321
30291
|
args: [{
|
|
30322
|
-
selector: 'px-radio-
|
|
30292
|
+
selector: 'px-radio-base',
|
|
30323
30293
|
standalone: true,
|
|
30324
30294
|
}]
|
|
30325
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
30326
|
-
type: Input
|
|
30327
|
-
}], gap: [{
|
|
30328
|
-
type: Input
|
|
30329
|
-
}], variant: [{
|
|
30330
|
-
type: Input
|
|
30331
|
-
}], required: [{
|
|
30332
|
-
type: Input
|
|
30333
|
-
}], disabled: [{
|
|
30334
|
-
type: Input
|
|
30335
|
-
}], state: [{
|
|
30295
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { hover: [{
|
|
30336
30296
|
type: Input
|
|
30337
30297
|
}], inverted: [{
|
|
30338
30298
|
type: Input
|
|
@@ -30491,21 +30451,45 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
30491
30451
|
args: ['word-break-all--desktop']
|
|
30492
30452
|
}] } });
|
|
30493
30453
|
/**
|
|
30494
|
-
* @description Type-only wrapper for <px-
|
|
30454
|
+
* @description Type-only wrapper for <px-radio-group>
|
|
30495
30455
|
*/
|
|
30496
|
-
class
|
|
30456
|
+
class PxRadioGroup {
|
|
30497
30457
|
elementRef;
|
|
30458
|
+
set name(value) {
|
|
30459
|
+
this.elementRef.nativeElement['name'] = value;
|
|
30460
|
+
}
|
|
30461
|
+
get name() {
|
|
30462
|
+
return this.elementRef.nativeElement['name'];
|
|
30463
|
+
}
|
|
30464
|
+
set gap(value) {
|
|
30465
|
+
this.elementRef.nativeElement['gap'] = value;
|
|
30466
|
+
}
|
|
30467
|
+
get gap() {
|
|
30468
|
+
return this.elementRef.nativeElement['gap'];
|
|
30469
|
+
}
|
|
30498
30470
|
set variant(value) {
|
|
30499
30471
|
this.elementRef.nativeElement['variant'] = value;
|
|
30500
30472
|
}
|
|
30501
30473
|
get variant() {
|
|
30502
30474
|
return this.elementRef.nativeElement['variant'];
|
|
30503
30475
|
}
|
|
30504
|
-
set
|
|
30505
|
-
this.elementRef.nativeElement['
|
|
30476
|
+
set required(value) {
|
|
30477
|
+
this.elementRef.nativeElement['required'] = value;
|
|
30506
30478
|
}
|
|
30507
|
-
get
|
|
30508
|
-
return this.elementRef.nativeElement['
|
|
30479
|
+
get required() {
|
|
30480
|
+
return this.elementRef.nativeElement['required'];
|
|
30481
|
+
}
|
|
30482
|
+
set disabled(value) {
|
|
30483
|
+
this.elementRef.nativeElement['disabled'] = value;
|
|
30484
|
+
}
|
|
30485
|
+
get disabled() {
|
|
30486
|
+
return this.elementRef.nativeElement['disabled'];
|
|
30487
|
+
}
|
|
30488
|
+
set state(value) {
|
|
30489
|
+
this.elementRef.nativeElement['state'] = value;
|
|
30490
|
+
}
|
|
30491
|
+
get state() {
|
|
30492
|
+
return this.elementRef.nativeElement['state'];
|
|
30509
30493
|
}
|
|
30510
30494
|
set inverted(value) {
|
|
30511
30495
|
this.elementRef.nativeElement['inverted'] = value;
|
|
@@ -30513,6 +30497,12 @@ class PxPrice {
|
|
|
30513
30497
|
get inverted() {
|
|
30514
30498
|
return this.elementRef.nativeElement['inverted'];
|
|
30515
30499
|
}
|
|
30500
|
+
set size(value) {
|
|
30501
|
+
this.elementRef.nativeElement['size'] = value;
|
|
30502
|
+
}
|
|
30503
|
+
get size() {
|
|
30504
|
+
return this.elementRef.nativeElement['size'];
|
|
30505
|
+
}
|
|
30516
30506
|
set grow(value) {
|
|
30517
30507
|
this.elementRef.nativeElement['grow'] = value;
|
|
30518
30508
|
}
|
|
@@ -30828,21 +30818,31 @@ class PxPrice {
|
|
|
30828
30818
|
constructor(elementRef) {
|
|
30829
30819
|
this.elementRef = elementRef;
|
|
30830
30820
|
}
|
|
30831
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
30832
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type:
|
|
30821
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxRadioGroup, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
30822
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxRadioGroup, isStandalone: true, selector: "px-radio-group", inputs: { name: "name", gap: "gap", variant: "variant", required: "required", disabled: "disabled", state: "state", inverted: "inverted", size: "size", grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, ngImport: i0 });
|
|
30833
30823
|
}
|
|
30834
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
30824
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxRadioGroup, decorators: [{
|
|
30835
30825
|
type: Directive,
|
|
30836
30826
|
args: [{
|
|
30837
|
-
selector: 'px-
|
|
30827
|
+
selector: 'px-radio-group',
|
|
30838
30828
|
standalone: true,
|
|
30839
30829
|
}]
|
|
30840
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
30830
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { name: [{
|
|
30841
30831
|
type: Input
|
|
30842
|
-
}],
|
|
30832
|
+
}], gap: [{
|
|
30833
|
+
type: Input
|
|
30834
|
+
}], variant: [{
|
|
30835
|
+
type: Input
|
|
30836
|
+
}], required: [{
|
|
30837
|
+
type: Input
|
|
30838
|
+
}], disabled: [{
|
|
30839
|
+
type: Input
|
|
30840
|
+
}], state: [{
|
|
30843
30841
|
type: Input
|
|
30844
30842
|
}], inverted: [{
|
|
30845
30843
|
type: Input
|
|
30844
|
+
}], size: [{
|
|
30845
|
+
type: Input
|
|
30846
30846
|
}], grow: [{
|
|
30847
30847
|
type: Input
|
|
30848
30848
|
}], growMobile: [{
|
|
@@ -41913,7 +41913,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
41913
41913
|
}] } });
|
|
41914
41914
|
class Lavender {
|
|
41915
41915
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: Lavender, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
41916
|
-
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, PxCodeInput, PxPage, PxSpacer, PxStack, PxVstack, PxHstack, PxA, PxAWrapper, PxList, PxListItem, PxModal, PxP, PxPillar, PxCardActions, PxCardContainer, PxCardHeading, PxRadio, PxRadioBase, PxRadioGroup,
|
|
41916
|
+
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, PxCodeInput, 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, PxThemeSwitcher, PxSwitch, PxTable, PxTbody, PxTd, PxTh, PxThead, PxTr, PxTabs, PxTab, PxTabPanel, PxTag, PxTile, PxTileButton, PxTileCheckbox, PxTileLink, PxTileRadio, PxTileSwitch, PxTimeline, PxTimelineItem, PxToaster, 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, PxCodeInput, 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, PxThemeSwitcher, PxSwitch, PxTable, PxTbody, PxTd, PxTh, PxThead, PxTr, PxTabs, PxTab, PxTabPanel, PxTag, PxTile, PxTileButton, PxTileCheckbox, PxTileLink, PxTileRadio, PxTileSwitch, PxTimeline, PxTimelineItem, PxToaster, PxTypography, PxPatch, PxIcon, PxIconSet, PxThemeProvider, PxProximusThemeProvider, PxScarletThemeProvider] });
|
|
41917
41917
|
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: Lavender });
|
|
41918
41918
|
}
|
|
41919
41919
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: Lavender, decorators: [{
|
|
@@ -41978,10 +41978,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
41978
41978
|
PxCardActions,
|
|
41979
41979
|
PxCardContainer,
|
|
41980
41980
|
PxCardHeading,
|
|
41981
|
+
PxPrice,
|
|
41981
41982
|
PxRadio,
|
|
41982
41983
|
PxRadioBase,
|
|
41983
41984
|
PxRadioGroup,
|
|
41984
|
-
PxPrice,
|
|
41985
41985
|
PxRibbon,
|
|
41986
41986
|
PxSection,
|
|
41987
41987
|
PxSelectableBox,
|
|
@@ -42081,10 +42081,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
42081
42081
|
PxCardActions,
|
|
42082
42082
|
PxCardContainer,
|
|
42083
42083
|
PxCardHeading,
|
|
42084
|
+
PxPrice,
|
|
42084
42085
|
PxRadio,
|
|
42085
42086
|
PxRadioBase,
|
|
42086
42087
|
PxRadioGroup,
|
|
42087
|
-
PxPrice,
|
|
42088
42088
|
PxRibbon,
|
|
42089
42089
|
PxSection,
|
|
42090
42090
|
PxSelectableBox,
|