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

@vismaux/ngx-vud

Package Overview
Dependencies
Maintainers
10
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vismaux/ngx-vud - npm Package Compare versions

Comparing version 13.5.0 to 13.6.0

1

lib/alert/alert-i18n.service.d.ts

@@ -14,1 +14,2 @@ import * as i0 from "@angular/core";

}
export declare function provideVudAlertI18n(value: VudAlertI18n | (() => VudAlertI18n)): import("@angular/core").EnvironmentProviders;

@@ -0,1 +1,2 @@

import { Provider, Type } from '@angular/core';
import { VudDateStruct } from '../datepicker.model';

@@ -28,1 +29,2 @@ import * as i0 from "@angular/core";

}
export declare function provideVudDatepickerAdapter<T>(adapter: Type<VudDateAdapter<T>>): Provider;

46

lib/datepicker/datepicker-i18n.service.d.ts

@@ -5,17 +5,15 @@ import { TranslationWidth } from '@angular/common';

export declare function VUD_DATEPICKER_18N_FACTORY(): VudDatepickerI18nDefault;
export declare abstract class VudDatepickerI18n {
/** @ignore */
private readonly _locale;
abstract previousMonthLabel: string;
abstract nextMonthLabel: string;
abstract selectMonthLabel: string;
abstract selectYearLabel: string;
export interface IVudDatepickerI18n {
previousMonthLabel: string;
nextMonthLabel: string;
selectMonthLabel: string;
selectYearLabel: string;
/**
* Returns the week label to display in the heading of the month view.
*/
abstract weekLabel: string;
weekLabel: string;
/**
* Returns the weekday label using specified width
*/
getWeekdayLabel(weekday: number, width?: TranslationWidth): string;
getWeekdayLabel?(weekday: number, width?: TranslationWidth): string;
/**

@@ -26,3 +24,3 @@ * Returns the short month name to display in the date picker navigation.

*/
getMonthShortName(month: number): string;
getMonthShortName?(month: number): string;
/**

@@ -33,22 +31,39 @@ * Returns the full month name to display in the date picker navigation.

*/
getMonthFullName(month: number): string;
getMonthFullName?(month: number): string;
/**
* Returns the value of the `aria-label` attribute for a specific date.
*/
getDayAriaLabel(date: NgbDateStruct): string;
getDayAriaLabel?(date: NgbDateStruct): string;
/**
* Returns the text label to display above the day view.
*/
getMonthLabel(date: NgbDateStruct): string;
getMonthLabel?(date: NgbDateStruct): string;
/**
* Returns the textual representation of a day that is rendered in a day cell.
*/
getDayNumerals(date: NgbDateStruct): string;
getDayNumerals?(date: NgbDateStruct): string;
/**
* Returns the textual representation of a week number rendered by datepicker.
*/
getWeekNumerals(weekNumber: number): string;
getWeekNumerals?(weekNumber: number): string;
/**
* Returns the textual representation of a year that is rendered in the datepicker year select box.
*/
getYearNumerals?(year: number): string;
}
export declare abstract class VudDatepickerI18n implements IVudDatepickerI18n {
/** @ignore */
private readonly _locale;
abstract previousMonthLabel: string;
abstract nextMonthLabel: string;
abstract selectMonthLabel: string;
abstract selectYearLabel: string;
abstract weekLabel: string;
getWeekdayLabel(weekday: number, width?: TranslationWidth): string;
getMonthShortName(month: number): string;
getMonthFullName(month: number): string;
getDayAriaLabel(date: NgbDateStruct): string;
getMonthLabel(date: NgbDateStruct): string;
getDayNumerals(date: NgbDateStruct): string;
getWeekNumerals(weekNumber: number): string;
getYearNumerals(year: number): string;

@@ -67,1 +82,2 @@ static ɵfac: i0.ɵɵFactoryDeclaration<VudDatepickerI18n, never>;

}
export declare function provideVudDatepickerI18n(value: IVudDatepickerI18n | (() => IVudDatepickerI18n)): import("@angular/core").EnvironmentProviders;

@@ -17,1 +17,2 @@ import * as i0 from "@angular/core";

}
export declare function provideVudDatepickerInputI18n(value: VudDatepickerInputI18n | (() => VudDatepickerInputI18n)): import("@angular/core").EnvironmentProviders;

