@zy-frontend/element-plus-form 2.0.16 → 2.0.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,6 +2,7 @@ import { CheckboxGroupValueType } from 'element-plus';
2
2
  import { Component } from '@zy-frontend/form-core';
3
3
  import { ComponentOptionsMixin } from 'vue';
4
4
  import { ComponentProvideOptions } from 'vue';
5
+ import { ComputedRef } from 'vue';
5
6
  import { DefineComponent } from 'vue';
6
7
  import { DELETED_FIELD_IDENTIFIER } from '@zy-frontend/form-core';
7
8
  import { ExtractPropTypes } from 'vue';
@@ -822,6 +823,8 @@ export declare type UploadUserFile = Omit<UploadFile, 'status' | 'uid'> & Partia
822
823
  uid?: number;
823
824
  };
824
825
 
826
+ export declare const useFormDisabled: () => ComputedRef<any>;
827
+
825
828
  export { useFormItem }
826
829
 
827
830
  export declare const ZYBaseForm: __VLS_WithTemplateSlots_2<DefineComponent<ExtractPropTypes<__VLS_WithDefaults_2<__VLS_TypePropsToRuntimeProps_2<BaseFormProps>, {
package/dist/index.es.js CHANGED
@@ -9818,5 +9818,6 @@ export {
9818
9818
  Bf as ZYTabs,
9819
9819
  s1 as ZYTitle,
9820
9820
  m1 as ZYUpload,
9821
+ Pe as useFormDisabled,
9821
9822
  _1 as useFormItem
9822
9823
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zy-frontend/element-plus-form",
3
- "version": "2.0.16",
3
+ "version": "2.0.17",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public",