Socket
Socket
Sign inDemoInstall

@chasi/ui

Package Overview
Dependencies
Maintainers
0
Versions
157
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chasi/ui - npm Package Compare versions

Comparing version 0.2.104 to 0.2.105

12

dist/CAvatar/CAvatar.svelte.d.ts
import { SvelteComponent } from "svelte";
declare const __propDef: {
props: {
frame?: boolean | undefined;
text?: string | undefined;
size?: string | undefined;
src?: string | undefined;
class?: string | undefined;
frame?: boolean;
text?: string;
size?: string;
src?: string;
class?: string;
};

@@ -14,2 +14,4 @@ events: {

slots: {};
exports?: {} | undefined;
bindings?: string | undefined;
};

@@ -16,0 +18,0 @@ export type CAvatarProps = typeof __propDef.props;

import { SvelteComponent } from "svelte";
declare const __propDef: {
props: {
active?: boolean | undefined;
persistent?: boolean | undefined;
ssrRender?: boolean | undefined;
active?: boolean;
persistent?: boolean;
ssrRender?: boolean;
};

@@ -23,2 +23,4 @@ events: {

};
exports?: {} | undefined;
bindings?: string | undefined;
};

@@ -25,0 +27,0 @@ export type CDialogProps = typeof __propDef.props;

import { SvelteComponent } from "svelte";
declare const __propDef: {
props: {
active?: boolean | undefined;
icon?: string | undefined;
active?: boolean;
icon?: string;
/**
* Rotación del icono en el botón.
* @default '-45deg'
*/ iconRotation?: string | undefined;
class?: string | undefined;
*/ iconRotation?: string;
class?: string;
};

@@ -21,2 +21,4 @@ events: {

};
exports?: {} | undefined;
bindings?: string | undefined;
};

@@ -23,0 +25,0 @@ export type CExpandProps = typeof __propDef.props;

@@ -12,2 +12,4 @@ import { SvelteComponent } from "svelte";

};
exports?: {} | undefined;
bindings?: string | undefined;
};

@@ -14,0 +16,0 @@ export type CFormProps = typeof __propDef.props;

@@ -5,7 +5,7 @@ import { SvelteComponent } from "svelte";

props: {
label?: string | undefined;
loading?: boolean | undefined;
label?: string;
loading?: boolean;
rules?: Array<Rule<any>> | undefined;
class?: string | undefined;
validate?: ((v: any) => string | true | undefined) | undefined;
class?: string;
validate?: (v: any) => string | true | undefined;
};

@@ -21,2 +21,4 @@ events: {

};
exports?: {} | undefined;
bindings?: string | undefined;
};

@@ -23,0 +25,0 @@ export type CLabelProps = typeof __propDef.props;

@@ -7,8 +7,8 @@ import { SvelteComponent } from "svelte";

value?: T | undefined;
label?: string | undefined;
label?: string;
rules?: Rule<T>[] | undefined;
loading?: boolean | undefined;
disabled?: boolean | undefined;
noDataText?: string | undefined;
placeholder?: string | undefined;
loading?: boolean;
disabled?: boolean;
noDataText?: string;
placeholder?: string;
filterBy?: boolean | (T extends Record<string, any> ? keyof T : undefined) | undefined;

@@ -15,0 +15,0 @@ onSelect?: ((v: T) => void) | undefined;

@@ -5,7 +5,7 @@ import { SvelteComponent } from "svelte";

props: {
domain?: Domain | undefined;
ticksNumber?: string | number | undefined;
label?: string | undefined;
color?: string | undefined;
formatValue?: ((v: number) => string | number) | undefined;
domain?: Domain;
ticksNumber?: number | string;
label?: string;
color?: string;
formatValue?: (v: number) => string | number;
};

@@ -16,2 +16,4 @@ events: {

slots: {};
exports?: {} | undefined;
bindings?: string | undefined;
};

