@zy-frontend/element-plus-form 2.0.15 → 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.
- package/dist/index.es.d.ts +3 -0
- package/dist/index.es.js +2239 -2259
- package/package.json +1 -1
package/dist/index.es.d.ts
CHANGED
|
@@ -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>, {
|