@@ -15,1 +15,2 @@ import * as i0 from "@angular/core";

}
export declare function provideVudLightDarkSwitchI18n(value: VudLightDarkSwitchI18n | (() => VudLightDarkSwitchI18n)): import("@angular/core").EnvironmentProviders;

@@ -14,1 +14,2 @@ import * as i0 from "@angular/core";

}
export declare function provideVudNavbarI18n(value: VudNavbarI18n | (() => VudNavbarI18n)): import("@angular/core").EnvironmentProviders;

@@ -22,1 +22,2 @@ import { InjectionToken } from '@angular/core';

export declare const VUD_NAVBAR_CONFIG: InjectionToken<VudNavbarConfig>;
export declare function provideVudNavbarConfig(config: VudNavbarConfig): import("@angular/core").EnvironmentProviders;

@@ -21,1 +21,2 @@ import * as i0 from "@angular/core";

}
export declare function provideVudSelectI18n(value: VudSelectI18n | (() => VudSelectI18n)): import("@angular/core").EnvironmentProviders;

@@ -1,2 +0,1 @@

import { Provider } from '@angular/core';
import * as i0 from "@angular/core";

@@ -18,2 +17,2 @@ export declare function VUD_SIDEBAR_I18N_FACTORY(): VudSidebarI18nDefault;

}
export declare function provideVudSidebarI18n(value: VudSidebarI18n): Provider;
export declare function provideVudSidebarI18n(value: VudSidebarI18n | (() => VudSidebarI18n)): import("@angular/core").EnvironmentProviders;

@@ -16,2 +16,4 @@ import { TemplateRef, EventEmitter, DoCheck } from '@angular/core';

href?: string;
target?: '_blank' | '_self' | '_parent' | '_top';
framename?: string;
set active(value: boolean);

@@ -24,5 +26,5 @@ get active(): boolean;

static ɵfac: i0.ɵɵFactoryDeclaration<VudSidebarItemComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<VudSidebarItemComponent, "vud-sidebar-item", never, { "routerLink": { "alias": "routerLink"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "href": { "alias": "href"; "required": false; }; "active": { "alias": "active"; "required": false; }; }, { "click": "click"; }, never, ["*"], false, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<VudSidebarItemComponent, "vud-sidebar-item", never, { "routerLink": { "alias": "routerLink"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "href": { "alias": "href"; "required": false; }; "target": { "alias": "target"; "required": false; }; "framename": { "alias": "framename"; "required": false; }; "active": { "alias": "active"; "required": false; }; }, { "click": "click"; }, never, ["*"], false, never>;
static ngAcceptInputType_disabled: unknown;
static ngAcceptInputType_active: unknown;
}

@@ -17,4 +17,7 @@ import { AfterContentInit, AfterViewInit, EventEmitter, QueryList } from '@angular/core';

readonly hiddenMenuChange: EventEmitter<boolean>;
/** @ignore */
readonly sidebarItems?: QueryList<VudISidebarItem>;
/** @ignore */
ngAfterContentInit(): void;
/** @ignore */
ngAfterViewInit(): void;

@@ -21,0 +24,0 @@ toggleMenu(): void;

@@ -13,1 +13,2 @@ import * as i0 from "@angular/core";

}
export declare function provideVudTabsetI18n(value: VudTabsetI18n | (() => VudTabsetI18n)): import("@angular/core").EnvironmentProviders;
{
"name": "@vismaux/ngx-vud",
"version": "13.5.0",
"version": "13.6.0",
"peerDependencies": {

@@ -5,0 +5,0 @@ "@angular/cdk": "^17.0.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

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