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.13-beta.0 to 1.0.13-beta.1

dist/types/utils/locale/lang/pt.d.ts

2

dist/types/components/collapse/src/collapse.vue.d.ts

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

import { CollapseActiveName } from './props';
import type { CollapseActiveName } from './props';
declare const _default: {

@@ -3,0 +3,0 @@ new (...args: any[]): {

@@ -0,3 +1,3 @@

import type { ExtractPropTypes, InjectionKey, PropType, Ref } from 'vue';
import type OCollapseItem from './collapseItem.vue';
import type { ExtractPropTypes, InjectionKey, PropType, Ref } from 'vue';
export declare type CollapseActiveName = (string | number)[];

@@ -4,0 +4,0 @@ export declare type RendererElement = Record<string, any>;

@@ -0,3 +1,3 @@

import type { AppContext, ComponentInternalInstance, ExtractPropTypes, PropType, VNode } from 'vue';
import type { Mutable } from './../../types';
import type { AppContext, ComponentInternalInstance, ExtractPropTypes, PropType, VNode } from 'vue';
export declare const messageDefaults: {

@@ -4,0 +4,0 @@ readonly id: "";

@@ -0,3 +1,3 @@

import type { App, Plugin } from 'vue';
import type { InstallOptions } from '../../utils';
import type { App, Plugin } from 'vue';
export declare const createInstaller: (components?: Plugin[]) => {

@@ -4,0 +4,0 @@ version: string;

@@ -0,3 +1,3 @@

import type { App, Ref } from 'vue';
import type { InstallOptions } from '../tokens';
import type { App, Ref } from 'vue';
import type { MaybeRef } from '../types';

@@ -4,0 +4,0 @@ /**

@@ -0,3 +1,3 @@

import type { Ref } from 'vue';
import type { language } from '../locale';
import type { Ref } from 'vue';
import type { MaybeRef } from '../types';

@@ -4,0 +4,0 @@ export declare type OnuTranslatorOption = Record<string, string | number>;

export { default as en } from './lang/en';
export { default as pt } from './lang/pt';
export { default as zhCn } from './lang/zh-cn';

@@ -3,0 +4,0 @@ export interface TranslatePair {

{
"name": "onu-ui",
"type": "module",
"version": "1.0.13-beta.1",
"description": "Onu-UI for web glassmorphism components generate by UnoCSS.",
"type": "module",
"version": "1.0.13-beta.0",
"keywords": [
"onu-ui",
"unocss",
"vueuse"
],
"author": "chris-zhu <https://github.com/chris-zhu>",
"license": "MIT",
"author": "chris-zhu <https://github.com/chris-zhu>",
"homepage": "https://github.com/onu-ui/onu-ui#readme",
"repository": {

@@ -18,13 +14,22 @@ "type": "git",

},
"main": "./dist/onu-ui.umd.cjs",
"module": "./dist/onu-ui.js",
"types": "./dist/types/onu-ui/src/index.d.ts",
"bugs": {
"url": "https://github.com/onu-ui/onu-ui/issues"
},
"keywords": [
"onu-ui",
"unocss",
"vueuse"
],
"sideEffects": false,
"exports": {
".": {
"import": "./dist/onu-ui.js",
"types": "./dist/types/onu-ui/src/index.d.ts",
"require": "./dist/onu-ui.umd.cjs",
"types": "./dist/types/onu-ui/src/index.d.ts"
"import": "./dist/onu-ui.js"
},
"./dist/style.css": "./dist/style.css"
},
"main": "./dist/onu-ui.umd.cjs",
"module": "./dist/onu-ui.js",
"types": "./dist/types/onu-ui/src/index.d.ts",
"files": [

@@ -34,9 +39,4 @@ "dist",

],
"sideEffects": false,
"bugs": {
"url": "https://github.com/onu-ui/onu-ui/issues"
},
"homepage": "https://github.com/onu-ui/onu-ui#readme",
"dependencies": {
"@onu-ui/components": "1.0.13-beta.0"
"@onu-ui/components": "1.0.13-beta.1"
},

@@ -43,0 +43,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