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

codefoxui

Package Overview
Dependencies
Maintainers
2
Versions
425
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

codefoxui - npm Package Compare versions

Comparing version 0.6.24 to 0.6.25

5

lib/features/tabview/tabpanel.component.d.ts
import { ChangeDetectorRef, OnChanges } from '@angular/core';
import { TabViewComponent } from './tabview.component';
import * as i0 from "@angular/core";
export declare class TabPanelComponent implements OnChanges {
cdr: ChangeDetectorRef;
tabViewComponent: TabViewComponent | null;
title: string | null;
selected: boolean;
disabled: boolean;
titleClasses: string[];
disable(): void;

@@ -14,3 +17,3 @@ enable(): void;

static ɵfac: i0.ɵɵFactoryDeclaration<TabPanelComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TabPanelComponent, "cf-tabPanel", never, { "title": { "alias": "title"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, ["*"], true, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TabPanelComponent, "cf-tabPanel", never, { "title": { "alias": "title"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "titleClasses": { "alias": "titleClasses"; "required": false; }; }, {}, never, ["*"], true, never>;
}

43

lib/features/tabview/tabview.component.d.ts

@@ -1,7 +0,7 @@

import { QueryList, AfterContentInit, ElementRef, ChangeDetectorRef, OnInit, EventEmitter } from '@angular/core';
import { QueryList, AfterContentInit, ElementRef, OnInit, EventEmitter, OnChanges } from '@angular/core';
import { TabPanelComponent } from './tabpanel.component';
import * as i0 from "@angular/core";
export declare class TabViewComponent implements AfterContentInit, OnInit {
cdr: ChangeDetectorRef;
el: ElementRef<HTMLElement>;
export declare class TabViewComponent implements AfterContentInit, OnInit, OnChanges {
private cdr;
private el;
input: ElementRef<HTMLInputElement> | null;

@@ -12,2 +12,3 @@ selectedTabpanelIndex: number;

hideTabs: boolean;
closeable: boolean;
tabPanelSelected: EventEmitter<{

@@ -17,22 +18,32 @@ index: number;

}>;
tabPanelsQueryList: QueryList<TabPanelComponent>;
focused: boolean;
documentClickEventListener: ((event: MouseEvent) => void) | null;
tabPanels: TabPanelComponent[];
focusFromHiddenInput(): void;
onClose: EventEmitter<boolean>;
protected closed: boolean;
protected tabPanelsQueryList: QueryList<TabPanelComponent>;
protected header: ElementRef<HTMLDivElement> | undefined;
protected focused: boolean;
protected documentClickEventListener: ((event: MouseEvent) => void) | null;
protected tabPanels: TabPanelComponent[];
protected headerScroll(wheelEvent: WheelEvent): void;
protected toggleClosed(): void;
close(): void;
open(): void;
private setClosedState;
protected getClasses(index: number): string[];
protected focusFromHiddenInput(): void;
selectTabPanelIndex(index: number, preventFocus?: boolean): void;
keydown(keyboardEvent: KeyboardEvent): void;
blur(): void;
bindDocumentClickListener(): void;
unbindDocumentClickListener(): void;
documentClicked(event: MouseEvent): void;
protected keydown(keyboardEvent: KeyboardEvent): void;
protected blur(): void;
protected bindDocumentClickListener(): void;
protected unbindDocumentClickListener(): void;
protected documentClicked(event: MouseEvent): void;
disable(index: number): void;
enable(index: number): void;
ngAfterContentInit(): void;
update(selectedTabpanelIndex?: number | null): void;
protected update(selectedTabpanelIndex?: number | null): void;
detectChanges(): void;
ngOnChanges(): void;
ngOnInit(): void;
constructor();
static ɵfac: i0.ɵɵFactoryDeclaration<TabViewComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TabViewComponent, "cf-tabView", never, { "selectedTabpanelIndex": { "alias": "selectedTabpanelIndex"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "height": { "alias": "height"; "required": false; }; "hideTabs": { "alias": "hideTabs"; "required": false; }; }, { "tabPanelSelected": "tabPanelSelected"; }, ["tabPanelsQueryList"], ["*"], true, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TabViewComponent, "cf-tabView", never, { "selectedTabpanelIndex": { "alias": "selectedTabpanelIndex"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "height": { "alias": "height"; "required": false; }; "hideTabs": { "alias": "hideTabs"; "required": false; }; "closeable": { "alias": "closeable"; "required": false; }; }, { "tabPanelSelected": "tabPanelSelected"; "onClose": "onClose"; }, ["tabPanelsQueryList"], ["*"], true, never>;
}
{
"name": "codefoxui",
"version": "0.6.24",
"version": "0.6.25",
"peerDependencies": {

@@ -5,0 +5,0 @@ "@angular/common": "^16.1.0",

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