Socket
Socket
Sign inDemoInstall

codefoxui

Package Overview
Dependencies
5
Maintainers
2
Versions
388
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.6.29 to 0.7.0

esm2022/lib/features/datetimepicker/datetimepicker.component.mjs

2

lib/features/index.d.ts
export * from './autocomplete/autocomplete.component';
export * from './breadcrumb/breadcrumb.component';
export * from './calendar/calendar.component';
export * from './chart';

@@ -32,1 +31,2 @@ export * from './checkbox/checkbox.component';

export * from './mediamanager';
export * from './datetimepicker';
import { AbstractControl, FormBuilder, FormGroup } from "@angular/forms";
import { DomSanitizer, SafeHtml } from "@angular/platform-browser";
import { DateItem } from "../../features/calendar/calendar.interfaces";
import { DateItem } from "../../features";
import { FileSource, LabelValue } from "../../interfaces";

@@ -23,3 +23,3 @@ export declare function isStringArray(values: any[]): boolean;

export declare function dateBetween(a: Date, minDate: Date, maxDate: Date): boolean;
export declare function getCalendarDrawDates(date: Date, range: boolean, selectedDate: Date | Date[] | null, today: Date | null, minDate: Date | null, maxDate: Date | null, disabledDates: Date[]): DateItem[];
export declare function getCalendarDrawDates(date: Date, selectedDate: Date | null, today: Date | null, minDate: Date | null, maxDate: Date | null, disabledDates: Date[]): DateItem[];
export declare function replaceAll(input: string, find: string, replace: string): string;

@@ -26,0 +26,0 @@ export declare function convertToThousandSeparator(input: number | string, thousandSeparator?: string, decimalSign?: string): string;

@@ -17,1 +17,2 @@ export { CfConfigService } from './config.service';

export { TranslationsService } from './translation.service';
export { GlobalEventListenerService } from './global.event.listener.service';
{
"name": "codefoxui",
"version": "0.6.29",
"version": "0.7.0",
"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

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc