New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@xiaohaih/condition-el-plus

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xiaohaih/condition-el-plus - npm Package Compare versions

Comparing version 0.1.9 to 0.1.10

2

CHANGELOG.md
# @xiaohaih/condition-el-plus
## 0.1.10
## 0.1.9

@@ -4,0 +6,0 @@

3

dist/assist.d.ts

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

import { UnwrapNestedRefs } from 'vue';
import { HCondition } from './interface';
export declare function defineCondition<T extends Record<string, HCondition.Condition | false | 0 | undefined>>(config: T): T;
export declare function defineCondition<T extends Record<string, HCondition.Condition | false | 0 | undefined>>(config: T): UnwrapNestedRefs<T>;

@@ -7,3 +7,4 @@ import { CoreCondition } from '@xiaohaih/condition-core';

}
type Condition = SelectProps | InputProps | DatepickerProps | CascaderProps;
/** 条件声明集合 */
type Condition = CoreCondition.DeepMaybeRef<SelectProps> | CoreCondition.DeepMaybeRef<InputProps> | CoreCondition.DeepMaybeRef<DatepickerProps> | CoreCondition.DeepMaybeRef<CascaderProps>;
interface SelectProps extends CoreCondition.SelectProps, Omit<Props<InstanceType<typeof ElSelect>>, 'disabled' | 'filterMethod' | 'valueKey' | 'multiple'> {

@@ -21,2 +22,3 @@ t: 'select';

}
/** 获取 vue 组件的 props 值 */
type Props<T extends Record<'$props', any>> = Partial<Writeable<T['$props']>>;

@@ -23,0 +25,0 @@ /** 将数据改为可写 */

{
"name": "@xiaohaih/condition-el-plus",
"version": "0.1.9",
"version": "0.1.10",
"description": "",

@@ -23,3 +23,3 @@ "main": "dist/index.cjs.js",

"dependencies": {
"@xiaohaih/condition-core": "0.1.9"
"@xiaohaih/condition-core": "0.1.10"
},

@@ -26,0 +26,0 @@ "devDependencies": {

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