@unizhen/ui 0.0.63 → 0.0.70
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/lib/components/form/draggable.vue.d.ts +1 -9
- package/lib/components/form/index.vue.d.ts +1 -3
- package/lib/components/table/child_quest.vue.d.ts +1 -3
- package/lib/components/table/drawer.vue.d.ts +6 -3507
- package/lib/components/table/index.vue.d.ts +369 -4774
- package/lib/ui.css +1 -1
- package/lib/ui.js +3468 -3762
- package/package.json +1 -2
- package/lib/components/table/ocr.vue.d.ts +0 -3455
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { PropType, DefineComponent, ExtractPropTypes, Ref, VNodeChild, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, CSSProperties, LabelHTMLAttributes, ComputedRef, StyleValue, SlotsType, Component, TextareaHTMLAttributes, InputHTMLAttributes, HTMLAttributes, VNode, VNodeProps, AllowedComponentProps, ComponentCustomProps } from 'vue';
|
|
2
2
|
import { IUzFormItems, IUzFormItem } from './interface';
|
|
3
3
|
import { ObjectKey, Fn } from '../interface';
|
|
4
|
-
import { default as dayjs } from 'dayjs';
|
|
5
4
|
import { LabelAlign, LabelPlacement, Size, FormValidateMessages, FormItemValidate, FormItemInternalValidate } from 'naive-ui/es/form/src/interface';
|
|
6
5
|
import { FormRules, FormInst, FormItemRule, ButtonSlots, SelectOption, FormValidationStatus, ThemeCommonVars, InputSlots, SelectFilter, PopoverPlacement, PopoverProps, SelectRenderTag, SelectNodeProps, SelectGroupOption, SelectSlots, InputNumberSlots, TimePickerProps, FollowerPlacement, DatePickerSlots, SwitchSlots, ColorPickerSlots, CheckboxInst, CascaderOption, CascaderSlots, PopoverTrigger, PopoverInst, TooltipSlots, DropdownMenuProps, DropdownNodeProps, MenuOption, MenuGroupOption } from 'naive-ui';
|
|
7
6
|
import { Theme } from 'naive-ui/es/_mixins';
|
|
@@ -4824,18 +4823,11 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
4824
4823
|
tab: boolean;
|
|
4825
4824
|
};
|
|
4826
4825
|
})[]>;
|
|
4827
|
-
childRef: Ref<any[], any[]>;
|
|
4828
|
-
drawer: Ref<boolean, boolean>;
|
|
4829
|
-
link: Ref<string, string>;
|
|
4830
|
-
linkFn: Ref<string, string>;
|
|
4831
4826
|
formItemIndex: Ref<[number, number], [number, number]>;
|
|
4832
|
-
diffDay: (date: number, cls?: boolean) => string;
|
|
4833
4827
|
onDragChange: () => void;
|
|
4834
4828
|
onModeClick: (item: IUzFormItem, index: number, indexChild?: number) => void;
|
|
4835
4829
|
onCancel: () => void;
|
|
4836
4830
|
onDelete: () => void;
|
|
4837
|
-
sourceAdd: (element: IUzFormItem, index: number) => void;
|
|
4838
|
-
refreshOption: (data: ObjectKey) => void;
|
|
4839
4831
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("update:value" | "on-select" | "on-change")[], "update:value" | "on-select" | "on-change", PublicProps, Readonly< ExtractPropTypes<{
|
|
4840
4832
|
items: {
|
|
4841
4833
|
required: true;
|
|
@@ -7039,7 +7031,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
7039
7031
|
isMobile: ComputedRef<boolean>;
|
|
7040
7032
|
showDropdown: Ref<boolean, boolean>;
|
|
7041
7033
|
dropdownOptions: Ref<any[], any[]>;
|
|
7042
|
-
dayjs: typeof dayjs;
|
|
7034
|
+
dayjs: typeof import("dayjs");
|
|
7043
7035
|
updateValue: (item: IUzFormItem, value: any, option?: SelectOption) => Promise<void>;
|
|
7044
7036
|
selectFallback: (value: any) => any | boolean;
|
|
7045
7037
|
showPlaceholder: (item: IUzFormItem) => any;
|
|
@@ -67,6 +67,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
67
67
|
default: string;
|
|
68
68
|
};
|
|
69
69
|
}>, {
|
|
70
|
+
drawerRef: Ref<any, any>;
|
|
70
71
|
formRef: Ref<any, any>;
|
|
71
72
|
formValue: Ref<ObjectKey, ObjectKey>;
|
|
72
73
|
formItems: Ref<({
|
|
@@ -4825,9 +4826,6 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
4825
4826
|
};
|
|
4826
4827
|
})[]>;
|
|
4827
4828
|
childRef: Ref<any[], any[]>;
|
|
4828
|
-
drawer: Ref<boolean, boolean>;
|
|
4829
|
-
link: Ref<string, string>;
|
|
4830
|
-
linkFn: Ref<string, string>;
|
|
4831
4829
|
isMobile: ComputedRef<boolean>;
|
|
4832
4830
|
diffDay: (date: number, cls?: boolean) => string;
|
|
4833
4831
|
sourceAdd: (element: IUzFormItem, index: number) => void;
|
|
@@ -20,14 +20,12 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
20
20
|
default: () => {};
|
|
21
21
|
};
|
|
22
22
|
}>, {
|
|
23
|
+
drawerRef: Ref<any, any>;
|
|
23
24
|
loading: Ref<boolean, boolean>;
|
|
24
25
|
columns: Ref<any[], any[]>;
|
|
25
26
|
normalData: Ref<any[], any[]>;
|
|
26
27
|
summaryData: any;
|
|
27
28
|
tableScrollX: Ref<number | undefined, number | undefined>;
|
|
28
|
-
drawer: Ref<boolean, boolean>;
|
|
29
|
-
drawerLink: Ref<string, string>;
|
|
30
|
-
drawerData: Ref<ObjectKey, ObjectKey>;
|
|
31
29
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "update:value"[], "update:value", PublicProps, Readonly< ExtractPropTypes<{
|
|
32
30
|
formValue: {
|
|
33
31
|
type: PropType<ObjectKey>;
|