@proximus/lavender-angular 2.0.0-alpha.98 → 2.0.0-alpha.99
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.
|
@@ -37356,11 +37356,17 @@ class PxThemeProvider {
|
|
|
37356
37356
|
get theme() {
|
|
37357
37357
|
return this.elementRef.nativeElement['theme'];
|
|
37358
37358
|
}
|
|
37359
|
+
set resetCss(value) {
|
|
37360
|
+
this.elementRef.nativeElement['resetCss'] = value;
|
|
37361
|
+
}
|
|
37362
|
+
get resetCss() {
|
|
37363
|
+
return this.elementRef.nativeElement['resetCss'];
|
|
37364
|
+
}
|
|
37359
37365
|
constructor(elementRef) {
|
|
37360
37366
|
this.elementRef = elementRef;
|
|
37361
37367
|
}
|
|
37362
37368
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxThemeProvider, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
37363
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxThemeProvider, selector: "px-theme-provider", inputs: { theme: "theme" }, ngImport: i0 });
|
|
37369
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxThemeProvider, selector: "px-theme-provider", inputs: { theme: "theme", resetCss: ["reset-css", "resetCss"] }, ngImport: i0 });
|
|
37364
37370
|
}
|
|
37365
37371
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxThemeProvider, decorators: [{
|
|
37366
37372
|
type: Directive,
|
|
@@ -37369,41 +37375,62 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
37369
37375
|
}]
|
|
37370
37376
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { theme: [{
|
|
37371
37377
|
type: Input
|
|
37378
|
+
}], resetCss: [{
|
|
37379
|
+
type: Input,
|
|
37380
|
+
args: ['reset-css']
|
|
37372
37381
|
}] } });
|
|
37373
37382
|
/**
|
|
37374
37383
|
* @description Type-only wrapper for <px-proximus-theme-provider>
|
|
37375
37384
|
*/
|
|
37376
37385
|
class PxProximusThemeProvider {
|
|
37377
37386
|
elementRef;
|
|
37387
|
+
set resetCss(value) {
|
|
37388
|
+
this.elementRef.nativeElement['resetCss'] = value;
|
|
37389
|
+
}
|
|
37390
|
+
get resetCss() {
|
|
37391
|
+
return this.elementRef.nativeElement['resetCss'];
|
|
37392
|
+
}
|
|
37378
37393
|
constructor(elementRef) {
|
|
37379
37394
|
this.elementRef = elementRef;
|
|
37380
37395
|
}
|
|
37381
37396
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxProximusThemeProvider, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
37382
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxProximusThemeProvider, selector: "px-proximus-theme-provider", ngImport: i0 });
|
|
37397
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxProximusThemeProvider, selector: "px-proximus-theme-provider", inputs: { resetCss: ["reset-css", "resetCss"] }, ngImport: i0 });
|
|
37383
37398
|
}
|
|
37384
37399
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxProximusThemeProvider, decorators: [{
|
|
37385
37400
|
type: Directive,
|
|
37386
37401
|
args: [{
|
|
37387
37402
|
selector: 'px-proximus-theme-provider',
|
|
37388
37403
|
}]
|
|
37389
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }]
|
|
37404
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { resetCss: [{
|
|
37405
|
+
type: Input,
|
|
37406
|
+
args: ['reset-css']
|
|
37407
|
+
}] } });
|
|
37390
37408
|
/**
|
|
37391
37409
|
* @description Type-only wrapper for <px-scarlet-theme-provider>
|
|
37392
37410
|
*/
|
|
37393
37411
|
class PxScarletThemeProvider {
|
|
37394
37412
|
elementRef;
|
|
37413
|
+
set resetCss(value) {
|
|
37414
|
+
this.elementRef.nativeElement['resetCss'] = value;
|
|
37415
|
+
}
|
|
37416
|
+
get resetCss() {
|
|
37417
|
+
return this.elementRef.nativeElement['resetCss'];
|
|
37418
|
+
}
|
|
37395
37419
|
constructor(elementRef) {
|
|
37396
37420
|
this.elementRef = elementRef;
|
|
37397
37421
|
}
|
|
37398
37422
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxScarletThemeProvider, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
37399
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxScarletThemeProvider, selector: "px-scarlet-theme-provider", ngImport: i0 });
|
|
37423
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxScarletThemeProvider, selector: "px-scarlet-theme-provider", inputs: { resetCss: ["reset-css", "resetCss"] }, ngImport: i0 });
|
|
37400
37424
|
}
|
|
37401
37425
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxScarletThemeProvider, decorators: [{
|
|
37402
37426
|
type: Directive,
|
|
37403
37427
|
args: [{
|
|
37404
37428
|
selector: 'px-scarlet-theme-provider',
|
|
37405
37429
|
}]
|
|
37406
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }]
|
|
37430
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { resetCss: [{
|
|
37431
|
+
type: Input,
|
|
37432
|
+
args: ['reset-css']
|
|
37433
|
+
}] } });
|
|
37407
37434
|
class Lavender {
|
|
37408
37435
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
37409
37436
|
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] });
|