@fangzhongya/fang-ui 0.0.31 → 0.0.32
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/components/alert/index.d.ts +4 -3
- package/dist/components/array/index.d.ts +7 -6
- package/dist/components/array/src/data.d.ts +1 -1
- package/dist/components/array/src/index.d.ts +2 -2
- package/dist/components/box/index.d.ts +4 -3
- package/dist/components/box-adjust/index.d.ts +4 -3
- package/dist/components/box-local/index.d.ts +4 -3
- package/dist/components/box-mask/index.d.ts +8 -23
- package/dist/components/box-teleport/index.d.ts +4 -3
- package/dist/components/box-title/index.d.ts +4 -3
- package/dist/components/button/index.d.ts +4 -3
- package/dist/components/buttons/index.d.ts +30 -72
- package/dist/components/card/index.d.ts +4 -3
- package/dist/components/cascader/index.d.ts +4 -3
- package/dist/components/cascader-panel/index.d.ts +4 -3
- package/dist/components/cascaders/index.d.ts +50 -119
- package/dist/components/checkbox/index.d.ts +7 -6
- package/dist/components/checkbox/src/index.d.ts +6 -6
- package/dist/components/checkbox-group/index.d.ts +4 -3
- package/dist/components/checks/index.d.ts +50 -119
- package/dist/components/choice-select/index.d.ts +10 -31
- package/dist/components/choice-select/src/data.cjs +0 -1
- package/dist/components/choice-select/src/data.js +0 -1
- package/dist/components/choice-select/src/index.cjs +0 -1
- package/dist/components/choice-select/src/index.js +0 -1
- package/dist/components/collapse/index.d.ts +4 -3
- package/dist/components/collapse-item/index.d.ts +4 -3
- package/dist/components/color-picker/index.d.ts +4 -3
- package/dist/components/common/compons.cjs +0 -1
- package/dist/components/common/compons.js +0 -1
- package/dist/components/common/urls.cjs +10 -5
- package/dist/components/common/urls.d.ts +10 -5
- package/dist/components/common/urls.js +10 -5
- package/dist/components/common/use.cjs +0 -1
- package/dist/components/common/use.d.ts +1 -1
- package/dist/components/common/use.js +0 -1
- package/dist/components/company-select/index.d.ts +50 -118
- package/dist/components/company-select/src/data.cjs +0 -1
- package/dist/components/company-select/src/data.js +0 -1
- package/dist/components/company-select/src/index.cjs +0 -1
- package/dist/components/company-select/src/index.js +0 -1
- package/dist/components/config-provider/index.d.ts +4 -3
- package/dist/components/cs-config/index.d.ts +4 -3
- package/dist/components/cs-config/src/data.cjs +0 -1
- package/dist/components/cs-config/src/data.js +0 -1
- package/dist/components/cs-config/src/index.cjs +0 -1
- package/dist/components/cs-config/src/index.js +0 -1
- package/dist/components/cs-emits/index.d.ts +6 -23
- package/dist/components/cs-expose/index.d.ts +4 -21
- package/dist/components/cs-i18n/index.d.ts +10 -30
- package/dist/components/cs-props/index.d.ts +38 -90
- package/dist/components/cs-slot/index.d.ts +4 -3
- package/dist/components/cs-title/index.d.ts +4 -3
- package/dist/components/date-picker/index.d.ts +4 -3
- package/dist/components/dates/index.d.ts +50 -118
- package/dist/components/dates-divide/index.d.ts +4 -3
- package/dist/components/dates-picker/index.d.ts +4 -3
- package/dist/components/department-select/index.d.ts +4 -3
- package/dist/components/department-select/src/data.cjs +0 -1
- package/dist/components/department-select/src/data.js +0 -1
- package/dist/components/dialog/index.d.ts +4 -3
- package/dist/components/divider/index.d.ts +4 -3
- package/dist/components/drawer/index.d.ts +4 -3
- package/dist/components/dropdown/index.d.ts +4 -3
- package/dist/components/dropdown-item/index.d.ts +4 -3
- package/dist/components/dropdown-menu/index.d.ts +4 -3
- package/dist/components/edit/index.d.ts +91 -119
- package/dist/components/edit-float/index.d.ts +97 -130
- package/dist/components/form/index.d.ts +5 -4
- package/dist/components/form/src/index.d.ts +2 -2
- package/dist/components/form-item/index.d.ts +4 -3
- package/dist/components/forms/index.d.ts +43 -12
- package/dist/components/forms/src/data.cjs +54 -14
- package/dist/components/forms/src/data.d.ts +87 -22
- package/dist/components/forms/src/data.js +54 -14
- package/dist/components/forms/src/index.cjs +21 -1
- package/dist/components/forms/src/index.d.ts +37 -5
- package/dist/components/forms/src/index.js +21 -1
- package/dist/components/forms/src/setup.cjs +0 -1
- package/dist/components/forms/src/setup.d.ts +1 -1
- package/dist/components/forms/src/setup.js +0 -1
- package/dist/components/forms-div/index.d.ts +26 -72
- package/dist/components/forms-div/src/index.cjs +0 -1
- package/dist/components/forms-div/src/index.js +0 -1
- package/dist/components/forms-drag/index.d.ts +59 -8
- package/dist/components/forms-drag/src/index.cjs +10 -6
- package/dist/components/forms-drag/src/index.d.ts +23 -3
- package/dist/components/forms-drag/src/index.js +10 -6
- package/dist/components/forms-item/index.d.ts +4 -3
- package/dist/components/forms-items/index.d.ts +4 -3
- package/dist/components/global-config/index.d.ts +23 -63
- package/dist/components/history/index.d.ts +4 -3
- package/dist/components/icon/index.d.ts +4 -3
- package/dist/components/icon/src/data.cjs +1 -2
- package/dist/components/icon/src/data.d.ts +1 -1
- package/dist/components/icon/src/data.js +1 -2
- package/dist/components/icon/src/index.cjs +0 -1
- package/dist/components/icon/src/index.js +0 -1
- package/dist/components/icon-picker/index.d.ts +4 -3
- package/dist/components/icon-picker/src/data.cjs +0 -1
- package/dist/components/icon-picker/src/data.js +0 -1
- package/dist/components/icon-picker/src/index.cjs +0 -1
- package/dist/components/icon-picker/src/index.js +0 -1
- package/dist/components/iframe/index.d.ts +30 -78
- package/dist/components/iframe/src/data.cjs +0 -1
- package/dist/components/iframe/src/data.js +0 -1
- package/dist/components/image/index.d.ts +4 -3
- package/dist/components/images/index.d.ts +4 -3
- package/dist/components/index2.scss +53 -0
- package/dist/components/input/index.d.ts +4 -3
- package/dist/components/input-array/index.d.ts +4 -3
- package/dist/components/input-history/index.d.ts +4 -3
- package/dist/components/input-num/index.d.ts +4 -3
- package/dist/components/input-number/index.d.ts +4 -3
- package/dist/components/input-select/index.d.ts +4 -3
- package/dist/components/inputs/index.d.ts +4 -3
- package/dist/components/labels/index.d.ts +58 -139
- package/dist/components/lists/common/img.cjs +35 -5
- package/dist/components/lists/common/img.js +35 -5
- package/dist/components/lists/common/img2.cjs +2 -32
- package/dist/components/lists/common/img2.js +1 -31
- package/dist/components/lists/index.css +8 -0
- package/dist/components/lists/index.d.ts +59 -160
- package/dist/components/lists/index.scss +9 -0
- package/dist/components/lists/src/index.cjs +2 -2
- package/dist/components/lists/src/index.js +2 -2
- package/dist/components/menus/index.d.ts +4 -3
- package/dist/components/menus/src/menu-ll.cjs +0 -1
- package/dist/components/menus/src/menu-ll.js +0 -1
- package/dist/components/option/index.d.ts +118 -135
- package/dist/components/option-group/index.d.ts +4 -3
- package/dist/components/page/index.css +8 -0
- package/dist/components/page/index.d.ts +39 -13
- package/dist/components/page/src/index.d.ts +70 -20
- package/dist/components/pagination/index.d.ts +4 -3
- package/dist/components/paging/index.d.ts +16 -48
- package/dist/components/popconfirm/index.d.ts +4 -3
- package/dist/components/popover/index.d.ts +4 -3
- package/dist/components/popup/index.d.ts +4 -3
- package/dist/components/radio/index.d.ts +7 -6
- package/dist/components/radio/src/index.d.ts +6 -6
- package/dist/components/radio-group/index.d.ts +4 -3
- package/dist/components/retract/index.d.ts +4 -3
- package/dist/components/retract/src/data.cjs +0 -1
- package/dist/components/retract/src/data.js +0 -1
- package/dist/components/retract/src/index.cjs +0 -1
- package/dist/components/retract/src/index.js +0 -1
- package/dist/components/right-key/index.d.ts +4 -3
- package/dist/components/right-key/src/data.cjs +0 -1
- package/dist/components/right-key/src/data.js +0 -1
- package/dist/components/right-key/src/index.cjs +0 -1
- package/dist/components/right-key/src/index.js +0 -1
- package/dist/components/role-select/index.d.ts +4 -3
- package/dist/components/role-select/src/data.cjs +0 -1
- package/dist/components/role-select/src/data.js +0 -1
- package/dist/components/role-select/src/index.cjs +0 -1
- package/dist/components/role-select/src/index.js +0 -1
- package/dist/components/select/index.d.ts +4 -3
- package/dist/components/select-dialog/index.d.ts +4 -3
- package/dist/components/select-dialog/src/data.cjs +0 -1
- package/dist/components/select-dialog/src/data.js +0 -1
- package/dist/components/select-dialog/src/index.cjs +0 -1
- package/dist/components/select-dialog/src/index.js +0 -1
- package/dist/components/select-popover/index.d.ts +4 -3
- package/dist/components/select-popover/src/data.cjs +0 -1
- package/dist/components/select-popover/src/data.js +0 -1
- package/dist/components/select-scroll/index.d.ts +34 -84
- package/dist/components/selector/index.d.ts +45 -116
- package/dist/components/selects/index.d.ts +53 -124
- package/dist/components/slider/index.d.ts +4 -3
- package/dist/components/stick-div/index.d.ts +4 -3
- package/dist/components/stick-edge/index.d.ts +4 -3
- package/dist/components/stick-window/index.d.ts +4 -3
- package/dist/components/switch/index.d.ts +4 -3
- package/dist/components/switchs/index.d.ts +47 -111
- package/dist/components/tab-pane/index.d.ts +4 -3
- package/dist/components/tables/common/pagin.cjs +0 -1
- package/dist/components/tables/common/pagin.d.ts +14 -6
- package/dist/components/tables/common/pagin.js +0 -1
- package/dist/components/tables/common/util.cjs +0 -1
- package/dist/components/tables/common/util.js +0 -1
- package/dist/components/tables/index.d.ts +4 -3
- package/dist/components/tablesp/index.d.ts +10 -6
- package/dist/components/tablesp/src/index.cjs +2 -1
- package/dist/components/tablesp/src/index.d.ts +2 -1
- package/dist/components/tablesp/src/index.js +2 -1
- package/dist/components/tabless/index.d.ts +4 -3
- package/dist/components/tablesv/index.d.ts +4 -3
- package/dist/components/tablesv/src/column.cjs +0 -1
- package/dist/components/tablesv/src/column.js +0 -1
- package/dist/components/tablesvp/index.d.ts +4 -3
- package/dist/components/tabs/index.d.ts +4 -3
- package/dist/components/text/index.d.ts +10 -30
- package/dist/components/time-picker/index.d.ts +4 -3
- package/dist/components/time-select/index.d.ts +4 -3
- package/dist/components/tooltip/index.d.ts +4 -3
- package/dist/components/tree/index.d.ts +4 -3
- package/dist/components/tree-select/index.d.ts +4 -3
- package/dist/components/tree-select-box/index.d.ts +4 -3
- package/dist/components/tree-select-box/src/data.cjs +0 -1
- package/dist/components/tree-select-box/src/data.js +0 -1
- package/dist/components/tree-select-box/src/index.cjs +0 -1
- package/dist/components/tree-select-box/src/index.js +0 -1
- package/dist/components/upload/index.d.ts +7 -6
- package/dist/components/upload/src/index.d.ts +6 -6
- package/dist/components/user-select/index.d.ts +4 -3
- package/dist/components/user-select/src/data.cjs +0 -1
- package/dist/components/user-select/src/data.js +0 -1
- package/dist/components/user-select/src/index.cjs +0 -1
- package/dist/components/user-select/src/index.js +0 -1
- package/dist/components/window/index.d.ts +4 -3
- package/dist/hooks/inherit/index.cjs +0 -1
- package/dist/hooks/inherit/index.js +0 -1
- package/dist/index.css +8 -0
- package/dist/type.d.ts +19 -0
- package/dist/utils/vues/withInstall.cjs +2 -16
- package/dist/utils/vues/withInstall.d.ts +2 -1
- package/dist/utils/vues/withInstall.js +2 -16
- package/package.json +5 -4
- package/dist/index2.css +0 -4
- /package/dist/components/{radio-group → form}/index.css +0 -0
- /package/dist/components/{forms-items → forms-item}/index.css +0 -0
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SFCWithInstall } from '../../utils/vues';
|
|
2
|
+
import { CreateComponentPublicInstanceWithMixins, ExtractPropTypes, Component, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, Slot, ComponentPublicInstance, ComponentOptionsBase, PropType, ComponentProvideOptions, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties, Ref, CSSProperties, ComputedRef } from 'vue';
|
|
2
3
|
import { EpPropMergeType, Arrayable, EpPropFinalized } from 'element-plus/es/utils';
|
|
3
4
|
import { FormItemRule, FormItemProp, FormValidateCallback, FormValidationResult, FormItemContext } from 'element-plus/es/components/form';
|
|
4
|
-
import { OnCleanup } from '@vue/reactivity';
|
|
5
|
+
import { Reactive, OnCleanup } from '@vue/reactivity';
|
|
5
6
|
import { DefaultSort } from '../tables/tables/src/data';
|
|
6
7
|
import { TableProps, TableColumnCtx, Sort, Filter, Table } from 'element-plus/es/components/table';
|
|
7
8
|
import { default as __DTS_DEFAULT_0__ } from 'element-plus/es/components/table/src/table-layout';
|
|
@@ -10,7 +11,7 @@ import { StoreFilter } from 'element-plus/es/components/table/src/store';
|
|
|
10
11
|
import { TableSortOrder, RenderExpanded, TreeProps } from 'element-plus/es/components/table/src/table/defaults';
|
|
11
12
|
import { DebouncedFunc } from 'lodash';
|
|
12
13
|
import { Translator } from 'element-plus/es/hooks';
|
|
13
|
-
declare const Page: {
|
|
14
|
+
declare const Page: SFCWithInstall<{
|
|
14
15
|
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
|
|
15
16
|
config: {
|
|
16
17
|
type: () => {
|
|
@@ -256,6 +257,11 @@ declare const Page: {
|
|
|
256
257
|
readonly butLeft?: string | undefined;
|
|
257
258
|
readonly butHeight?: string | undefined;
|
|
258
259
|
readonly colon?: string | boolean | undefined;
|
|
260
|
+
readonly onCancel?: ((obj: ObjAny) => any) | undefined;
|
|
261
|
+
readonly "onUpdate:modelValue"?: ((value: ObjAny) => any) | undefined;
|
|
262
|
+
readonly onSubmit?: ((obj: ObjAny) => any) | undefined;
|
|
263
|
+
readonly onButs?: ((obj: ObjAny, dataForm: ObjAny, index: number, event: Event) => any) | undefined;
|
|
264
|
+
readonly onUpform?: ((dataForm: ObjAny) => any) | undefined;
|
|
259
265
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "param" | "list" | "disabled" | "options" | "labelWidth" | "labelPosition" | "inline" | "column" | "compons" | "inlineBox" | "query" | "queryInterval" | "inlineRight" | "itemBottom">;
|
|
260
266
|
$attrs: {
|
|
261
267
|
[x: string]: unknown;
|
|
@@ -450,7 +456,7 @@ declare const Page: {
|
|
|
450
456
|
$root: ComponentPublicInstance | null;
|
|
451
457
|
$parent: ComponentPublicInstance | null;
|
|
452
458
|
$host: Element | null;
|
|
453
|
-
$emit: (event:
|
|
459
|
+
$emit: ((event: "cancel", obj: ObjAny) => void) & ((event: "update:modelValue", value: ObjAny) => void) & ((event: "submit", obj: ObjAny) => void) & ((event: "buts", obj: ObjAny, dataForm: ObjAny, index: number, event: Event) => void) & ((event: "upform", dataForm: ObjAny) => void);
|
|
454
460
|
$el: any;
|
|
455
461
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
456
462
|
list: {
|
|
@@ -574,14 +580,26 @@ declare const Page: {
|
|
|
574
580
|
onRequestBefore: {
|
|
575
581
|
type: FunctionConstructor;
|
|
576
582
|
};
|
|
577
|
-
}>> & Readonly<{
|
|
578
|
-
|
|
583
|
+
}>> & Readonly<{
|
|
584
|
+
onCancel?: ((obj: ObjAny) => any) | undefined;
|
|
585
|
+
"onUpdate:modelValue"?: ((value: ObjAny) => any) | undefined;
|
|
586
|
+
onSubmit?: ((obj: ObjAny) => any) | undefined;
|
|
587
|
+
onButs?: ((obj: ObjAny, dataForm: ObjAny, index: number, event: Event) => any) | undefined;
|
|
588
|
+
onUpform?: ((dataForm: ObjAny) => any) | undefined;
|
|
589
|
+
}>, {
|
|
590
|
+
dom: Ref<any, any>;
|
|
579
591
|
closeForm: () => void;
|
|
580
592
|
submitForm: (callback?: Function) => void;
|
|
581
593
|
validateField: (...arr: any[]) => void;
|
|
582
594
|
resetFields: () => void;
|
|
583
595
|
validate: () => Promise<unknown>;
|
|
584
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
596
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
597
|
+
cancel: (obj: ObjAny) => void;
|
|
598
|
+
"update:modelValue": (value: ObjAny) => void;
|
|
599
|
+
submit: (obj: ObjAny) => void;
|
|
600
|
+
buts: (obj: ObjAny, dataForm: ObjAny, index: number, event: Event) => void;
|
|
601
|
+
upform: (dataForm: ObjAny) => void;
|
|
602
|
+
}, string, {
|
|
585
603
|
param: Record<string, any>;
|
|
586
604
|
list: ListObj[];
|
|
587
605
|
disabled: boolean;
|
|
@@ -757,8 +775,14 @@ declare const Page: {
|
|
|
757
775
|
onRequestBefore: {
|
|
758
776
|
type: FunctionConstructor;
|
|
759
777
|
};
|
|
760
|
-
}>> & Readonly<{
|
|
761
|
-
|
|
778
|
+
}>> & Readonly<{
|
|
779
|
+
onCancel?: ((obj: ObjAny) => any) | undefined;
|
|
780
|
+
"onUpdate:modelValue"?: ((value: ObjAny) => any) | undefined;
|
|
781
|
+
onSubmit?: ((obj: ObjAny) => any) | undefined;
|
|
782
|
+
onButs?: ((obj: ObjAny, dataForm: ObjAny, index: number, event: Event) => any) | undefined;
|
|
783
|
+
onUpform?: ((dataForm: ObjAny) => any) | undefined;
|
|
784
|
+
}>, "validate" | "validateField" | "resetFields" | "submitForm" | "closeForm" | ("param" | "list" | "disabled" | "options" | "labelWidth" | "labelPosition" | "inline" | "column" | "compons" | "inlineBox" | "query" | "queryInterval" | "inlineRight" | "itemBottom") | "dom"> & ShallowUnwrapRef<{
|
|
785
|
+
dom: Ref<any, any>;
|
|
762
786
|
closeForm: () => void;
|
|
763
787
|
submitForm: (callback?: Function) => void;
|
|
764
788
|
validateField: (...arr: any[]) => void;
|
|
@@ -2562,7 +2586,8 @@ declare const Page: {
|
|
|
2562
2586
|
}>> & Readonly<{}>, {
|
|
2563
2587
|
getSelection: typeof getSelection;
|
|
2564
2588
|
initData: (callback?: () => void) => void;
|
|
2565
|
-
|
|
2589
|
+
getData: (p?: ObjAny, callback?: (d?: ObjAny) => void) => void;
|
|
2590
|
+
getList: (callback?: () => void) => void;
|
|
2566
2591
|
empty: () => void;
|
|
2567
2592
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
2568
2593
|
config: TableConfig;
|
|
@@ -2662,10 +2687,11 @@ declare const Page: {
|
|
|
2662
2687
|
onRequestBefore: {
|
|
2663
2688
|
type: FunctionConstructor;
|
|
2664
2689
|
};
|
|
2665
|
-
}>> & Readonly<{}>, "empty" | ("config" | "param" | "list" | "options" | "load" | "compons") | "getSelection" | "initData" | "getList"> & ShallowUnwrapRef<{
|
|
2690
|
+
}>> & Readonly<{}>, "empty" | ("config" | "param" | "list" | "options" | "load" | "compons") | "getSelection" | "initData" | "getData" | "getList"> & ShallowUnwrapRef<{
|
|
2666
2691
|
getSelection: typeof getSelection;
|
|
2667
2692
|
initData: (callback?: () => void) => void;
|
|
2668
|
-
|
|
2693
|
+
getData: (p?: ObjAny, callback?: (d?: ObjAny) => void) => void;
|
|
2694
|
+
getList: (callback?: () => void) => void;
|
|
2669
2695
|
empty: () => void;
|
|
2670
2696
|
}> & {} & ComponentCustomProperties & {} & {
|
|
2671
2697
|
$slots: Partial<Record<string, (_: any) => any>>;
|
|
@@ -3069,5 +3095,5 @@ declare const Page: {
|
|
|
3069
3095
|
$slots: Partial<Record<string, (_: any) => any>> & Partial<Record<string, (_: any) => any>> & Partial<Record<string, (_: any) => any>> & Partial<Record<string, (_: any) => any>> & Partial<Record<string, (_: {}) => any>> & Partial<Record<string, (_: any) => any>> & Partial<Record<string, (_: any) => any>> & Partial<Record<string, (_: {}) => any>> & Partial<Record<string, (_: {}) => any>> & Partial<Record<string, (_: {
|
|
3070
3096
|
row: any;
|
|
3071
3097
|
}) => any>> & Partial<Record<string, (_: any) => any>> & Partial<Record<string, (_: any) => any>> & Partial<Record<string, (_: {}) => any>>;
|
|
3072
|
-
})
|
|
3098
|
+
})>;
|
|
3073
3099
|
export { Page, Page as default };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Component, ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, Slot, ComponentPublicInstance, ComponentOptionsBase, ExtractPropTypes, PropType,
|
|
1
|
+
import { Component, ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, Slot, ComponentPublicInstance, ComponentOptionsBase, ExtractPropTypes, PropType, ComponentOptionsMixin, GlobalComponents, GlobalDirectives, ComponentProvideOptions, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties, Ref, CreateComponentPublicInstanceWithMixins, CSSProperties, ComputedRef, DefineComponent, PublicProps } from 'vue';
|
|
2
2
|
import { EpPropMergeType, Arrayable, EpPropFinalized } from 'element-plus/es/utils';
|
|
3
3
|
import { FormItemRule, FormItemProp, FormValidateCallback, FormValidationResult, FormItemContext } from 'element-plus/es/components/form';
|
|
4
|
-
import { OnCleanup } from '@vue/reactivity';
|
|
4
|
+
import { Reactive, OnCleanup } from '@vue/reactivity';
|
|
5
5
|
import { DefaultSort } from '../../tables/tables/src/data';
|
|
6
6
|
import { TableProps, TableColumnCtx, Sort, Filter, Table } from 'element-plus/es/components/table';
|
|
7
7
|
import { default as __DTS_DEFAULT_0__ } from 'element-plus/es/components/table/src/table-layout';
|
|
@@ -114,6 +114,11 @@ declare function __VLS_template(): {
|
|
|
114
114
|
readonly butLeft?: string | undefined;
|
|
115
115
|
readonly butHeight?: string | undefined;
|
|
116
116
|
readonly colon?: string | boolean | undefined;
|
|
117
|
+
readonly onCancel?: ((obj: ObjAny) => any) | undefined;
|
|
118
|
+
readonly "onUpdate:modelValue"?: ((value: ObjAny) => any) | undefined;
|
|
119
|
+
readonly onSubmit?: ((obj: ObjAny) => any) | undefined;
|
|
120
|
+
readonly onButs?: ((obj: ObjAny, dataForm: ObjAny, index: number, event: Event) => any) | undefined;
|
|
121
|
+
readonly onUpform?: ((dataForm: ObjAny) => any) | undefined;
|
|
117
122
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "param" | "list" | "disabled" | "options" | "labelWidth" | "labelPosition" | "inline" | "column" | "compons" | "inlineBox" | "query" | "queryInterval" | "inlineRight" | "itemBottom">;
|
|
118
123
|
$attrs: {
|
|
119
124
|
[x: string]: unknown;
|
|
@@ -308,7 +313,7 @@ declare function __VLS_template(): {
|
|
|
308
313
|
$root: ComponentPublicInstance | null;
|
|
309
314
|
$parent: ComponentPublicInstance | null;
|
|
310
315
|
$host: Element | null;
|
|
311
|
-
$emit: (event:
|
|
316
|
+
$emit: ((event: "cancel", obj: ObjAny) => void) & ((event: "update:modelValue", value: ObjAny) => void) & ((event: "submit", obj: ObjAny) => void) & ((event: "buts", obj: ObjAny, dataForm: ObjAny, index: number, event: Event) => void) & ((event: "upform", dataForm: ObjAny) => void);
|
|
312
317
|
$el: any;
|
|
313
318
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
314
319
|
list: {
|
|
@@ -432,14 +437,26 @@ declare function __VLS_template(): {
|
|
|
432
437
|
onRequestBefore: {
|
|
433
438
|
type: FunctionConstructor;
|
|
434
439
|
};
|
|
435
|
-
}>> & Readonly<{
|
|
436
|
-
|
|
440
|
+
}>> & Readonly<{
|
|
441
|
+
onCancel?: ((obj: ObjAny) => any) | undefined;
|
|
442
|
+
"onUpdate:modelValue"?: ((value: ObjAny) => any) | undefined;
|
|
443
|
+
onSubmit?: ((obj: ObjAny) => any) | undefined;
|
|
444
|
+
onButs?: ((obj: ObjAny, dataForm: ObjAny, index: number, event: Event) => any) | undefined;
|
|
445
|
+
onUpform?: ((dataForm: ObjAny) => any) | undefined;
|
|
446
|
+
}>, {
|
|
447
|
+
dom: Ref<any, any>;
|
|
437
448
|
closeForm: () => void;
|
|
438
449
|
submitForm: (callback?: Function) => void;
|
|
439
450
|
validateField: (...arr: any[]) => void;
|
|
440
451
|
resetFields: () => void;
|
|
441
452
|
validate: () => Promise<unknown>;
|
|
442
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
453
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
454
|
+
cancel: (obj: ObjAny) => void;
|
|
455
|
+
"update:modelValue": (value: ObjAny) => void;
|
|
456
|
+
submit: (obj: ObjAny) => void;
|
|
457
|
+
buts: (obj: ObjAny, dataForm: ObjAny, index: number, event: Event) => void;
|
|
458
|
+
upform: (dataForm: ObjAny) => void;
|
|
459
|
+
}, string, {
|
|
443
460
|
param: Record<string, any>;
|
|
444
461
|
list: ListObj[];
|
|
445
462
|
disabled: boolean;
|
|
@@ -615,8 +632,14 @@ declare function __VLS_template(): {
|
|
|
615
632
|
onRequestBefore: {
|
|
616
633
|
type: FunctionConstructor;
|
|
617
634
|
};
|
|
618
|
-
}>> & Readonly<{
|
|
619
|
-
|
|
635
|
+
}>> & Readonly<{
|
|
636
|
+
onCancel?: ((obj: ObjAny) => any) | undefined;
|
|
637
|
+
"onUpdate:modelValue"?: ((value: ObjAny) => any) | undefined;
|
|
638
|
+
onSubmit?: ((obj: ObjAny) => any) | undefined;
|
|
639
|
+
onButs?: ((obj: ObjAny, dataForm: ObjAny, index: number, event: Event) => any) | undefined;
|
|
640
|
+
onUpform?: ((dataForm: ObjAny) => any) | undefined;
|
|
641
|
+
}>, "validate" | "validateField" | "resetFields" | "submitForm" | "closeForm" | ("param" | "list" | "disabled" | "options" | "labelWidth" | "labelPosition" | "inline" | "column" | "compons" | "inlineBox" | "query" | "queryInterval" | "inlineRight" | "itemBottom") | "dom"> & ShallowUnwrapRef<{
|
|
642
|
+
dom: Ref<any, any>;
|
|
620
643
|
closeForm: () => void;
|
|
621
644
|
submitForm: (callback?: Function) => void;
|
|
622
645
|
validateField: (...arr: any[]) => void;
|
|
@@ -2420,7 +2443,8 @@ declare function __VLS_template(): {
|
|
|
2420
2443
|
}>> & Readonly<{}>, {
|
|
2421
2444
|
getSelection: typeof getSelection;
|
|
2422
2445
|
initData: (callback?: () => void) => void;
|
|
2423
|
-
|
|
2446
|
+
getData: (p?: ObjAny, callback?: (d?: ObjAny) => void) => void;
|
|
2447
|
+
getList: (callback?: () => void) => void;
|
|
2424
2448
|
empty: () => void;
|
|
2425
2449
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
2426
2450
|
config: TableConfig;
|
|
@@ -2520,10 +2544,11 @@ declare function __VLS_template(): {
|
|
|
2520
2544
|
onRequestBefore: {
|
|
2521
2545
|
type: FunctionConstructor;
|
|
2522
2546
|
};
|
|
2523
|
-
}>> & Readonly<{}>, "empty" | ("config" | "param" | "list" | "options" | "load" | "compons") | "getSelection" | "initData" | "getList"> & ShallowUnwrapRef<{
|
|
2547
|
+
}>> & Readonly<{}>, "empty" | ("config" | "param" | "list" | "options" | "load" | "compons") | "getSelection" | "initData" | "getData" | "getList"> & ShallowUnwrapRef<{
|
|
2524
2548
|
getSelection: typeof getSelection;
|
|
2525
2549
|
initData: (callback?: () => void) => void;
|
|
2526
|
-
|
|
2550
|
+
getData: (p?: ObjAny, callback?: (d?: ObjAny) => void) => void;
|
|
2551
|
+
getList: (callback?: () => void) => void;
|
|
2527
2552
|
empty: () => void;
|
|
2528
2553
|
}> & {} & ComponentCustomProperties & {} & {
|
|
2529
2554
|
$slots: Partial<Record<string, (_: any) => any>>;
|
|
@@ -2687,6 +2712,11 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
2687
2712
|
readonly butLeft?: string | undefined;
|
|
2688
2713
|
readonly butHeight?: string | undefined;
|
|
2689
2714
|
readonly colon?: string | boolean | undefined;
|
|
2715
|
+
readonly onCancel?: ((obj: ObjAny) => any) | undefined;
|
|
2716
|
+
readonly "onUpdate:modelValue"?: ((value: ObjAny) => any) | undefined;
|
|
2717
|
+
readonly onSubmit?: ((obj: ObjAny) => any) | undefined;
|
|
2718
|
+
readonly onButs?: ((obj: ObjAny, dataForm: ObjAny, index: number, event: Event) => any) | undefined;
|
|
2719
|
+
readonly onUpform?: ((dataForm: ObjAny) => any) | undefined;
|
|
2690
2720
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "param" | "list" | "disabled" | "options" | "labelWidth" | "labelPosition" | "inline" | "column" | "compons" | "inlineBox" | "query" | "queryInterval" | "inlineRight" | "itemBottom">;
|
|
2691
2721
|
$attrs: {
|
|
2692
2722
|
[x: string]: unknown;
|
|
@@ -2881,7 +2911,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
2881
2911
|
$root: ComponentPublicInstance | null;
|
|
2882
2912
|
$parent: ComponentPublicInstance | null;
|
|
2883
2913
|
$host: Element | null;
|
|
2884
|
-
$emit: (event:
|
|
2914
|
+
$emit: ((event: "cancel", obj: ObjAny) => void) & ((event: "update:modelValue", value: ObjAny) => void) & ((event: "submit", obj: ObjAny) => void) & ((event: "buts", obj: ObjAny, dataForm: ObjAny, index: number, event: Event) => void) & ((event: "upform", dataForm: ObjAny) => void);
|
|
2885
2915
|
$el: any;
|
|
2886
2916
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
2887
2917
|
list: {
|
|
@@ -3005,14 +3035,26 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
3005
3035
|
onRequestBefore: {
|
|
3006
3036
|
type: FunctionConstructor;
|
|
3007
3037
|
};
|
|
3008
|
-
}>> & Readonly<{
|
|
3009
|
-
|
|
3038
|
+
}>> & Readonly<{
|
|
3039
|
+
onCancel?: ((obj: ObjAny) => any) | undefined;
|
|
3040
|
+
"onUpdate:modelValue"?: ((value: ObjAny) => any) | undefined;
|
|
3041
|
+
onSubmit?: ((obj: ObjAny) => any) | undefined;
|
|
3042
|
+
onButs?: ((obj: ObjAny, dataForm: ObjAny, index: number, event: Event) => any) | undefined;
|
|
3043
|
+
onUpform?: ((dataForm: ObjAny) => any) | undefined;
|
|
3044
|
+
}>, {
|
|
3045
|
+
dom: Ref<any, any>;
|
|
3010
3046
|
closeForm: () => void;
|
|
3011
3047
|
submitForm: (callback?: Function) => void;
|
|
3012
3048
|
validateField: (...arr: any[]) => void;
|
|
3013
3049
|
resetFields: () => void;
|
|
3014
3050
|
validate: () => Promise<unknown>;
|
|
3015
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3051
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3052
|
+
cancel: (obj: ObjAny) => void;
|
|
3053
|
+
"update:modelValue": (value: ObjAny) => void;
|
|
3054
|
+
submit: (obj: ObjAny) => void;
|
|
3055
|
+
buts: (obj: ObjAny, dataForm: ObjAny, index: number, event: Event) => void;
|
|
3056
|
+
upform: (dataForm: ObjAny) => void;
|
|
3057
|
+
}, string, {
|
|
3016
3058
|
param: Record<string, any>;
|
|
3017
3059
|
list: ListObj[];
|
|
3018
3060
|
disabled: boolean;
|
|
@@ -3188,8 +3230,14 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
3188
3230
|
onRequestBefore: {
|
|
3189
3231
|
type: FunctionConstructor;
|
|
3190
3232
|
};
|
|
3191
|
-
}>> & Readonly<{
|
|
3192
|
-
|
|
3233
|
+
}>> & Readonly<{
|
|
3234
|
+
onCancel?: ((obj: ObjAny) => any) | undefined;
|
|
3235
|
+
"onUpdate:modelValue"?: ((value: ObjAny) => any) | undefined;
|
|
3236
|
+
onSubmit?: ((obj: ObjAny) => any) | undefined;
|
|
3237
|
+
onButs?: ((obj: ObjAny, dataForm: ObjAny, index: number, event: Event) => any) | undefined;
|
|
3238
|
+
onUpform?: ((dataForm: ObjAny) => any) | undefined;
|
|
3239
|
+
}>, "validate" | "validateField" | "resetFields" | "submitForm" | "closeForm" | ("param" | "list" | "disabled" | "options" | "labelWidth" | "labelPosition" | "inline" | "column" | "compons" | "inlineBox" | "query" | "queryInterval" | "inlineRight" | "itemBottom") | "dom"> & ShallowUnwrapRef<{
|
|
3240
|
+
dom: Ref<any, any>;
|
|
3193
3241
|
closeForm: () => void;
|
|
3194
3242
|
submitForm: (callback?: Function) => void;
|
|
3195
3243
|
validateField: (...arr: any[]) => void;
|
|
@@ -4993,7 +5041,8 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
4993
5041
|
}>> & Readonly<{}>, {
|
|
4994
5042
|
getSelection: typeof getSelection;
|
|
4995
5043
|
initData: (callback?: () => void) => void;
|
|
4996
|
-
|
|
5044
|
+
getData: (p?: ObjAny, callback?: (d?: ObjAny) => void) => void;
|
|
5045
|
+
getList: (callback?: () => void) => void;
|
|
4997
5046
|
empty: () => void;
|
|
4998
5047
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
4999
5048
|
config: TableConfig;
|
|
@@ -5093,10 +5142,11 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
5093
5142
|
onRequestBefore: {
|
|
5094
5143
|
type: FunctionConstructor;
|
|
5095
5144
|
};
|
|
5096
|
-
}>> & Readonly<{}>, "empty" | ("config" | "param" | "list" | "options" | "load" | "compons") | "getSelection" | "initData" | "getList"> & ShallowUnwrapRef<{
|
|
5145
|
+
}>> & Readonly<{}>, "empty" | ("config" | "param" | "list" | "options" | "load" | "compons") | "getSelection" | "initData" | "getData" | "getList"> & ShallowUnwrapRef<{
|
|
5097
5146
|
getSelection: typeof getSelection;
|
|
5098
5147
|
initData: (callback?: () => void) => void;
|
|
5099
|
-
|
|
5148
|
+
getData: (p?: ObjAny, callback?: (d?: ObjAny) => void) => void;
|
|
5149
|
+
getList: (callback?: () => void) => void;
|
|
5100
5150
|
empty: () => void;
|
|
5101
5151
|
}> & {} & ComponentCustomProperties & {} & {
|
|
5102
5152
|
$slots: Partial<Record<string, (_: any) => any>>;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SFCWithInstall } from '../../utils/vues';
|
|
2
|
+
import { CreateComponentPublicInstanceWithMixins, Ref, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ExtractPropTypes, Component, PropType, VNode, RendererNode, RendererElement, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentProvideOptions, ComponentOptionsBase } from 'vue';
|
|
2
3
|
import { EpPropFinalized, EpPropMergeType } from 'element-plus/es/utils';
|
|
3
|
-
declare const Pagination: {
|
|
4
|
+
declare const Pagination: SFCWithInstall<{
|
|
4
5
|
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
5
6
|
refEl: Ref<any, any>;
|
|
6
7
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
@@ -139,5 +140,5 @@ declare const Pagination: {
|
|
|
139
140
|
refEl: Ref<any, any>;
|
|
140
141
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
141
142
|
$slots: Partial<Record<string, (_: any) => any>>;
|
|
142
|
-
})
|
|
143
|
+
})>;
|
|
143
144
|
export { Pagination, Pagination as default };
|
|
@@ -1,46 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
ispag: BooleanConstructor;
|
|
5
|
-
total: NumberConstructor;
|
|
6
|
-
layout: StringConstructor;
|
|
7
|
-
paginat: {
|
|
8
|
-
type: ObjectConstructor;
|
|
9
|
-
required: true;
|
|
10
|
-
};
|
|
11
|
-
}>> & Readonly<{
|
|
12
|
-
"onCurrent-change"?: ((...args: any[]) => any) | undefined;
|
|
13
|
-
"onSize-change"?: ((...args: any[]) => any) | undefined;
|
|
14
|
-
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
15
|
-
"current-change": (...args: any[]) => void;
|
|
16
|
-
"size-change": (...args: any[]) => void;
|
|
17
|
-
}, PublicProps, {
|
|
18
|
-
ispag: boolean;
|
|
19
|
-
}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
|
|
20
|
-
P: {};
|
|
21
|
-
B: {};
|
|
22
|
-
D: {};
|
|
23
|
-
C: {};
|
|
24
|
-
M: {};
|
|
25
|
-
Defaults: {};
|
|
26
|
-
}, Readonly< ExtractPropTypes<{
|
|
27
|
-
ispag: BooleanConstructor;
|
|
28
|
-
total: NumberConstructor;
|
|
29
|
-
layout: StringConstructor;
|
|
30
|
-
paginat: {
|
|
31
|
-
type: ObjectConstructor;
|
|
32
|
-
required: true;
|
|
33
|
-
};
|
|
34
|
-
}>> & Readonly<{
|
|
35
|
-
"onCurrent-change"?: ((...args: any[]) => any) | undefined;
|
|
36
|
-
"onSize-change"?: ((...args: any[]) => any) | undefined;
|
|
37
|
-
}>, {}, {}, {}, {}, {
|
|
38
|
-
ispag: boolean;
|
|
39
|
-
}>;
|
|
40
|
-
__isFragment?: never;
|
|
41
|
-
__isTeleport?: never;
|
|
42
|
-
__isSuspense?: never;
|
|
43
|
-
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
1
|
+
import { SFCWithInstall } from '../../utils/vues';
|
|
2
|
+
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
+
declare const Paging: SFCWithInstall<DefineComponent<ExtractPropTypes<{
|
|
44
4
|
ispag: BooleanConstructor;
|
|
45
5
|
total: NumberConstructor;
|
|
46
6
|
layout: StringConstructor;
|
|
@@ -48,13 +8,21 @@ declare const Paging: {
|
|
|
48
8
|
type: ObjectConstructor;
|
|
49
9
|
required: true;
|
|
50
10
|
};
|
|
51
|
-
}>> & Readonly<{
|
|
52
|
-
"onCurrent-change"?: ((...args: any[]) => any) | undefined;
|
|
53
|
-
"onSize-change"?: ((...args: any[]) => any) | undefined;
|
|
54
11
|
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
55
12
|
"current-change": (...args: any[]) => void;
|
|
56
13
|
"size-change": (...args: any[]) => void;
|
|
57
|
-
}, string, {
|
|
14
|
+
}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
15
|
+
ispag: BooleanConstructor;
|
|
16
|
+
total: NumberConstructor;
|
|
17
|
+
layout: StringConstructor;
|
|
18
|
+
paginat: {
|
|
19
|
+
type: ObjectConstructor;
|
|
20
|
+
required: true;
|
|
21
|
+
};
|
|
22
|
+
}>> & Readonly<{
|
|
23
|
+
"onCurrent-change"?: ((...args: any[]) => any) | undefined;
|
|
24
|
+
"onSize-change"?: ((...args: any[]) => any) | undefined;
|
|
25
|
+
}>, {
|
|
58
26
|
ispag: boolean;
|
|
59
|
-
}, {},
|
|
27
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>>;
|
|
60
28
|
export { Paging, Paging as default };
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SFCWithInstall } from '../../utils/vues';
|
|
2
|
+
import { CreateComponentPublicInstanceWithMixins, Ref, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentInternalInstance, Component, VNodeProps, AllowedComponentProps, ComponentCustomProps, Slot, ComponentPublicInstance, ComponentOptionsBase, ExtractPropTypes, ComponentProvideOptions, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties } from 'vue';
|
|
2
3
|
import { EpPropMergeType, EpPropFinalized } from 'element-plus/es/utils';
|
|
3
4
|
import { OnCleanup } from '@vue/reactivity';
|
|
4
|
-
declare const Popconfirm: {
|
|
5
|
+
declare const Popconfirm: SFCWithInstall<{
|
|
5
6
|
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
6
7
|
refEl: Ref<any, any>;
|
|
7
8
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
@@ -149,5 +150,5 @@ declare const Popconfirm: {
|
|
|
149
150
|
refEl: Ref<any, any>;
|
|
150
151
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
151
152
|
$slots: Partial<Record<string, (_: any) => any>>;
|
|
152
|
-
})
|
|
153
|
+
})>;
|
|
153
154
|
export { Popconfirm, Popconfirm as default };
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SFCWithInstall } from '../../utils/vues';
|
|
2
|
+
import { CreateComponentPublicInstanceWithMixins, Ref, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentInternalInstance, StyleValue, VNodeProps, AllowedComponentProps, ComponentCustomProps, Slot, ComponentPublicInstance, ComponentOptionsBase, ExtractPropTypes, PropType, ComputedRef, ComponentProvideOptions, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties } from 'vue';
|
|
2
3
|
import { EpPropMergeType, Arrayable, EpPropFinalized } from 'element-plus/es/utils';
|
|
3
4
|
import { Placement, PopperEffect, Options, PopperInstance } from 'element-plus/es/index';
|
|
4
5
|
import { TooltipTriggerType } from 'element-plus/es/components/tooltip';
|
|
5
6
|
import { OnCleanup } from '@vue/reactivity';
|
|
6
|
-
declare const Popover: {
|
|
7
|
+
declare const Popover: SFCWithInstall<{
|
|
7
8
|
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
8
9
|
refEl: Ref<any, any>;
|
|
9
10
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
@@ -580,5 +581,5 @@ declare const Popover: {
|
|
|
580
581
|
refEl: Ref<any, any>;
|
|
581
582
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
582
583
|
$slots: Partial<Record<string, (_: any) => any>>;
|
|
583
|
-
})
|
|
584
|
+
})>;
|
|
584
585
|
export { Popover, Popover as default };
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
1
|
+
import { SFCWithInstall } from '../../utils/vues';
|
|
2
|
+
import { CreateComponentPublicInstanceWithMixins, ExtractPropTypes, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps } from 'vue';
|
|
3
|
+
declare const Popup: SFCWithInstall<{
|
|
3
4
|
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
|
|
4
5
|
drag: {
|
|
5
6
|
type: (BooleanConstructor | StringConstructor)[];
|
|
@@ -166,5 +167,5 @@ declare const Popup: {
|
|
|
166
167
|
maskClose: boolean;
|
|
167
168
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
168
169
|
$slots: Partial<Record<string, (_: {}) => any>> & Partial<Record<string, (_: {}) => any>> & Partial<Record<string, (_: {}) => any>> & Partial<Record<string, (_: {}) => any>>;
|
|
169
|
-
})
|
|
170
|
+
})>;
|
|
170
171
|
export { Popup, Popup as default };
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SFCWithInstall } from '../../utils/vues';
|
|
2
|
+
import { CreateComponentPublicInstanceWithMixins, Ref, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, Slot, ComponentPublicInstance, ComponentOptionsBase, ExtractPropTypes, PropType, ComponentProvideOptions, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties } from 'vue';
|
|
2
3
|
import { EpPropMergeType, EpPropFinalized } from 'element-plus/es/utils';
|
|
3
4
|
import { OnCleanup } from '@vue/reactivity';
|
|
4
|
-
declare const Radio: {
|
|
5
|
+
declare const Radio: SFCWithInstall<{
|
|
5
6
|
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
6
7
|
refEl: Ref<any, any>;
|
|
7
8
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
@@ -19,13 +20,13 @@ declare const Radio: {
|
|
|
19
20
|
readonly disabled: boolean;
|
|
20
21
|
readonly border: boolean;
|
|
21
22
|
readonly size?: EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never> | undefined;
|
|
22
|
-
readonly label?: EpPropMergeType<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown> | undefined;
|
|
23
23
|
readonly name?: string | undefined;
|
|
24
|
+
readonly label?: EpPropMergeType<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown> | undefined;
|
|
24
25
|
readonly value?: EpPropMergeType<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown> | undefined;
|
|
25
26
|
readonly modelValue?: EpPropMergeType<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown> | undefined;
|
|
26
27
|
"onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined | undefined;
|
|
27
28
|
onChange?: ((val: string | number | boolean | undefined) => any) | undefined | undefined;
|
|
28
|
-
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "
|
|
29
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "name" | "label" | "value" | "modelValue" | "disabled" | "border">;
|
|
29
30
|
$attrs: {
|
|
30
31
|
[x: string]: unknown;
|
|
31
32
|
};
|
|
@@ -109,7 +110,7 @@ declare const Radio: {
|
|
|
109
110
|
}>> & {
|
|
110
111
|
"onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
111
112
|
onChange?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
112
|
-
}, "
|
|
113
|
+
}, "name" | "label" | "value" | "modelValue" | "disabled" | "border"> & ShallowUnwrapRef<{}> & {} & ComponentCustomProperties & {} & {
|
|
113
114
|
$slots: {
|
|
114
115
|
default?(_: {}): any;
|
|
115
116
|
};
|
|
@@ -131,5 +132,5 @@ declare const Radio: {
|
|
|
131
132
|
refEl: Ref<any, any>;
|
|
132
133
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
133
134
|
$slots: Partial<Record<string, (_: any) => any>>;
|
|
134
|
-
})
|
|
135
|
+
})>;
|
|
135
136
|
export { Radio, Radio as default };
|
|
@@ -19,13 +19,13 @@ declare function __VLS_template(): {
|
|
|
19
19
|
readonly disabled: boolean;
|
|
20
20
|
readonly border: boolean;
|
|
21
21
|
readonly size?: EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never> | undefined;
|
|
22
|
-
readonly label?: EpPropMergeType<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown> | undefined;
|
|
23
22
|
readonly name?: string | undefined;
|
|
23
|
+
readonly label?: EpPropMergeType<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown> | undefined;
|
|
24
24
|
readonly value?: EpPropMergeType<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown> | undefined;
|
|
25
25
|
readonly modelValue?: EpPropMergeType<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown> | undefined;
|
|
26
26
|
"onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined | undefined;
|
|
27
27
|
onChange?: ((val: string | number | boolean | undefined) => any) | undefined | undefined;
|
|
28
|
-
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "
|
|
28
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "name" | "label" | "value" | "modelValue" | "disabled" | "border">;
|
|
29
29
|
$attrs: {
|
|
30
30
|
[x: string]: unknown;
|
|
31
31
|
};
|
|
@@ -109,7 +109,7 @@ declare function __VLS_template(): {
|
|
|
109
109
|
}>> & {
|
|
110
110
|
"onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
111
111
|
onChange?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
112
|
-
}, "
|
|
112
|
+
}, "name" | "label" | "value" | "modelValue" | "disabled" | "border"> & ShallowUnwrapRef<{}> & {} & ComponentCustomProperties & {} & {
|
|
113
113
|
$slots: {
|
|
114
114
|
default?(_: {}): any;
|
|
115
115
|
};
|
|
@@ -135,13 +135,13 @@ declare const __VLS_component: DefineComponent<{}, {
|
|
|
135
135
|
readonly disabled: boolean;
|
|
136
136
|
readonly border: boolean;
|
|
137
137
|
readonly size?: EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never> | undefined;
|
|
138
|
-
readonly label?: EpPropMergeType<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown> | undefined;
|
|
139
138
|
readonly name?: string | undefined;
|
|
139
|
+
readonly label?: EpPropMergeType<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown> | undefined;
|
|
140
140
|
readonly value?: EpPropMergeType<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown> | undefined;
|
|
141
141
|
readonly modelValue?: EpPropMergeType<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown> | undefined;
|
|
142
142
|
"onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined | undefined;
|
|
143
143
|
onChange?: ((val: string | number | boolean | undefined) => any) | undefined | undefined;
|
|
144
|
-
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "
|
|
144
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "name" | "label" | "value" | "modelValue" | "disabled" | "border">;
|
|
145
145
|
$attrs: {
|
|
146
146
|
[x: string]: unknown;
|
|
147
147
|
};
|
|
@@ -225,7 +225,7 @@ declare const __VLS_component: DefineComponent<{}, {
|
|
|
225
225
|
}>> & {
|
|
226
226
|
"onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
227
227
|
onChange?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
228
|
-
}, "
|
|
228
|
+
}, "name" | "label" | "value" | "modelValue" | "disabled" | "border"> & ShallowUnwrapRef<{}> & {} & ComponentCustomProperties & {} & {
|
|
229
229
|
$slots: {
|
|
230
230
|
default?(_: {}): any;
|
|
231
231
|
};
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SFCWithInstall } from '../../utils/vues';
|
|
2
|
+
import { CreateComponentPublicInstanceWithMixins, Ref, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, Slot, ComponentPublicInstance, ComponentOptionsBase, ExtractPropTypes, PropType, ComponentProvideOptions, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties } from 'vue';
|
|
2
3
|
import { EpPropMergeType, EpPropFinalized } from 'element-plus/es/utils';
|
|
3
4
|
import { OnCleanup } from '@vue/reactivity';
|
|
4
|
-
declare const RadioGroup: {
|
|
5
|
+
declare const RadioGroup: SFCWithInstall<{
|
|
5
6
|
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
6
7
|
refEl: Ref<any, any>;
|
|
7
8
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
@@ -140,5 +141,5 @@ declare const RadioGroup: {
|
|
|
140
141
|
refEl: Ref<any, any>;
|
|
141
142
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
142
143
|
$slots: Partial<Record<string, (_: any) => any>>;
|
|
143
|
-
})
|
|
144
|
+
})>;
|
|
144
145
|
export { RadioGroup, RadioGroup as default };
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
1
|
+
import { SFCWithInstall } from '../../utils/vues';
|
|
2
|
+
import { CreateComponentPublicInstanceWithMixins, ExtractPropTypes, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps } from 'vue';
|
|
3
|
+
declare const Retract: SFCWithInstall<{
|
|
3
4
|
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
|
|
4
5
|
direction: {
|
|
5
6
|
type: () => "left" | "right" | "bottom" | "top";
|
|
@@ -44,5 +45,5 @@ declare const Retract: {
|
|
|
44
45
|
direction: "left" | "right" | "bottom" | "top";
|
|
45
46
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
46
47
|
$slots: Partial<Record<string, (_: {}) => any>> & Partial<Record<string, (_: {}) => any>>;
|
|
47
|
-
})
|
|
48
|
+
})>;
|
|
48
49
|
export { Retract, Retract as default };
|
|
@@ -15,7 +15,6 @@ require("@fangzhongya/utils/basic/object/deepCopy");
|
|
|
15
15
|
require("@fangzhongya/utils/basic/Array/toggleArray");
|
|
16
16
|
require("@fangzhongya/utils/basic/object/objValue");
|
|
17
17
|
require("../../../utils/vues/getBuildProps.cjs");
|
|
18
|
-
require("../../../utils/vues/withInstall.cjs");
|
|
19
18
|
require("@fangzhongya/utils/css/setObjStyle");
|
|
20
19
|
require("@fangzhongya/utils/css/getCss");
|
|
21
20
|
const dataProps = buildProps.buildProps({
|
|
@@ -13,7 +13,6 @@ import "@fangzhongya/utils/basic/object/deepCopy";
|
|
|
13
13
|
import "@fangzhongya/utils/basic/Array/toggleArray";
|
|
14
14
|
import "@fangzhongya/utils/basic/object/objValue";
|
|
15
15
|
import "../../../utils/vues/getBuildProps.js";
|
|
16
|
-
import "../../../utils/vues/withInstall.js";
|
|
17
16
|
import "@fangzhongya/utils/css/setObjStyle";
|
|
18
17
|
import "@fangzhongya/utils/css/getCss";
|
|
19
18
|
const dataProps = buildProps({
|