@metadev/lux 0.30.0 → 0.31.0
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/fesm2022/metadev-lux.mjs +16 -16
- package/fesm2022/metadev-lux.mjs.map +1 -1
- package/package.json +3 -3
package/fesm2022/metadev-lux.mjs
CHANGED
|
@@ -1834,10 +1834,10 @@ class LuxModalWindowComponent {
|
|
|
1834
1834
|
this._elWithFocus = null;
|
|
1835
1835
|
}
|
|
1836
1836
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: LuxModalWindowComponent, deps: [{ token: DOCUMENT }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
1837
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: LuxModalWindowComponent, isStandalone: false, selector: "lux-modal-window", inputs: { ariaDescribedBy: "ariaDescribedBy", ariaLabelledBy: "ariaLabelledBy", backdrop: "backdrop", keyboard: "keyboard", windowClass: "windowClass" }, outputs: { dismissEvent: "dismissEvent" }, host: { listeners: { "click": "backdropClick($event.target)", "keyup.esc": "escKey($event)" }, properties: { "class": "this.class", "attr.role": "this.role", "tabindex": "this.tabindex", "attr.aria-modal": "this.ariamodal", "attr.aria-labelledby": "this.hostAriaLabelledBy", "attr.aria-describedby": "this.hostAriaDescribedBy" } }, ngImport: i0, template: `
|
|
1838
|
-
<div class="modal-dialog" role="document">
|
|
1839
|
-
<div class="modal-content"><ng-content></ng-content></div>
|
|
1840
|
-
</div>
|
|
1837
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: LuxModalWindowComponent, isStandalone: false, selector: "lux-modal-window", inputs: { ariaDescribedBy: "ariaDescribedBy", ariaLabelledBy: "ariaLabelledBy", backdrop: "backdrop", keyboard: "keyboard", windowClass: "windowClass" }, outputs: { dismissEvent: "dismissEvent" }, host: { listeners: { "click": "backdropClick($event.target)", "keyup.esc": "escKey($event)" }, properties: { "class": "this.class", "attr.role": "this.role", "tabindex": "this.tabindex", "attr.aria-modal": "this.ariamodal", "attr.aria-labelledby": "this.hostAriaLabelledBy", "attr.aria-describedby": "this.hostAriaDescribedBy" } }, ngImport: i0, template: `
|
|
1838
|
+
<div class="modal-dialog" role="document">
|
|
1839
|
+
<div class="modal-content"><ng-content></ng-content></div>
|
|
1840
|
+
</div>
|
|
1841
1841
|
`, isInline: true });
|
|
1842
1842
|
}
|
|
1843
1843
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: LuxModalWindowComponent, decorators: [{
|
|
@@ -1845,10 +1845,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
1845
1845
|
args: [{
|
|
1846
1846
|
standalone: false,
|
|
1847
1847
|
selector: 'lux-modal-window',
|
|
1848
|
-
template: `
|
|
1849
|
-
<div class="modal-dialog" role="document">
|
|
1850
|
-
<div class="modal-content"><ng-content></ng-content></div>
|
|
1851
|
-
</div>
|
|
1848
|
+
template: `
|
|
1849
|
+
<div class="modal-dialog" role="document">
|
|
1850
|
+
<div class="modal-content"><ng-content></ng-content></div>
|
|
1851
|
+
</div>
|
|
1852
1852
|
`
|
|
1853
1853
|
}]
|
|
1854
1854
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
@@ -3613,20 +3613,20 @@ class TooltipComponent {
|
|
|
3613
3613
|
context;
|
|
3614
3614
|
constructor() { }
|
|
3615
3615
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: TooltipComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3616
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: TooltipComponent, isStandalone: false, selector: "ng-component", inputs: { context: "context" }, ngImport: i0, template: `
|
|
3617
|
-
<span class="lux-tooltip" style="transition: opacity 200ms">{{
|
|
3618
|
-
context.message
|
|
3619
|
-
}}</span>
|
|
3616
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: TooltipComponent, isStandalone: false, selector: "ng-component", inputs: { context: "context" }, ngImport: i0, template: `
|
|
3617
|
+
<span class="lux-tooltip" style="transition: opacity 200ms">{{
|
|
3618
|
+
context.message
|
|
3619
|
+
}}</span>
|
|
3620
3620
|
`, isInline: true });
|
|
3621
3621
|
}
|
|
3622
3622
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: TooltipComponent, decorators: [{
|
|
3623
3623
|
type: Component,
|
|
3624
3624
|
args: [{
|
|
3625
3625
|
standalone: false,
|
|
3626
|
-
template: `
|
|
3627
|
-
<span class="lux-tooltip" style="transition: opacity 200ms">{{
|
|
3628
|
-
context.message
|
|
3629
|
-
}}</span>
|
|
3626
|
+
template: `
|
|
3627
|
+
<span class="lux-tooltip" style="transition: opacity 200ms">{{
|
|
3628
|
+
context.message
|
|
3629
|
+
}}</span>
|
|
3630
3630
|
`
|
|
3631
3631
|
}]
|
|
3632
3632
|
}], ctorParameters: () => [], propDecorators: { context: [{
|