angular-split
Advanced tools
Comparing version 18.0.0-beta.0 to 18.0.0-beta.1
export type SplitAreaSize = number | '*'; | ||
export type SplitAreaSizeInput = SplitAreaSize | `${number}` | undefined | null; | ||
export declare const areaSizeTransform: (areaSize: SplitAreaSizeInput) => SplitAreaSize | 'auto'; | ||
export declare const areaSizeTransform: (areaSize: SplitAreaSizeInput) => SplitAreaSize | "auto"; | ||
export declare const boundaryAreaSizeTransform: (areaSize: SplitAreaSizeInput) => SplitAreaSize; | ||
@@ -5,0 +5,0 @@ export type SplitDirection = 'horizontal' | 'vertical'; |
@@ -7,3 +7,3 @@ import { Signal } from '@angular/core'; | ||
protected readonly split: SplitComponent; | ||
readonly size: import("@angular/core").InputSignalWithTransform<SplitAreaSize | "auto", import("../models").SplitAreaSizeInput>; | ||
readonly size: import("@angular/core").InputSignalWithTransform<"auto" | SplitAreaSize, import("../models").SplitAreaSizeInput>; | ||
readonly minSize: import("@angular/core").InputSignalWithTransform<SplitAreaSize, import("../models").SplitAreaSizeInput>; | ||
@@ -10,0 +10,0 @@ readonly maxSize: import("@angular/core").InputSignalWithTransform<SplitAreaSize, import("../models").SplitAreaSizeInput>; |
@@ -1,5 +0,7 @@ | ||
import { SplitAreaComponent } from '../split-area/split-area.component'; | ||
import { InjectionToken } from '@angular/core'; | ||
import type { SplitAreaComponent } from '../split-area/split-area.component'; | ||
import { SplitGutterInteractionEvent, SplitAreaSize } from '../models'; | ||
import { SplitGutterDirective } from '../gutter/split-gutter.directive'; | ||
import * as i0 from "@angular/core"; | ||
export declare const SPLIT_AREA_CONTRACT: InjectionToken<SplitAreaComponent>; | ||
export declare class SplitComponent { | ||
@@ -6,0 +8,0 @@ private readonly document; |
{ | ||
"name": "angular-split", | ||
"version": "18.0.0-beta.0", | ||
"version": "18.0.0-beta.1", | ||
"description": "Angular UI library to split views and allow dragging to resize areas using CSS flexbox layout.", | ||
@@ -5,0 +5,0 @@ "author": "beeman", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
380226
2446
0