@@ -18,0 +20,0 @@ export type CAxisXProps = typeof __propDef.props;

@@ -5,7 +5,7 @@ import { SvelteComponent } from "svelte";

props: {
domain?: Domain | undefined;
ticksNumber?: string | number | undefined;
label?: string | undefined;
color?: string | undefined;
formatValue?: ((v: number) => number) | undefined;
domain?: Domain;
ticksNumber?: number | string;
label?: string;
color?: string;
formatValue?: (v: number) => number;
};

@@ -16,2 +16,4 @@ events: {

slots: {};
exports?: {} | undefined;
bindings?: string | undefined;
};

@@ -18,0 +20,0 @@ export type CAxisYProps = typeof __propDef.props;

@@ -5,10 +5,10 @@ import { SvelteComponent } from "svelte";

props: {
x?: string | number | undefined;
y?: string | number | undefined;
r?: string | number | undefined;
strokeColor?: string | undefined;
strokeWidth?: string | number | undefined;
color?: string | undefined;
domainX?: Domain | undefined;
domainY?: Domain | undefined;
x?: number | string;
y?: number | string;
r?: number | string;
strokeColor?: string;
strokeWidth?: number | string;
color?: string;
domainX?: Domain;
domainY?: Domain;
};

@@ -19,2 +19,4 @@ events: {

slots: {};
exports?: {} | undefined;
bindings?: string | undefined;
};

@@ -21,0 +23,0 @@ export type CCircleProps = typeof __propDef.props;

@@ -7,13 +7,13 @@ import { SvelteComponent } from "svelte";

props: {
height?: number | undefined;
allowPan?: boolean | undefined;
allowPanX?: boolean | undefined;
allowPanY?: boolean | undefined;
allowZoom?: boolean | undefined;
allowZoomY?: boolean | undefined;
allowZoomX?: boolean | undefined;
marginTop?: string | number | undefined;
marginRight?: string | number | undefined;
marginBottom?: string | number | undefined;
marginLeft?: string | number | undefined;
height?: number;
allowPan?: boolean;
allowPanX?: boolean;
allowPanY?: boolean;
allowZoom?: boolean;
allowZoomY?: boolean;
allowZoomX?: boolean;
marginTop?: number | string;
marginRight?: number | string;
marginBottom?: number | string;
marginLeft?: number | string;
};

@@ -26,2 +26,4 @@ events: {

};
exports?: {} | undefined;
bindings?: string | undefined;
};

@@ -28,0 +30,0 @@ export type CGraphProps = typeof __propDef.props;

@@ -5,9 +5,9 @@ import { SvelteComponent } from "svelte";

props: {
color?: string | undefined;
width?: string | number | undefined;
dasharray?: string | undefined;
y?: number[] | undefined;
x?: number[] | undefined;
domainX?: Domain | undefined;
domainY?: Domain | undefined;
color?: string;
width?: number | string;
dasharray?: string;
y?: number[];
x?: number[];
domainX?: Domain;
domainY?: Domain;
};

@@ -18,2 +18,4 @@ events: {

slots: {};
exports?: {} | undefined;
bindings?: string | undefined;
};

@@ -20,0 +22,0 @@ export type CPathProps = typeof __propDef.props;

@@ -5,13 +5,13 @@ import { SvelteComponent } from "svelte";

props: {
width?: string | number | undefined;
height?: string | number | undefined;
x?: string | number | undefined;
y?: string | number | undefined;
rx?: string | number | undefined;
ry?: string | number | undefined;
strokeColor?: string | undefined;
strokeWidth?: string | number | undefined;
color?: string | undefined;
domainX?: Domain | undefined;
domainY?: Domain | undefined;
width?: number | string;
height?: number | string;
x?: number | string;
y?: number | string;
rx?: number | string;
ry?: number | string;
strokeColor?: string;
strokeWidth?: number | string;
color?: string;
domainX?: Domain;
domainY?: Domain;
};

