@proximus/lavender-angular 2.0.0-alpha.79 → 2.0.0-alpha.81
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.
|
@@ -4759,9 +4759,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
4759
4759
|
args: ['sticky-bottom']
|
|
4760
4760
|
}] } });
|
|
4761
4761
|
/**
|
|
4762
|
-
* @description Type-only wrapper for <px-
|
|
4762
|
+
* @description Type-only wrapper for <px-button-icon>
|
|
4763
4763
|
*/
|
|
4764
|
-
class
|
|
4764
|
+
class PxButtonIcon {
|
|
4765
4765
|
elementRef;
|
|
4766
4766
|
set inverted(value) {
|
|
4767
4767
|
this.elementRef.nativeElement['inverted'] = value;
|
|
@@ -4769,83 +4769,57 @@ class PxCard {
|
|
|
4769
4769
|
get inverted() {
|
|
4770
4770
|
return this.elementRef.nativeElement['inverted'];
|
|
4771
4771
|
}
|
|
4772
|
-
set
|
|
4773
|
-
this.elementRef.nativeElement['
|
|
4774
|
-
}
|
|
4775
|
-
get backgroundColor() {
|
|
4776
|
-
return this.elementRef.nativeElement['backgroundColor'];
|
|
4777
|
-
}
|
|
4778
|
-
set backgroundSize(value) {
|
|
4779
|
-
this.elementRef.nativeElement['backgroundSize'] = value;
|
|
4780
|
-
}
|
|
4781
|
-
get backgroundSize() {
|
|
4782
|
-
return this.elementRef.nativeElement['backgroundSize'];
|
|
4783
|
-
}
|
|
4784
|
-
set backgroundPosition(value) {
|
|
4785
|
-
this.elementRef.nativeElement['backgroundPosition'] = value;
|
|
4786
|
-
}
|
|
4787
|
-
get backgroundPosition() {
|
|
4788
|
-
return this.elementRef.nativeElement['backgroundPosition'];
|
|
4789
|
-
}
|
|
4790
|
-
set contrastHelperGradient(value) {
|
|
4791
|
-
this.elementRef.nativeElement['contrastHelperGradient'] = value;
|
|
4792
|
-
}
|
|
4793
|
-
get contrastHelperGradient() {
|
|
4794
|
-
return this.elementRef.nativeElement['contrastHelperGradient'];
|
|
4795
|
-
}
|
|
4796
|
-
set contrastHelperOverlay(value) {
|
|
4797
|
-
this.elementRef.nativeElement['contrastHelperOverlay'] = value;
|
|
4798
|
-
}
|
|
4799
|
-
get contrastHelperOverlay() {
|
|
4800
|
-
return this.elementRef.nativeElement['contrastHelperOverlay'];
|
|
4801
|
-
}
|
|
4802
|
-
set mediaPosition(value) {
|
|
4803
|
-
this.elementRef.nativeElement['mediaPosition'] = value;
|
|
4772
|
+
set loading(value) {
|
|
4773
|
+
this.elementRef.nativeElement['loading'] = value;
|
|
4804
4774
|
}
|
|
4805
|
-
get
|
|
4806
|
-
return this.elementRef.nativeElement['
|
|
4775
|
+
get loading() {
|
|
4776
|
+
return this.elementRef.nativeElement['loading'];
|
|
4807
4777
|
}
|
|
4808
|
-
set
|
|
4809
|
-
this.elementRef.nativeElement['
|
|
4778
|
+
set size(value) {
|
|
4779
|
+
this.elementRef.nativeElement['size'] = value;
|
|
4810
4780
|
}
|
|
4811
|
-
get
|
|
4812
|
-
return this.elementRef.nativeElement['
|
|
4781
|
+
get size() {
|
|
4782
|
+
return this.elementRef.nativeElement['size'];
|
|
4813
4783
|
}
|
|
4814
|
-
set
|
|
4815
|
-
this.elementRef.nativeElement['
|
|
4784
|
+
set variant(value) {
|
|
4785
|
+
this.elementRef.nativeElement['variant'] = value;
|
|
4816
4786
|
}
|
|
4817
|
-
get
|
|
4818
|
-
return this.elementRef.nativeElement['
|
|
4787
|
+
get variant() {
|
|
4788
|
+
return this.elementRef.nativeElement['variant'];
|
|
4819
4789
|
}
|
|
4820
|
-
set
|
|
4821
|
-
this.elementRef.nativeElement['
|
|
4790
|
+
set ariaExpanded(value) {
|
|
4791
|
+
this.elementRef.nativeElement['ariaExpanded'] = value;
|
|
4822
4792
|
}
|
|
4823
|
-
get
|
|
4824
|
-
return this.elementRef.nativeElement['
|
|
4793
|
+
get ariaExpanded() {
|
|
4794
|
+
return this.elementRef.nativeElement['ariaExpanded'];
|
|
4825
4795
|
}
|
|
4826
|
-
|
|
4827
|
-
|
|
4796
|
+
/** The name of the button, submitted as a pair with the button's value as part of the form data. */
|
|
4797
|
+
set name(value) {
|
|
4798
|
+
this.elementRef.nativeElement['name'] = value;
|
|
4828
4799
|
}
|
|
4829
|
-
get
|
|
4830
|
-
return this.elementRef.nativeElement['
|
|
4800
|
+
get name() {
|
|
4801
|
+
return this.elementRef.nativeElement['name'];
|
|
4831
4802
|
}
|
|
4832
|
-
|
|
4833
|
-
|
|
4803
|
+
/** The value associated with the button's name when it's submitted with a form. */
|
|
4804
|
+
set value(value) {
|
|
4805
|
+
this.elementRef.nativeElement['value'] = value;
|
|
4834
4806
|
}
|
|
4835
|
-
get
|
|
4836
|
-
return this.elementRef.nativeElement['
|
|
4807
|
+
get value() {
|
|
4808
|
+
return this.elementRef.nativeElement['value'];
|
|
4837
4809
|
}
|
|
4838
|
-
|
|
4839
|
-
|
|
4810
|
+
/** The default behavior of the button. Possible values are 'submit', 'reset', and 'button'. */
|
|
4811
|
+
set type(value) {
|
|
4812
|
+
this.elementRef.nativeElement['type'] = value;
|
|
4840
4813
|
}
|
|
4841
|
-
get
|
|
4842
|
-
return this.elementRef.nativeElement['
|
|
4814
|
+
get type() {
|
|
4815
|
+
return this.elementRef.nativeElement['type'];
|
|
4843
4816
|
}
|
|
4844
|
-
|
|
4845
|
-
|
|
4817
|
+
/** Whether the button is disabled. */
|
|
4818
|
+
set disabled(value) {
|
|
4819
|
+
this.elementRef.nativeElement['disabled'] = value;
|
|
4846
4820
|
}
|
|
4847
|
-
get
|
|
4848
|
-
return this.elementRef.nativeElement['
|
|
4821
|
+
get disabled() {
|
|
4822
|
+
return this.elementRef.nativeElement['disabled'];
|
|
4849
4823
|
}
|
|
4850
4824
|
set grow(value) {
|
|
4851
4825
|
this.elementRef.nativeElement['grow'] = value;
|
|
@@ -5132,55 +5106,33 @@ class PxCard {
|
|
|
5132
5106
|
constructor(elementRef) {
|
|
5133
5107
|
this.elementRef = elementRef;
|
|
5134
5108
|
}
|
|
5135
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
5136
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
5109
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxButtonIcon, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5110
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxButtonIcon, selector: "px-button-icon", inputs: { inverted: "inverted", loading: "loading", size: "size", variant: "variant", ariaExpanded: ["aria-expanded", "ariaExpanded"], name: "name", value: "value", type: "type", disabled: "disabled", 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"] }, ngImport: i0 });
|
|
5137
5111
|
}
|
|
5138
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
5112
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxButtonIcon, decorators: [{
|
|
5139
5113
|
type: Directive,
|
|
5140
5114
|
args: [{
|
|
5141
|
-
selector: 'px-
|
|
5115
|
+
selector: 'px-button-icon',
|
|
5142
5116
|
}]
|
|
5143
5117
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
5144
5118
|
type: Input
|
|
5145
|
-
}],
|
|
5146
|
-
type: Input
|
|
5147
|
-
|
|
5148
|
-
|
|
5149
|
-
|
|
5150
|
-
|
|
5151
|
-
}],
|
|
5152
|
-
type: Input,
|
|
5153
|
-
args: ['background-position']
|
|
5154
|
-
}], contrastHelperGradient: [{
|
|
5155
|
-
type: Input,
|
|
5156
|
-
args: ['contrast-helper-gradient']
|
|
5157
|
-
}], contrastHelperOverlay: [{
|
|
5158
|
-
type: Input,
|
|
5159
|
-
args: ['contrast-helper-overlay']
|
|
5160
|
-
}], mediaPosition: [{
|
|
5161
|
-
type: Input,
|
|
5162
|
-
args: ['media-position']
|
|
5163
|
-
}], mediaPositionMobile: [{
|
|
5164
|
-
type: Input,
|
|
5165
|
-
args: ['media-position--mobile']
|
|
5166
|
-
}], mediaPositionTablet: [{
|
|
5167
|
-
type: Input,
|
|
5168
|
-
args: ['media-position--tablet']
|
|
5169
|
-
}], mediaPositionLaptop: [{
|
|
5170
|
-
type: Input,
|
|
5171
|
-
args: ['media-position--laptop']
|
|
5172
|
-
}], mediaSrc: [{
|
|
5173
|
-
type: Input,
|
|
5174
|
-
args: ['media-src']
|
|
5175
|
-
}], mediaSrcMobile: [{
|
|
5176
|
-
type: Input,
|
|
5177
|
-
args: ['media-src--mobile']
|
|
5178
|
-
}], mediaSrcTablet: [{
|
|
5179
|
-
type: Input,
|
|
5180
|
-
args: ['media-src--tablet']
|
|
5181
|
-
}], mediaSrcLaptop: [{
|
|
5119
|
+
}], loading: [{
|
|
5120
|
+
type: Input
|
|
5121
|
+
}], size: [{
|
|
5122
|
+
type: Input
|
|
5123
|
+
}], variant: [{
|
|
5124
|
+
type: Input
|
|
5125
|
+
}], ariaExpanded: [{
|
|
5182
5126
|
type: Input,
|
|
5183
|
-
args: ['
|
|
5127
|
+
args: ['aria-expanded']
|
|
5128
|
+
}], name: [{
|
|
5129
|
+
type: Input
|
|
5130
|
+
}], value: [{
|
|
5131
|
+
type: Input
|
|
5132
|
+
}], type: [{
|
|
5133
|
+
type: Input
|
|
5134
|
+
}], disabled: [{
|
|
5135
|
+
type: Input
|
|
5184
5136
|
}], grow: [{
|
|
5185
5137
|
type: Input
|
|
5186
5138
|
}], growMobile: [{
|
|
@@ -5319,9 +5271,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
5319
5271
|
args: ['sticky-bottom']
|
|
5320
5272
|
}] } });
|
|
5321
5273
|
/**
|
|
5322
|
-
* @description Type-only wrapper for <px-
|
|
5274
|
+
* @description Type-only wrapper for <px-card>
|
|
5323
5275
|
*/
|
|
5324
|
-
class
|
|
5276
|
+
class PxCard {
|
|
5325
5277
|
elementRef;
|
|
5326
5278
|
set inverted(value) {
|
|
5327
5279
|
this.elementRef.nativeElement['inverted'] = value;
|
|
@@ -5329,57 +5281,83 @@ class PxButtonIcon {
|
|
|
5329
5281
|
get inverted() {
|
|
5330
5282
|
return this.elementRef.nativeElement['inverted'];
|
|
5331
5283
|
}
|
|
5332
|
-
set
|
|
5333
|
-
this.elementRef.nativeElement['
|
|
5284
|
+
set backgroundColor(value) {
|
|
5285
|
+
this.elementRef.nativeElement['backgroundColor'] = value;
|
|
5334
5286
|
}
|
|
5335
|
-
get
|
|
5336
|
-
return this.elementRef.nativeElement['
|
|
5287
|
+
get backgroundColor() {
|
|
5288
|
+
return this.elementRef.nativeElement['backgroundColor'];
|
|
5337
5289
|
}
|
|
5338
|
-
set
|
|
5339
|
-
this.elementRef.nativeElement['
|
|
5290
|
+
set backgroundSize(value) {
|
|
5291
|
+
this.elementRef.nativeElement['backgroundSize'] = value;
|
|
5340
5292
|
}
|
|
5341
|
-
get
|
|
5342
|
-
return this.elementRef.nativeElement['
|
|
5293
|
+
get backgroundSize() {
|
|
5294
|
+
return this.elementRef.nativeElement['backgroundSize'];
|
|
5343
5295
|
}
|
|
5344
|
-
set
|
|
5345
|
-
this.elementRef.nativeElement['
|
|
5296
|
+
set backgroundPosition(value) {
|
|
5297
|
+
this.elementRef.nativeElement['backgroundPosition'] = value;
|
|
5346
5298
|
}
|
|
5347
|
-
get
|
|
5348
|
-
return this.elementRef.nativeElement['
|
|
5299
|
+
get backgroundPosition() {
|
|
5300
|
+
return this.elementRef.nativeElement['backgroundPosition'];
|
|
5349
5301
|
}
|
|
5350
|
-
set
|
|
5351
|
-
this.elementRef.nativeElement['
|
|
5302
|
+
set contrastHelperGradient(value) {
|
|
5303
|
+
this.elementRef.nativeElement['contrastHelperGradient'] = value;
|
|
5352
5304
|
}
|
|
5353
|
-
get
|
|
5354
|
-
return this.elementRef.nativeElement['
|
|
5305
|
+
get contrastHelperGradient() {
|
|
5306
|
+
return this.elementRef.nativeElement['contrastHelperGradient'];
|
|
5355
5307
|
}
|
|
5356
|
-
|
|
5357
|
-
|
|
5358
|
-
this.elementRef.nativeElement['name'] = value;
|
|
5308
|
+
set contrastHelperOverlay(value) {
|
|
5309
|
+
this.elementRef.nativeElement['contrastHelperOverlay'] = value;
|
|
5359
5310
|
}
|
|
5360
|
-
get
|
|
5361
|
-
return this.elementRef.nativeElement['
|
|
5311
|
+
get contrastHelperOverlay() {
|
|
5312
|
+
return this.elementRef.nativeElement['contrastHelperOverlay'];
|
|
5362
5313
|
}
|
|
5363
|
-
|
|
5364
|
-
|
|
5365
|
-
this.elementRef.nativeElement['value'] = value;
|
|
5314
|
+
set mediaPosition(value) {
|
|
5315
|
+
this.elementRef.nativeElement['mediaPosition'] = value;
|
|
5366
5316
|
}
|
|
5367
|
-
get
|
|
5368
|
-
return this.elementRef.nativeElement['
|
|
5317
|
+
get mediaPosition() {
|
|
5318
|
+
return this.elementRef.nativeElement['mediaPosition'];
|
|
5369
5319
|
}
|
|
5370
|
-
|
|
5371
|
-
|
|
5372
|
-
this.elementRef.nativeElement['type'] = value;
|
|
5320
|
+
set mediaPositionMobile(value) {
|
|
5321
|
+
this.elementRef.nativeElement['mediaPositionMobile'] = value;
|
|
5373
5322
|
}
|
|
5374
|
-
get
|
|
5375
|
-
return this.elementRef.nativeElement['
|
|
5323
|
+
get mediaPositionMobile() {
|
|
5324
|
+
return this.elementRef.nativeElement['mediaPositionMobile'];
|
|
5376
5325
|
}
|
|
5377
|
-
|
|
5378
|
-
|
|
5379
|
-
this.elementRef.nativeElement['disabled'] = value;
|
|
5326
|
+
set mediaPositionTablet(value) {
|
|
5327
|
+
this.elementRef.nativeElement['mediaPositionTablet'] = value;
|
|
5380
5328
|
}
|
|
5381
|
-
get
|
|
5382
|
-
return this.elementRef.nativeElement['
|
|
5329
|
+
get mediaPositionTablet() {
|
|
5330
|
+
return this.elementRef.nativeElement['mediaPositionTablet'];
|
|
5331
|
+
}
|
|
5332
|
+
set mediaPositionLaptop(value) {
|
|
5333
|
+
this.elementRef.nativeElement['mediaPositionLaptop'] = value;
|
|
5334
|
+
}
|
|
5335
|
+
get mediaPositionLaptop() {
|
|
5336
|
+
return this.elementRef.nativeElement['mediaPositionLaptop'];
|
|
5337
|
+
}
|
|
5338
|
+
set mediaSrc(value) {
|
|
5339
|
+
this.elementRef.nativeElement['mediaSrc'] = value;
|
|
5340
|
+
}
|
|
5341
|
+
get mediaSrc() {
|
|
5342
|
+
return this.elementRef.nativeElement['mediaSrc'];
|
|
5343
|
+
}
|
|
5344
|
+
set mediaSrcMobile(value) {
|
|
5345
|
+
this.elementRef.nativeElement['mediaSrcMobile'] = value;
|
|
5346
|
+
}
|
|
5347
|
+
get mediaSrcMobile() {
|
|
5348
|
+
return this.elementRef.nativeElement['mediaSrcMobile'];
|
|
5349
|
+
}
|
|
5350
|
+
set mediaSrcTablet(value) {
|
|
5351
|
+
this.elementRef.nativeElement['mediaSrcTablet'] = value;
|
|
5352
|
+
}
|
|
5353
|
+
get mediaSrcTablet() {
|
|
5354
|
+
return this.elementRef.nativeElement['mediaSrcTablet'];
|
|
5355
|
+
}
|
|
5356
|
+
set mediaSrcLaptop(value) {
|
|
5357
|
+
this.elementRef.nativeElement['mediaSrcLaptop'] = value;
|
|
5358
|
+
}
|
|
5359
|
+
get mediaSrcLaptop() {
|
|
5360
|
+
return this.elementRef.nativeElement['mediaSrcLaptop'];
|
|
5383
5361
|
}
|
|
5384
5362
|
set grow(value) {
|
|
5385
5363
|
this.elementRef.nativeElement['grow'] = value;
|
|
@@ -5666,33 +5644,55 @@ class PxButtonIcon {
|
|
|
5666
5644
|
constructor(elementRef) {
|
|
5667
5645
|
this.elementRef = elementRef;
|
|
5668
5646
|
}
|
|
5669
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
5670
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type:
|
|
5647
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCard, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5648
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxCard, selector: "px-card", inputs: { inverted: "inverted", backgroundColor: ["background-color", "backgroundColor"], backgroundSize: ["background-size", "backgroundSize"], backgroundPosition: ["background-position", "backgroundPosition"], contrastHelperGradient: ["contrast-helper-gradient", "contrastHelperGradient"], contrastHelperOverlay: ["contrast-helper-overlay", "contrastHelperOverlay"], mediaPosition: ["media-position", "mediaPosition"], mediaPositionMobile: ["media-position--mobile", "mediaPositionMobile"], mediaPositionTablet: ["media-position--tablet", "mediaPositionTablet"], mediaPositionLaptop: ["media-position--laptop", "mediaPositionLaptop"], mediaSrc: ["media-src", "mediaSrc"], mediaSrcMobile: ["media-src--mobile", "mediaSrcMobile"], mediaSrcTablet: ["media-src--tablet", "mediaSrcTablet"], mediaSrcLaptop: ["media-src--laptop", "mediaSrcLaptop"], 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"] }, ngImport: i0 });
|
|
5671
5649
|
}
|
|
5672
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type:
|
|
5650
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxCard, decorators: [{
|
|
5673
5651
|
type: Directive,
|
|
5674
5652
|
args: [{
|
|
5675
|
-
selector: 'px-
|
|
5653
|
+
selector: 'px-card',
|
|
5676
5654
|
}]
|
|
5677
5655
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { inverted: [{
|
|
5678
5656
|
type: Input
|
|
5679
|
-
}],
|
|
5680
|
-
type: Input
|
|
5681
|
-
}], size: [{
|
|
5682
|
-
type: Input
|
|
5683
|
-
}], variant: [{
|
|
5684
|
-
type: Input
|
|
5685
|
-
}], ariaExpanded: [{
|
|
5657
|
+
}], backgroundColor: [{
|
|
5686
5658
|
type: Input,
|
|
5687
|
-
args: ['
|
|
5688
|
-
}],
|
|
5689
|
-
type: Input
|
|
5690
|
-
|
|
5691
|
-
|
|
5692
|
-
|
|
5693
|
-
|
|
5694
|
-
}],
|
|
5695
|
-
type: Input
|
|
5659
|
+
args: ['background-color']
|
|
5660
|
+
}], backgroundSize: [{
|
|
5661
|
+
type: Input,
|
|
5662
|
+
args: ['background-size']
|
|
5663
|
+
}], backgroundPosition: [{
|
|
5664
|
+
type: Input,
|
|
5665
|
+
args: ['background-position']
|
|
5666
|
+
}], contrastHelperGradient: [{
|
|
5667
|
+
type: Input,
|
|
5668
|
+
args: ['contrast-helper-gradient']
|
|
5669
|
+
}], contrastHelperOverlay: [{
|
|
5670
|
+
type: Input,
|
|
5671
|
+
args: ['contrast-helper-overlay']
|
|
5672
|
+
}], mediaPosition: [{
|
|
5673
|
+
type: Input,
|
|
5674
|
+
args: ['media-position']
|
|
5675
|
+
}], mediaPositionMobile: [{
|
|
5676
|
+
type: Input,
|
|
5677
|
+
args: ['media-position--mobile']
|
|
5678
|
+
}], mediaPositionTablet: [{
|
|
5679
|
+
type: Input,
|
|
5680
|
+
args: ['media-position--tablet']
|
|
5681
|
+
}], mediaPositionLaptop: [{
|
|
5682
|
+
type: Input,
|
|
5683
|
+
args: ['media-position--laptop']
|
|
5684
|
+
}], mediaSrc: [{
|
|
5685
|
+
type: Input,
|
|
5686
|
+
args: ['media-src']
|
|
5687
|
+
}], mediaSrcMobile: [{
|
|
5688
|
+
type: Input,
|
|
5689
|
+
args: ['media-src--mobile']
|
|
5690
|
+
}], mediaSrcTablet: [{
|
|
5691
|
+
type: Input,
|
|
5692
|
+
args: ['media-src--tablet']
|
|
5693
|
+
}], mediaSrcLaptop: [{
|
|
5694
|
+
type: Input,
|
|
5695
|
+
args: ['media-src--laptop']
|
|
5696
5696
|
}], grow: [{
|
|
5697
5697
|
type: Input
|
|
5698
5698
|
}], growMobile: [{
|
|
@@ -32862,11 +32862,15 @@ class PxSwitch {
|
|
|
32862
32862
|
get stickyBottom() {
|
|
32863
32863
|
return this.elementRef.nativeElement['stickyBottom'];
|
|
32864
32864
|
}
|
|
32865
|
+
change = new EventEmitter();
|
|
32865
32866
|
constructor(elementRef) {
|
|
32866
32867
|
this.elementRef = elementRef;
|
|
32868
|
+
this.elementRef.nativeElement.addEventListener('change', (e) => {
|
|
32869
|
+
this.change.emit(e.detail);
|
|
32870
|
+
});
|
|
32867
32871
|
}
|
|
32868
32872
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxSwitch, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
32869
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxSwitch, selector: "px-switch", inputs: { inverted: "inverted", hover: "hover", 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"] }, ngImport: i0 });
|
|
32873
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxSwitch, selector: "px-switch", inputs: { inverted: "inverted", hover: "hover", 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"] }, outputs: { change: "change" }, ngImport: i0 });
|
|
32870
32874
|
}
|
|
32871
32875
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxSwitch, decorators: [{
|
|
32872
32876
|
type: Directive,
|
|
@@ -33013,6 +33017,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
33013
33017
|
}], stickyBottom: [{
|
|
33014
33018
|
type: Input,
|
|
33015
33019
|
args: ['sticky-bottom']
|
|
33020
|
+
}], change: [{
|
|
33021
|
+
type: Output
|
|
33016
33022
|
}] } });
|
|
33017
33023
|
/**
|
|
33018
33024
|
* @description Type-only wrapper for <px-table>
|
|
@@ -37408,7 +37414,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
37408
37414
|
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
37409
37415
|
class Lavender {
|
|
37410
37416
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
37411
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: Lavender, declarations: [PxAccordion, PxAgGridTable, PxAgGridTableThButton, PxAgGridTableThContent, PxBanner, PxBreadcrumbItem, PxBreadcrumb, PxButton, PxButtonWrapper,
|
|
37417
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: Lavender, declarations: [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] });
|
|
37412
37418
|
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender });
|
|
37413
37419
|
}
|
|
37414
37420
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender, decorators: [{
|
|
@@ -37424,8 +37430,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
37424
37430
|
PxBreadcrumb,
|
|
37425
37431
|
PxButton,
|
|
37426
37432
|
PxButtonWrapper,
|
|
37427
|
-
PxCard,
|
|
37428
37433
|
PxButtonIcon,
|
|
37434
|
+
PxCard,
|
|
37429
37435
|
PxAppleseed,
|
|
37430
37436
|
PxCarousel,
|
|
37431
37437
|
PxCarouselItem,
|
|
@@ -37526,8 +37532,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
37526
37532
|
PxBreadcrumb,
|
|
37527
37533
|
PxButton,
|
|
37528
37534
|
PxButtonWrapper,
|
|
37529
|
-
PxCard,
|
|
37530
37535
|
PxButtonIcon,
|
|
37536
|
+
PxCard,
|
|
37531
37537
|
PxAppleseed,
|
|
37532
37538
|
PxCarousel,
|
|
37533
37539
|
PxCarouselItem,
|