@elderbyte/ngx-starter 21.4.0 → 21.4.1
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.
|
@@ -38188,8 +38188,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImpor
|
|
|
38188
38188
|
}] });
|
|
38189
38189
|
|
|
38190
38190
|
class ElderResizeContainerComponent {
|
|
38191
|
+
constructor() {
|
|
38192
|
+
this.resizeHandleDirective = inject(ElderResizeBehaviorDirective);
|
|
38193
|
+
}
|
|
38191
38194
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: ElderResizeContainerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
38192
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
38195
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.1.2", type: ElderResizeContainerComponent, isStandalone: true, selector: "elder-resize-container", host: { classAttribute: "elder-resize-container" }, hostDirectives: [{ directive: ElderResizeBehaviorDirective, inputs: ["minWidth", "minWidth", "maxWidth", "maxWidth", "handlePosition", "handlePosition"] }], ngImport: i0, template: "@if (resizeHandleDirective.handlePosition() !== 'none') {\n <elder-resize-handle-bar></elder-resize-handle-bar>\n}\n<div class=\"elder-resize-container-inner\">\n <ng-content></ng-content>\n</div>\n", styles: [":host{height:100%;display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:stretch;position:relative}:host.resize-mode{flex:none!important}.elder-resize-container-inner{height:100%;display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:stretch}\n"], dependencies: [{ kind: "component", type: ElderResizeHandleBarComponent, selector: "elder-resize-handle-bar" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
38193
38196
|
}
|
|
38194
38197
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: ElderResizeContainerComponent, decorators: [{
|
|
38195
38198
|
type: Component,
|
|
@@ -38200,7 +38203,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImpor
|
|
|
38200
38203
|
directive: ElderResizeBehaviorDirective,
|
|
38201
38204
|
inputs: ['minWidth', 'maxWidth', 'handlePosition'],
|
|
38202
38205
|
},
|
|
38203
|
-
], changeDetection: ChangeDetectionStrategy.OnPush, template: "<elder-resize-handle-bar></elder-resize-handle-bar>\n<div class=\"elder-resize-container-inner\">\n <ng-content></ng-content>\n</div>\n", styles: [":host{height:100%;display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:stretch;position:relative}:host.resize-mode{flex:none!important}.elder-resize-container-inner{height:100%;display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:stretch}\n"] }]
|
|
38206
|
+
], changeDetection: ChangeDetectionStrategy.OnPush, template: "@if (resizeHandleDirective.handlePosition() !== 'none') {\n <elder-resize-handle-bar></elder-resize-handle-bar>\n}\n<div class=\"elder-resize-container-inner\">\n <ng-content></ng-content>\n</div>\n", styles: [":host{height:100%;display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:stretch;position:relative}:host.resize-mode{flex:none!important}.elder-resize-container-inner{height:100%;display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:stretch}\n"] }]
|
|
38204
38207
|
}] });
|
|
38205
38208
|
|
|
38206
38209
|
const DEFAULT_CONFIG = {
|