Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

angular-split

Package Overview
Dependencies
Maintainers
1
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-split - npm Package Compare versions

Comparing version 18.0.0-beta.0 to 18.0.0-beta.1

2

lib/models.d.ts
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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc