@onu-ui/components
Advanced tools
Comparing version 1.0.13-beta.10 to 1.0.13
@@ -222,3 +222,3 @@ export declare const OAlert: import("../../utils/types").SFCWithInstall<{ | ||
})> & Record<string, any>; | ||
export default OAlert; | ||
export * from './src/props'; | ||
export default OAlert; |
@@ -171,1 +171,2 @@ export declare const OAvatar: import("../../utils/types").SFCWithInstall<{ | ||
export default OAvatar; | ||
export * from './src/props'; |
@@ -132,2 +132,2 @@ export declare const OBadge: import("../../utils/types").SFCWithInstall<{ | ||
export default OBadge; | ||
export * from './src/badge'; | ||
export * from './src/props'; |
@@ -1,2 +0,1 @@ | ||
export * from './src/props'; | ||
export declare const OCard: import("../../utils/types").SFCWithInstall<{ | ||
@@ -200,1 +199,2 @@ new (...args: any[]): { | ||
export default OCard; | ||
export * from './src/props'; |
@@ -124,2 +124,2 @@ export declare const OCheckbox: import("../../utils/types").SFCWithInstall<{ | ||
export default OCheckbox; | ||
export * from './src/checkbox'; | ||
export * from './src/props'; |
@@ -1,2 +0,1 @@ | ||
export * from './src/props'; | ||
export declare const OCollapse: import("../../utils/types").SFCWithInstall<{ | ||
@@ -279,1 +278,2 @@ new (...args: any[]): { | ||
export default OCollapse; | ||
export * from './src/props'; |
@@ -99,3 +99,3 @@ export declare const OEmpty: import("../../utils/types").SFCWithInstall<{ | ||
})> & Record<string, any>; | ||
export default OEmpty; | ||
export * from './src/props'; | ||
export default OEmpty; |
export declare const OIcon: import("../../utils/types").SFCWithInstall<import("vue").DefineComponent<{ | ||
name: { | ||
type: import("vue").PropType<String>; | ||
required: true; | ||
}; | ||
name: StringConstructor; | ||
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ | ||
name: { | ||
type: import("vue").PropType<String>; | ||
required: true; | ||
}; | ||
name: StringConstructor; | ||
}>>, {}>> & Record<string, any>; | ||
export default OIcon; | ||
export * from './src/props'; |
@@ -1,15 +0,6 @@ | ||
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{ | ||
name: String; | ||
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{ | ||
name: String; | ||
}>>>, {}>; | ||
declare const _default: import("vue").DefineComponent<{ | ||
name: StringConstructor; | ||
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ | ||
name: StringConstructor; | ||
}>>, {}>; | ||
export default _default; | ||
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T; | ||
type __VLS_TypePropsToRuntimeProps<T> = { | ||
[K in keyof T]-?: {} extends Pick<T, K> ? { | ||
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>; | ||
} : { | ||
type: import('vue').PropType<T[K]>; | ||
required: true; | ||
}; | ||
}; |
@@ -18,1 +18,3 @@ import 'uno.css'; | ||
export * from './empty'; | ||
export * from './backtop'; | ||
export * from './link'; |
@@ -35,2 +35,3 @@ import type { CSSProperties, ExtractPropTypes, PropType } from 'vue'; | ||
| 'right-bottom' | ||
* @default 'top' | ||
*/ | ||
@@ -37,0 +38,0 @@ position: { |
@@ -69,1 +69,2 @@ export declare const ORate: import("../../utils/types").SFCWithInstall<import("vue").DefineComponent<{ | ||
export default ORate; | ||
export * from './src/props'; |
@@ -50,1 +50,2 @@ export declare const OSwitch: import("../../utils/types").SFCWithInstall<import("vue").DefineComponent<{ | ||
export default OSwitch; | ||
export * from './src/props'; |
@@ -210,3 +210,3 @@ export declare const OTag: import("../../utils/types").SFCWithInstall<{ | ||
})> & Record<string, any>; | ||
export default OTag; | ||
export * from './src/props'; | ||
export default OTag; |
@@ -54,3 +54,3 @@ export declare const OTrigger: import("../../utils/types").SFCWithInstall<import("vue").DefineComponent<{ | ||
contentClass: { | ||
type: (ArrayConstructor | ObjectConstructor | StringConstructor)[]; | ||
type: (ArrayConstructor | StringConstructor | ObjectConstructor)[]; | ||
}; | ||
@@ -61,3 +61,3 @@ arrowStyle: { | ||
arrowClass: { | ||
type: (ArrayConstructor | ObjectConstructor | StringConstructor)[]; | ||
type: (ArrayConstructor | StringConstructor | ObjectConstructor)[]; | ||
}; | ||
@@ -167,3 +167,3 @@ popupStyle: { | ||
contentClass: { | ||
type: (ArrayConstructor | ObjectConstructor | StringConstructor)[]; | ||
type: (ArrayConstructor | StringConstructor | ObjectConstructor)[]; | ||
}; | ||
@@ -174,3 +174,3 @@ arrowStyle: { | ||
arrowClass: { | ||
type: (ArrayConstructor | ObjectConstructor | StringConstructor)[]; | ||
type: (ArrayConstructor | StringConstructor | ObjectConstructor)[]; | ||
}; | ||
@@ -177,0 +177,0 @@ popupStyle: { |
@@ -56,3 +56,3 @@ import type { CSSProperties } from 'vue'; | ||
contentClass: { | ||
type: (ArrayConstructor | ObjectConstructor | StringConstructor)[]; | ||
type: (ArrayConstructor | StringConstructor | ObjectConstructor)[]; | ||
}; | ||
@@ -63,3 +63,3 @@ arrowStyle: { | ||
arrowClass: { | ||
type: (ArrayConstructor | ObjectConstructor | StringConstructor)[]; | ||
type: (ArrayConstructor | StringConstructor | ObjectConstructor)[]; | ||
}; | ||
@@ -169,3 +169,3 @@ popupStyle: { | ||
contentClass: { | ||
type: (ArrayConstructor | ObjectConstructor | StringConstructor)[]; | ||
type: (ArrayConstructor | StringConstructor | ObjectConstructor)[]; | ||
}; | ||
@@ -176,3 +176,3 @@ arrowStyle: { | ||
arrowClass: { | ||
type: (ArrayConstructor | ObjectConstructor | StringConstructor)[]; | ||
type: (ArrayConstructor | StringConstructor | ObjectConstructor)[]; | ||
}; | ||
@@ -179,0 +179,0 @@ popupStyle: { |
@@ -95,3 +95,3 @@ import type { CSSProperties, ExtractPropTypes, PropType } from 'vue'; | ||
contentClass: { | ||
type: (ArrayConstructor | ObjectConstructor | StringConstructor)[]; | ||
type: (ArrayConstructor | StringConstructor | ObjectConstructor)[]; | ||
}; | ||
@@ -108,3 +108,3 @@ /** | ||
arrowClass: { | ||
type: (ArrayConstructor | ObjectConstructor | StringConstructor)[]; | ||
type: (ArrayConstructor | StringConstructor | ObjectConstructor)[]; | ||
}; | ||
@@ -111,0 +111,0 @@ /** |
{ | ||
"name": "@onu-ui/components", | ||
"type": "module", | ||
"version": "1.0.13-beta.10", | ||
"version": "1.0.13", | ||
"description": "Onu-UI components for use on demand", | ||
@@ -38,4 +38,4 @@ "author": "chris-zhu <https://github.com/chris-zhu>", | ||
"@vueuse/core": "^9.1.0", | ||
"@onu-ui/preset": "1.0.13-beta.10", | ||
"@onu-ui/utils": "1.0.13-beta.10" | ||
"@onu-ui/preset": "1.0.13", | ||
"@onu-ui/utils": "1.0.13" | ||
}, | ||
@@ -42,0 +42,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
482839
96
8418
3
+ Added@onu-ui/preset@1.0.13(transitive)
+ Added@onu-ui/utils@1.0.13(transitive)
- Removed@onu-ui/preset@1.0.13-beta.10(transitive)
- Removed@onu-ui/utils@1.0.13-beta.10(transitive)
Updated@onu-ui/preset@1.0.13
Updated@onu-ui/utils@1.0.13