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