@@ -22,2 +22,4 @@ events: {

slots: {};
exports?: {} | undefined;
bindings?: string | undefined;
};

@@ -24,0 +26,0 @@ export type CRectProps = typeof __propDef.props;

@@ -5,4 +5,4 @@ import { SvelteComponent } from "svelte";

icon: string;
size?: number | undefined;
class?: string | undefined;
size?: number;
class?: string;
};

@@ -13,2 +13,4 @@ events: {

slots: {};
exports?: {} | undefined;
bindings?: string | undefined;
};

@@ -15,0 +17,0 @@ export type CIconProps = typeof __propDef.props;

@@ -5,4 +5,4 @@ import { SvelteComponent } from "svelte";

uploadFunction: (file: File) => Promise<void>;
aspectRatio?: string | number | undefined;
cropImage?: boolean | undefined;
aspectRatio?: string | number;
cropImage?: boolean;
};

@@ -18,2 +18,4 @@ events: {

};
exports?: {} | undefined;
bindings?: string | undefined;
};

@@ -20,0 +22,0 @@ export type CImageUploaderProps = typeof __propDef.props;

@@ -13,2 +13,4 @@ import { SvelteComponent } from "svelte";

};
exports?: {} | undefined;
bindings?: string | undefined;
};

@@ -15,0 +17,0 @@ export type CMenuProps = typeof __propDef.props;

import { SvelteComponent } from "svelte";
declare const __propDef: {
props: {
visible?: boolean | undefined;
title?: string | undefined;
text?: string | undefined;
html?: string | undefined;
close?: (() => void) | undefined;
type?: string | undefined;
visible?: boolean;
title?: string;
text?: string;
html?: string;
close?: () => void;
type?: string;
};

@@ -21,2 +21,4 @@ events: {

};
exports?: {} | undefined;
bindings?: string | undefined;
};

@@ -23,0 +25,0 @@ export type CNotifyProps = typeof __propDef.props;

import { SvelteComponent } from "svelte";
declare const __propDef: {
props: {
right?: boolean | undefined;
active?: boolean | undefined;
hideOverlay?: boolean | "only-mobile" | "only-desktop" | undefined;
right?: boolean;
active?: boolean;
hideOverlay?: boolean | "only-mobile" | "only-desktop";
};

@@ -16,2 +16,4 @@ events: {

};
exports?: {} | undefined;
bindings?: string | undefined;
};

@@ -18,0 +20,0 @@ export type CSidebarProps = typeof __propDef.props;

{
"name": "@chasi/ui",
"version": "0.2.104",
"version": "0.2.105",
"bin": {

@@ -35,16 +35,16 @@ "gen-theme": "./dist/bin/theme.js"

"devDependencies": {
"@sveltejs/adapter-auto": "^3.1.1",
"@sveltejs/kit": "^2.5.4",
"@sveltejs/package": "^2.3.0",
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@types/node": "^20.11.27",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.2",
"publint": "^0.2.7",
"svelte": "^4.2.12",
"svelte-check": "^3.6.7",
"tslib": "^2.6.2",
"typescript": "^5.4.2",
"vite": "^5.1.6",
"vitest": "^1.3.1"
"@sveltejs/adapter-auto": "^3.2.2",
"@sveltejs/kit": "^2.5.18",
"@sveltejs/package": "^2.3.2",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@types/node": "^20.14.10",
"prettier": "^3.3.2",
"prettier-plugin-svelte": "^3.2.5",
"publint": "^0.2.8",
"svelte": "^4.2.18",
"svelte-check": "^3.8.4",
"tslib": "^2.6.3",
"typescript": "^5.5.3",
"vite": "^5.3.3",
"vitest": "^2.0.1"
},

@@ -57,4 +57,4 @@ "svelte": "./dist/index.js",

"esm-env": "^1.0.0",
"sass": "^1.72.0"
"sass": "^1.77.7"
}
}

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