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

onu-ui

Package Overview
Dependencies
Maintainers
2
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

onu-ui - npm Package Compare versions

Comparing version 1.0.10-beta.10 to 1.0.10-beta.11

dist/types/components/config-provider/index.d.ts

2

dist/types/components/index.d.ts

@@ -16,1 +16,3 @@ import 'uno.css';

export * from './collapse';
export * from './config-provider';
export * from './empty';

8

dist/types/components/message/src/index.vue.d.ts

@@ -6,2 +6,3 @@ declare const _default: {

$props: Partial<{
zIndex: number;
type: "error" | "info" | "primary" | "secondary" | "success" | "warning";

@@ -17,3 +18,2 @@ icon: string;

duration: number;
zIndex: number;
parseHtml: boolean;

@@ -69,3 +69,3 @@ offset: number;

onDestroy?: (() => any) | undefined;
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "icon" | "content" | "closable" | "id" | "duration" | "zIndex" | "parseHtml" | "offset">;
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "zIndex" | "type" | "icon" | "content" | "closable" | "id" | "duration" | "parseHtml" | "offset">;
$attrs: {

@@ -140,2 +140,3 @@ [x: string]: unknown;

}, string, {
zIndex: number;
type: "error" | "info" | "primary" | "secondary" | "success" | "warning";

@@ -151,3 +152,2 @@ icon: string;

duration: number;
zIndex: number;
parseHtml: boolean;

@@ -287,2 +287,3 @@ offset: number;

}, string, {
zIndex: number;
type: "error" | "info" | "primary" | "secondary" | "success" | "warning";

@@ -298,3 +299,2 @@ icon: string;

duration: number;
zIndex: number;
parseHtml: boolean;

@@ -301,0 +301,0 @@ offset: number;

@@ -20,3 +20,3 @@ export declare const OTag: import("../../utils/types").SFCWithInstall<{

readonly type: import("vue").PropType<"xs" | "sm" | "md" | "lg">;
readonly default: "xs";
readonly default: "sm";
readonly validator: (val: string) => boolean;

@@ -68,3 +68,3 @@ };

readonly type: import("vue").PropType<"xs" | "sm" | "md" | "lg">;
readonly default: "xs";
readonly default: "sm";
readonly validator: (val: string) => boolean;

@@ -133,3 +133,3 @@ };

readonly type: import("vue").PropType<"xs" | "sm" | "md" | "lg">;
readonly default: "xs";
readonly default: "sm";
readonly validator: (val: string) => boolean;

@@ -171,3 +171,3 @@ };

readonly type: import("vue").PropType<"xs" | "sm" | "md" | "lg">;
readonly default: "xs";
readonly default: "sm";
readonly validator: (val: string) => boolean;

@@ -174,0 +174,0 @@ };

@@ -20,3 +20,3 @@ declare const _default: {

readonly type: import("vue").PropType<"xs" | "sm" | "md" | "lg">;
readonly default: "xs";
readonly default: "sm";
readonly validator: (val: string) => boolean;

@@ -68,3 +68,3 @@ };

readonly type: import("vue").PropType<"xs" | "sm" | "md" | "lg">;
readonly default: "xs";
readonly default: "sm";
readonly validator: (val: string) => boolean;

@@ -133,3 +133,3 @@ };

readonly type: import("vue").PropType<"xs" | "sm" | "md" | "lg">;
readonly default: "xs";
readonly default: "sm";
readonly validator: (val: string) => boolean;

@@ -171,3 +171,3 @@ };

readonly type: import("vue").PropType<"xs" | "sm" | "md" | "lg">;
readonly default: "xs";
readonly default: "sm";
readonly validator: (val: string) => boolean;

@@ -174,0 +174,0 @@ };

@@ -11,3 +11,3 @@ import type { ExtractPropTypes, PropType } from 'vue';

readonly type: PropType<"xs" | "sm" | "md" | "lg">;
readonly default: "xs";
readonly default: "sm";
readonly validator: (val: string) => boolean;

@@ -14,0 +14,0 @@ };

declare const _default: {
version: string;
install: (app: import("vue").App<any>) => void;
install: (app: import("vue").App<any>, options?: import("@onu-ui/utils").InstallOptions | undefined) => void;
};
export default _default;
import installer from './defaults';
export * from './resolver';
export * from '../../components';
export * from '../../preset/src';
export * from '../../utils';
export declare const install: (app: import("vue").App<any>) => void;
export * from '@onu-ui/components';
export * from '@onu-ui/preset';
export * from '@onu-ui/utils';
export declare const install: (app: import("vue").App<any>, options?: import("@onu-ui/utils").InstallOptions | undefined) => void;
export declare const version: string;
export default installer;

@@ -0,5 +1,6 @@

import type { InstallOptions } from '@onu-ui/utils';
import type { App, Plugin } from 'vue';
export declare const createInstaller: (components?: Plugin[]) => {
version: string;
install: (app: App) => void;
install: (app: App, options?: InstallOptions) => void;
};
export * from './vue';
export * from './shared';
export * from './locale';
export * from './tokens';
export * from './hooks';

@@ -7,1 +7,6 @@ export declare function hash(str: string): string;

export declare const generateId: () => number;
/**
* Merge object from T & U
*/
export declare function mergeObjects<T extends Record<string, any>, U extends Record<string, any>>(sourceObj: T, targetObj: U): Record<string, any>;
export declare function deepGet(target: any, path: string | string[], defaultValue: any): any;

@@ -5,3 +5,3 @@ {

"type": "module",
"version": "1.0.10-beta.10",
"version": "1.0.10-beta.11",
"keywords": [

@@ -40,3 +40,5 @@ "onu-ui",

"dependencies": {
"@onu-ui/components": "1.0.10-beta.10"
"@onu-ui/components": "1.0.10-beta.11",
"@onu-ui/utils": "1.0.10-beta.11",
"@onu-ui/preset": "1.0.10-beta.11"
},

@@ -43,0 +45,0 @@ "publishConfig": {

Sorry, the diff of this file is too big to display

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