Comparing version 1.0.13-beta.0 to 1.0.13-beta.1
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
592678
118
11260
+ Added@onu-ui/components@1.0.13-beta.1(transitive)
+ Added@onu-ui/preset@1.0.13-beta.1(transitive)
+ Added@onu-ui/utils@1.0.13-beta.1(transitive)
- Removed@onu-ui/components@1.0.13-beta.0(transitive)
- Removed@onu-ui/preset@1.0.13-beta.0(transitive)
- Removed@onu-ui/utils@1.0.13-beta.0(transitive)