@wlydfe/pro-ui 0.2.4 → 0.2.6
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/es/components/breadcrumb/src/index.vue.d.ts +1 -1
- package/es/components/check-card/src/index.vue.d.ts +1 -1
- package/es/components/check-card-group/src/index.vue.d.ts +1 -1
- package/es/components/check-card-group/style/css.d.ts +1 -1
- package/es/components/check-card-group/style/index.d.ts +1 -1
- package/es/components/date-picker/src/index.vue.d.ts +1 -1
- package/es/components/descriptions/index.d.ts +1 -1
- package/es/components/descriptions/src/index.vue.d.ts +13 -13
- package/es/components/descriptions/style/css.d.ts +1 -1
- package/es/components/descriptions/style/index.d.ts +1 -1
- package/es/components/dialog/src/index.vue.d.ts +1 -1
- package/es/components/dialog-form/src/index.vue.d.ts +14 -14
- package/es/components/dialog-form/style/css.d.ts +2 -2
- package/es/components/dialog-form/style/index.d.ts +2 -2
- package/es/components/display-item/index.d.ts +1 -1
- package/es/components/display-item/src/index.vue.d.ts +16 -10
- package/es/components/display-item/src/index.vue2.mjs +81 -31
- package/es/components/display-item/style/css.d.ts +1 -1
- package/es/components/display-item/style/index.d.ts +1 -1
- package/es/components/drawer-form/src/index.vue.d.ts +12 -12
- package/es/components/drawer-form/style/css.d.ts +1 -1
- package/es/components/drawer-form/style/index.d.ts +1 -1
- package/es/components/form/src/form-content.vue.d.ts +4 -4
- package/es/components/form/src/index.vue.d.ts +10 -10
- package/es/components/form/style/css.d.ts +1 -1
- package/es/components/form/style/index.d.ts +1 -1
- package/es/components/form-item/src/index.vue.d.ts +7 -7
- package/es/components/form-item/style/css.d.ts +3 -3
- package/es/components/form-item/style/index.d.ts +3 -3
- package/es/components/header/src/index.vue.d.ts +1 -1
- package/es/components/input-tag/src/index.vue.d.ts +2 -2
- package/es/components/layout/src/index.vue.d.ts +16 -16
- package/es/components/layout/style/css.d.ts +3 -3
- package/es/components/layout/style/index.d.ts +3 -3
- package/es/components/page/index.d.ts +1 -0
- package/es/components/page/src/index.vue.d.ts +4 -3
- package/es/components/page/src/index.vue2.mjs +9 -2
- package/es/components/page/style/css.d.ts +2 -2
- package/es/components/page/style/index.d.ts +2 -2
- package/es/components/pagination/src/index.vue.d.ts +1 -1
- package/es/components/popover/src/index.vue.d.ts +1 -1
- package/es/components/radio/src/index.vue.d.ts +1 -1
- package/es/components/render/src/index.vue.d.ts +1 -1
- package/es/components/search/src/index.vue.d.ts +11 -11
- package/es/components/search/style/css.d.ts +1 -1
- package/es/components/search/style/index.d.ts +1 -1
- package/es/components/sidebar/src/index.vue.d.ts +1 -1
- package/es/components/sidebar/src/sidebar-item.vue.d.ts +1 -1
- package/es/components/steps-form/src/index.vue.d.ts +12 -12
- package/es/components/steps-form/style/css.d.ts +1 -1
- package/es/components/steps-form/style/index.d.ts +1 -1
- package/es/components/table/src/index.vue2.mjs +2 -1
- package/es/components/table/src/table-title-bar.vue.d.ts +3 -3
- package/es/components/table/src/type.d.ts +1 -1
- package/es/components/table/style/css.d.ts +3 -3
- package/es/components/table/style/index.d.ts +3 -3
- package/es/components/utils/index.d.ts +1 -1
- package/es/constants/page.d.ts +1 -1
- package/es/hooks/useGetOptions.d.ts +1 -1
- package/es/hooks/useTable.d.ts +2 -2
- package/es/index.css +14 -14
- package/es/index.d.ts +5 -5
- package/es/pro-ui/index.d.ts +5 -5
- package/es/types/form.d.ts +4 -4
- package/index.js +92 -34
- package/index.min.js +3 -3
- package/index.min.mjs +3 -3
- package/index.mjs +92 -34
- package/lib/components/breadcrumb/src/index.vue.d.ts +1 -1
- package/lib/components/check-card/src/index.vue.d.ts +1 -1
- package/lib/components/check-card-group/src/index.vue.d.ts +1 -1
- package/lib/components/check-card-group/style/css.d.ts +1 -1
- package/lib/components/check-card-group/style/index.d.ts +1 -1
- package/lib/components/date-picker/src/index.vue.d.ts +1 -1
- package/lib/components/descriptions/index.d.ts +1 -1
- package/lib/components/descriptions/src/index.vue.d.ts +13 -13
- package/lib/components/descriptions/style/css.d.ts +1 -1
- package/lib/components/descriptions/style/index.d.ts +1 -1
- package/lib/components/dialog/src/index.vue.d.ts +1 -1
- package/lib/components/dialog-form/src/index.vue.d.ts +14 -14
- package/lib/components/dialog-form/style/css.d.ts +2 -2
- package/lib/components/dialog-form/style/index.d.ts +2 -2
- package/lib/components/display-item/index.d.ts +1 -1
- package/lib/components/display-item/src/index.vue.d.ts +16 -10
- package/lib/components/display-item/src/index.vue2.js +81 -31
- package/lib/components/display-item/style/css.d.ts +1 -1
- package/lib/components/display-item/style/index.d.ts +1 -1
- package/lib/components/drawer-form/src/index.vue.d.ts +12 -12
- package/lib/components/drawer-form/style/css.d.ts +1 -1
- package/lib/components/drawer-form/style/index.d.ts +1 -1
- package/lib/components/form/src/form-content.vue.d.ts +4 -4
- package/lib/components/form/src/index.vue.d.ts +10 -10
- package/lib/components/form/style/css.d.ts +1 -1
- package/lib/components/form/style/index.d.ts +1 -1
- package/lib/components/form-item/src/index.vue.d.ts +7 -7
- package/lib/components/form-item/style/css.d.ts +3 -3
- package/lib/components/form-item/style/index.d.ts +3 -3
- package/lib/components/header/src/index.vue.d.ts +1 -1
- package/lib/components/input-tag/src/index.vue.d.ts +2 -2
- package/lib/components/layout/src/index.vue.d.ts +16 -16
- package/lib/components/layout/style/css.d.ts +3 -3
- package/lib/components/layout/style/index.d.ts +3 -3
- package/lib/components/page/index.d.ts +1 -0
- package/lib/components/page/src/index.vue.d.ts +4 -3
- package/lib/components/page/src/index.vue2.js +9 -2
- package/lib/components/page/style/css.d.ts +2 -2
- package/lib/components/page/style/index.d.ts +2 -2
- package/lib/components/pagination/src/index.vue.d.ts +1 -1
- package/lib/components/popover/src/index.vue.d.ts +1 -1
- package/lib/components/radio/src/index.vue.d.ts +1 -1
- package/lib/components/render/src/index.vue.d.ts +1 -1
- package/lib/components/search/src/index.vue.d.ts +11 -11
- package/lib/components/search/style/css.d.ts +1 -1
- package/lib/components/search/style/index.d.ts +1 -1
- package/lib/components/sidebar/src/index.vue.d.ts +1 -1
- package/lib/components/sidebar/src/sidebar-item.vue.d.ts +1 -1
- package/lib/components/steps-form/src/index.vue.d.ts +12 -12
- package/lib/components/steps-form/style/css.d.ts +1 -1
- package/lib/components/steps-form/style/index.d.ts +1 -1
- package/lib/components/table/src/index.vue2.js +2 -1
- package/lib/components/table/src/table-title-bar.vue.d.ts +3 -3
- package/lib/components/table/src/type.d.ts +1 -1
- package/lib/components/table/style/css.d.ts +3 -3
- package/lib/components/table/style/index.d.ts +3 -3
- package/lib/components/utils/index.d.ts +1 -1
- package/lib/constants/page.d.ts +1 -1
- package/lib/hooks/useGetOptions.d.ts +1 -1
- package/lib/hooks/useTable.d.ts +2 -2
- package/lib/index.css +13 -13
- package/lib/index.d.ts +5 -5
- package/lib/pro-ui/index.d.ts +5 -5
- package/lib/types/form.d.ts +4 -4
- package/locale/en.js +1 -1
- package/locale/en.min.js +1 -1
- package/locale/en.min.mjs +1 -1
- package/locale/en.mjs +1 -1
- package/locale/zh-cn.js +1 -1
- package/locale/zh-cn.min.js +1 -1
- package/locale/zh-cn.min.mjs +1 -1
- package/locale/zh-cn.mjs +1 -1
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Ref } from 'vue';
|
|
2
2
|
import type { FormProps, RowProps, ColProps } from 'element-plus';
|
|
3
|
-
import type { PlusColumn, FieldValues, Mutable } from '@wlydfe/pro-ui
|
|
3
|
+
import type { PlusColumn, FieldValues, Mutable } from '@wlydfe/pro-ui/es/types';
|
|
4
4
|
export interface PlusSearchProps extends /* @vue-ignore */ Partial<Mutable<FormProps>> {
|
|
5
5
|
modelValue?: FieldValues;
|
|
6
6
|
defaultValues?: FieldValues;
|
|
@@ -100,7 +100,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
100
100
|
}>, {
|
|
101
101
|
props: any;
|
|
102
102
|
emit: (event: "reset" | "search" | "update:modelValue" | "change" | "collapse", ...args: any[]) => void;
|
|
103
|
-
t: import("@wlydfe/pro-ui
|
|
103
|
+
t: import("@wlydfe/pro-ui/es/hooks").Translator;
|
|
104
104
|
plusFormInstance: Ref<any, any>;
|
|
105
105
|
isShowUnfold: Ref<boolean, boolean>;
|
|
106
106
|
values: Ref<FieldValues, FieldValues>;
|
|
@@ -216,7 +216,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
216
216
|
}>, {
|
|
217
217
|
props: any;
|
|
218
218
|
emit: (event: "reset" | "submit" | "update:modelValue" | "change" | "submitError", ...args: any[]) => void;
|
|
219
|
-
t: import("@wlydfe/pro-ui
|
|
219
|
+
t: import("@wlydfe/pro-ui/es/hooks").Translator;
|
|
220
220
|
formInstance: Ref<import("element-plus").FormInstance | undefined, import("element-plus").FormInstance | undefined>;
|
|
221
221
|
values: Ref<FieldValues, FieldValues>;
|
|
222
222
|
filterHide: (columns: PlusColumn[]) => PlusColumn[];
|
|
@@ -1456,7 +1456,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1456
1456
|
emit: (event: "update:modelValue" | "change", ...args: any[]) => void;
|
|
1457
1457
|
values: Ref<FieldValues, FieldValues>;
|
|
1458
1458
|
getHasLabel: (hasLabel?: boolean | Ref<boolean, boolean> | import("vue").ComputedRef<boolean> | undefined) => any;
|
|
1459
|
-
handleChange: (value: import("@wlydfe/pro-ui
|
|
1459
|
+
handleChange: (value: import("@wlydfe/pro-ui/es/types").FieldValueType, column: PlusColumn) => void;
|
|
1460
1460
|
readonly ElRow: {
|
|
1461
1461
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
1462
1462
|
readonly tag: {
|
|
@@ -1969,8 +1969,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1969
1969
|
ElText: import("vue").Component;
|
|
1970
1970
|
props: any;
|
|
1971
1971
|
emit: (event: "update:modelValue" | "change", ...args: any[]) => void;
|
|
1972
|
-
t: import("@wlydfe/pro-ui
|
|
1973
|
-
customOptions: Ref<import("@wlydfe/pro-ui
|
|
1972
|
+
t: import("@wlydfe/pro-ui/es/hooks").Translator;
|
|
1973
|
+
customOptions: Ref<import("@wlydfe/pro-ui/es/types").OptionsRow[], import("@wlydfe/pro-ui/es/types").OptionsRow[]>;
|
|
1974
1974
|
customOptionsIsReady: Ref<boolean, boolean>;
|
|
1975
1975
|
formItemInstance: Ref<({
|
|
1976
1976
|
$: import("vue").ComponentInternalInstance;
|
|
@@ -2434,7 +2434,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2434
2434
|
fieldInstance: Ref<any, any>;
|
|
2435
2435
|
customFormItemProps: Ref<any, any>;
|
|
2436
2436
|
customFieldProps: Ref<any, any>;
|
|
2437
|
-
state: Ref<import("@wlydfe/pro-ui
|
|
2437
|
+
state: Ref<import("@wlydfe/pro-ui/es/types").FieldValueType, import("@wlydfe/pro-ui/es/types").FieldValueType>;
|
|
2438
2438
|
customFieldPropsIsReady: Ref<boolean, boolean>;
|
|
2439
2439
|
valueIsReady: Ref<boolean, boolean>;
|
|
2440
2440
|
isArrayValue: import("vue").ComputedRef<boolean>;
|
|
@@ -2444,7 +2444,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2444
2444
|
handleChange: (val: any) => void;
|
|
2445
2445
|
handleSelect: ({ value }: any) => void;
|
|
2446
2446
|
readonly isFunction: (val: any) => boolean;
|
|
2447
|
-
readonly getTooltip: (tooltip: string | import("element-plus").ElTooltipProps | undefined) => import("@wlydfe/pro-ui
|
|
2447
|
+
readonly getTooltip: (tooltip: string | import("element-plus").ElTooltipProps | undefined) => import("@wlydfe/pro-ui/es/types").RecordType | undefined;
|
|
2448
2448
|
readonly getLabelSlotName: (prop?: string | number | undefined) => string;
|
|
2449
2449
|
readonly getFieldSlotName: (prop?: string | number | undefined) => string;
|
|
2450
2450
|
readonly versionIsLessThan260: boolean;
|
|
@@ -3214,7 +3214,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3214
3214
|
attrs: {
|
|
3215
3215
|
[x: string]: unknown;
|
|
3216
3216
|
};
|
|
3217
|
-
radioClick: (e: MouseEvent, val: string | number | boolean, fieldItemProps: import("@wlydfe/pro-ui
|
|
3217
|
+
radioClick: (e: MouseEvent, val: string | number | boolean, fieldItemProps: import("@wlydfe/pro-ui/es/types").RecordType | undefined) => void;
|
|
3218
3218
|
change: (val: string | number | boolean) => void;
|
|
3219
3219
|
readonly ElRadio: ({
|
|
3220
3220
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -4089,7 +4089,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4089
4089
|
}>, {
|
|
4090
4090
|
props: any;
|
|
4091
4091
|
emit: (event: "update:modelValue" | "change" | "focus", ...args: any[]) => void;
|
|
4092
|
-
t: import("@wlydfe/pro-ui
|
|
4092
|
+
t: import("@wlydfe/pro-ui/es/hooks").Translator;
|
|
4093
4093
|
startPickerInstance: Ref<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
4094
4094
|
readonly type: {
|
|
4095
4095
|
readonly type: import("vue").PropType<"datetimerange" | "daterange" | "monthrange" | "years" | "dates" | "datetime" | "date" | "year" | "month" | "months" | "week" | "yearrange">;
|
|
@@ -6823,7 +6823,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6823
6823
|
inputValue: string;
|
|
6824
6824
|
isFocus: boolean;
|
|
6825
6825
|
};
|
|
6826
|
-
t: import("@wlydfe/pro-ui
|
|
6826
|
+
t: import("@wlydfe/pro-ui/es/hooks").Translator;
|
|
6827
6827
|
onClickOutside: () => void;
|
|
6828
6828
|
handleClick: () => void;
|
|
6829
6829
|
handleClose: (tag: string) => void;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { VNode, Ref, ComputedRef } from 'vue';
|
|
2
2
|
import type { ScrollbarProps } from 'element-plus';
|
|
3
|
-
import type { PlusRouteRecordRaw, Mutable } from '@wlydfe/pro-ui
|
|
3
|
+
import type { PlusRouteRecordRaw, Mutable } from '@wlydfe/pro-ui/es/types';
|
|
4
4
|
export interface PlusSidebarProps {
|
|
5
5
|
routes?: PlusRouteRecordRaw[];
|
|
6
6
|
collapse?: boolean;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { VNode } from 'vue';
|
|
2
|
-
import type { PlusRouteRecordRaw } from '@wlydfe/pro-ui
|
|
2
|
+
import type { PlusRouteRecordRaw } from '@wlydfe/pro-ui/es/types';
|
|
3
3
|
import type { Router } from 'vue-router';
|
|
4
4
|
export interface PlusSidebarItemProps {
|
|
5
5
|
item: PlusRouteRecordRaw;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { StepProps } from 'element-plus';
|
|
2
|
-
import type { FieldValues, Mutable, PlusColumn } from '@wlydfe/pro-ui
|
|
3
|
-
import type { PlusFormProps } from '@wlydfe/pro-ui/es/
|
|
2
|
+
import type { FieldValues, Mutable, PlusColumn } from '@wlydfe/pro-ui/es/types';
|
|
3
|
+
import type { PlusFormProps } from '@wlydfe/pro-ui/es/components/form';
|
|
4
4
|
export interface PlusStepFrom {
|
|
5
5
|
title: Mutable<StepProps>['title'];
|
|
6
6
|
form: PlusFormProps;
|
|
@@ -32,7 +32,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
32
32
|
}>, {
|
|
33
33
|
props: any;
|
|
34
34
|
emit: (event: "update:modelValue" | "change" | "pre" | "next", ...args: any[]) => void;
|
|
35
|
-
t: import("@wlydfe/pro-ui
|
|
35
|
+
t: import("@wlydfe/pro-ui/es/hooks").Translator;
|
|
36
36
|
active: import("vue").Ref<any, any>;
|
|
37
37
|
handleChange: (values: FieldValues, column: PlusColumn) => void;
|
|
38
38
|
pre: () => void;
|
|
@@ -584,7 +584,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
584
584
|
}>, {
|
|
585
585
|
props: any;
|
|
586
586
|
emit: (event: "reset" | "submit" | "update:modelValue" | "change" | "submitError", ...args: any[]) => void;
|
|
587
|
-
t: import("@wlydfe/pro-ui
|
|
587
|
+
t: import("@wlydfe/pro-ui/es/hooks").Translator;
|
|
588
588
|
formInstance: import("vue").Ref<import("element-plus").FormInstance | undefined, import("element-plus").FormInstance | undefined>;
|
|
589
589
|
values: import("vue").Ref<FieldValues, FieldValues>;
|
|
590
590
|
filterHide: (columns: PlusColumn[]) => PlusColumn[];
|
|
@@ -1824,7 +1824,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1824
1824
|
emit: (event: "update:modelValue" | "change", ...args: any[]) => void;
|
|
1825
1825
|
values: import("vue").Ref<FieldValues, FieldValues>;
|
|
1826
1826
|
getHasLabel: (hasLabel?: boolean | import("vue").Ref<boolean, boolean> | import("vue").ComputedRef<boolean> | undefined) => any;
|
|
1827
|
-
handleChange: (value: import("@wlydfe/pro-ui
|
|
1827
|
+
handleChange: (value: import("@wlydfe/pro-ui/es/types").FieldValueType, column: PlusColumn) => void;
|
|
1828
1828
|
readonly ElRow: {
|
|
1829
1829
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
1830
1830
|
readonly tag: {
|
|
@@ -2334,8 +2334,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2334
2334
|
ElText: import("vue").Component;
|
|
2335
2335
|
props: any;
|
|
2336
2336
|
emit: (event: "update:modelValue" | "change", ...args: any[]) => void;
|
|
2337
|
-
t: import("@wlydfe/pro-ui
|
|
2338
|
-
customOptions: import("vue").Ref<import("@wlydfe/pro-ui
|
|
2337
|
+
t: import("@wlydfe/pro-ui/es/hooks").Translator;
|
|
2338
|
+
customOptions: import("vue").Ref<import("@wlydfe/pro-ui/es/types").OptionsRow[], import("@wlydfe/pro-ui/es/types").OptionsRow[]>;
|
|
2339
2339
|
customOptionsIsReady: import("vue").Ref<boolean, boolean>;
|
|
2340
2340
|
formItemInstance: import("vue").Ref<({
|
|
2341
2341
|
$: import("vue").ComponentInternalInstance;
|
|
@@ -2799,7 +2799,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2799
2799
|
fieldInstance: import("vue").Ref<any, any>;
|
|
2800
2800
|
customFormItemProps: import("vue").Ref<any, any>;
|
|
2801
2801
|
customFieldProps: import("vue").Ref<any, any>;
|
|
2802
|
-
state: import("vue").Ref<import("@wlydfe/pro-ui
|
|
2802
|
+
state: import("vue").Ref<import("@wlydfe/pro-ui/es/types").FieldValueType, import("@wlydfe/pro-ui/es/types").FieldValueType>;
|
|
2803
2803
|
customFieldPropsIsReady: import("vue").Ref<boolean, boolean>;
|
|
2804
2804
|
valueIsReady: import("vue").Ref<boolean, boolean>;
|
|
2805
2805
|
isArrayValue: import("vue").ComputedRef<boolean>;
|
|
@@ -2809,7 +2809,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2809
2809
|
handleChange: (val: any) => void;
|
|
2810
2810
|
handleSelect: ({ value }: any) => void;
|
|
2811
2811
|
readonly isFunction: (val: any) => boolean;
|
|
2812
|
-
readonly getTooltip: (tooltip: string | import("element-plus").ElTooltipProps | undefined) => import("@wlydfe/pro-ui
|
|
2812
|
+
readonly getTooltip: (tooltip: string | import("element-plus").ElTooltipProps | undefined) => import("@wlydfe/pro-ui/es/types").RecordType | undefined;
|
|
2813
2813
|
readonly getLabelSlotName: (prop?: string | number | undefined) => string;
|
|
2814
2814
|
readonly getFieldSlotName: (prop?: string | number | undefined) => string;
|
|
2815
2815
|
readonly versionIsLessThan260: boolean;
|
|
@@ -3579,7 +3579,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3579
3579
|
attrs: {
|
|
3580
3580
|
[x: string]: unknown;
|
|
3581
3581
|
};
|
|
3582
|
-
radioClick: (e: MouseEvent, val: string | number | boolean, fieldItemProps: import("@wlydfe/pro-ui
|
|
3582
|
+
radioClick: (e: MouseEvent, val: string | number | boolean, fieldItemProps: import("@wlydfe/pro-ui/es/types").RecordType | undefined) => void;
|
|
3583
3583
|
change: (val: string | number | boolean) => void;
|
|
3584
3584
|
readonly ElRadio: ({
|
|
3585
3585
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -4454,7 +4454,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4454
4454
|
}>, {
|
|
4455
4455
|
props: any;
|
|
4456
4456
|
emit: (event: "update:modelValue" | "change" | "focus", ...args: any[]) => void;
|
|
4457
|
-
t: import("@wlydfe/pro-ui
|
|
4457
|
+
t: import("@wlydfe/pro-ui/es/hooks").Translator;
|
|
4458
4458
|
startPickerInstance: import("vue").Ref<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
4459
4459
|
readonly type: {
|
|
4460
4460
|
readonly type: import("vue").PropType<"datetimerange" | "daterange" | "monthrange" | "years" | "dates" | "datetime" | "date" | "year" | "month" | "months" | "week" | "yearrange">;
|
|
@@ -7188,7 +7188,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7188
7188
|
inputValue: string;
|
|
7189
7189
|
isFocus: boolean;
|
|
7190
7190
|
};
|
|
7191
|
-
t: import("@wlydfe/pro-ui
|
|
7191
|
+
t: import("@wlydfe/pro-ui/es/hooks").Translator;
|
|
7192
7192
|
onClickOutside: () => void;
|
|
7193
7193
|
handleClick: () => void;
|
|
7194
7194
|
handleClose: (tag: string) => void;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import 'element-plus/es/components/steps/style/css';
|
|
2
2
|
import 'element-plus/es/components/step/style/css';
|
|
3
|
-
import '@wlydfe/pro-ui/es/
|
|
3
|
+
import '@wlydfe/pro-ui/es/components/form/style/css';
|
|
4
4
|
import '@wlydfe/pro-ui/es/theme-chalk/plus-steps-form.css';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import 'element-plus/es/components/steps/style/index';
|
|
2
2
|
import 'element-plus/es/components/step/style/index';
|
|
3
|
-
import '@wlydfe/pro-ui/es/
|
|
3
|
+
import '@wlydfe/pro-ui/es/components/form/style/index';
|
|
4
4
|
import '@wlydfe/pro-ui/es/theme-chalk/src/steps-form.scss';
|
|
@@ -40,7 +40,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
40
40
|
width: 40
|
|
41
41
|
}) },
|
|
42
42
|
expandTableColumnProps: { default: () => ({}) },
|
|
43
|
-
indexContentStyle: { type: [Object, Function], default: () => ({}) }
|
|
43
|
+
indexContentStyle: { type: [Object, Function], default: () => ({}) },
|
|
44
|
+
emptyText: {}
|
|
44
45
|
},
|
|
45
46
|
emits: ["paginationChange", "clickAction", "clickActionConfirmCancel", "dragSortEnd", "formChange", "refresh"],
|
|
46
47
|
setup(__props, { expose: __expose, emit: __emit }) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { ComputedRef } from 'vue';
|
|
2
2
|
import { unref } from 'vue';
|
|
3
|
-
import type { PlusColumn } from '@wlydfe/pro-ui
|
|
3
|
+
import type { PlusColumn } from '@wlydfe/pro-ui/es/types';
|
|
4
4
|
import type { ComponentSize } from 'element-plus/es/constants';
|
|
5
5
|
import type { CheckboxValueType } from 'element-plus';
|
|
6
6
|
import type { SortableEvent, Options as SortableOptions } from 'sortablejs';
|
|
@@ -70,7 +70,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
70
70
|
}>>;
|
|
71
71
|
iconSize: ComputedRef<string | 18>;
|
|
72
72
|
iconColor: ComputedRef<string | undefined>;
|
|
73
|
-
t: import("@wlydfe/pro-ui
|
|
73
|
+
t: import("@wlydfe/pro-ui/es/hooks").Translator;
|
|
74
74
|
buttonNameDensity: ButtonNameDensity[];
|
|
75
75
|
subColumns: ComputedRef<any>;
|
|
76
76
|
getCheckList: (hasDisabled?: boolean) => any;
|
|
@@ -111,7 +111,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
111
111
|
props: any;
|
|
112
112
|
emit: (event: "cancel" | "confirm", ...args: any[]) => void;
|
|
113
113
|
subVisible: import("vue").Ref<boolean, boolean>;
|
|
114
|
-
t: import("@wlydfe/pro-ui
|
|
114
|
+
t: import("@wlydfe/pro-ui/es/hooks").Translator;
|
|
115
115
|
handleCancelPopover: () => void;
|
|
116
116
|
handleConfirmPopover: () => void;
|
|
117
117
|
readonly ElPopover: ({
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { RecordType, PageInfo, Mutable } from '@wlydfe/pro-ui
|
|
1
|
+
import type { RecordType, PageInfo, Mutable } from '@wlydfe/pro-ui/es/types';
|
|
2
2
|
import type { ComponentSize } from 'element-plus/es/constants';
|
|
3
3
|
import type { ElForm, ElFormItem, ElMessageBoxOptions, ButtonProps, LinkProps, IconProps, ElTooltipProps, TableColumnCtx } from 'element-plus';
|
|
4
4
|
import type { Component, Ref, ComputedRef, AppContext } from 'vue';
|
|
@@ -7,7 +7,7 @@ import 'element-plus/es/components/message-box/style/css';
|
|
|
7
7
|
import 'element-plus/es/components/dropdown/style/css';
|
|
8
8
|
import 'element-plus/es/components/dropdown-menu/style/css';
|
|
9
9
|
import 'element-plus/es/components/dropdown-item/style/css';
|
|
10
|
-
import '@wlydfe/pro-ui/es/
|
|
11
|
-
import '@wlydfe/pro-ui/es/
|
|
12
|
-
import '@wlydfe/pro-ui/es/
|
|
10
|
+
import '@wlydfe/pro-ui/es/components/display-item/style/css';
|
|
11
|
+
import '@wlydfe/pro-ui/es/components/popover/style/css';
|
|
12
|
+
import '@wlydfe/pro-ui/es/components/pagination/style/css';
|
|
13
13
|
import '@wlydfe/pro-ui/es/theme-chalk/plus-table.css';
|
|
@@ -7,7 +7,7 @@ import 'element-plus/es/components/message-box/style/index';
|
|
|
7
7
|
import 'element-plus/es/components/dropdown/style/index';
|
|
8
8
|
import 'element-plus/es/components/dropdown-menu/style/index';
|
|
9
9
|
import 'element-plus/es/components/dropdown-item/style/index';
|
|
10
|
-
import '@wlydfe/pro-ui/es/
|
|
11
|
-
import '@wlydfe/pro-ui/es/
|
|
12
|
-
import '@wlydfe/pro-ui/es/
|
|
10
|
+
import '@wlydfe/pro-ui/es/components/display-item/style/index';
|
|
11
|
+
import '@wlydfe/pro-ui/es/components/popover/style/index';
|
|
12
|
+
import '@wlydfe/pro-ui/es/components/pagination/style/index';
|
|
13
13
|
import '@wlydfe/pro-ui/es/theme-chalk/src/table.scss';
|
package/es/constants/page.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Ref } from 'vue';
|
|
2
|
-
import type { OptionsRow, PlusColumn } from '@wlydfe/pro-ui
|
|
2
|
+
import type { OptionsRow, PlusColumn } from '@wlydfe/pro-ui/es/types';
|
|
3
3
|
export declare const useGetOptions: (props: PlusColumn) => {
|
|
4
4
|
customOptions: Ref<OptionsRow[]>;
|
|
5
5
|
customOptionsIsReady: Ref<boolean>;
|
package/es/hooks/useTable.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Ref } from 'vue';
|
|
2
|
-
import type { ActionBarButtonsRow } from '@wlydfe/pro-ui/es/
|
|
3
|
-
import type { PageInfo } from '@wlydfe/pro-ui
|
|
2
|
+
import type { ActionBarButtonsRow } from '@wlydfe/pro-ui/es/components/table';
|
|
3
|
+
import type { PageInfo } from '@wlydfe/pro-ui/es/types';
|
|
4
4
|
/**
|
|
5
5
|
* 初始化表格基本数据
|
|
6
6
|
*
|
package/es/index.css
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
2
|
.plus-description .plus-description__name{max-width:200px;word-wrap:break-word}.plus-description .plus-description__label{min-width:80px}
|
|
3
|
-
.plus-check-card{border:1px solid var(--el-border-color);border-radius:var(--el-border-radius-base);-webkit-box-sizing:border-box;box-sizing:border-box;color:var(--el-text-color-regular);cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;padding-block:16px;padding-inline:12px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.plus-check-card--large{width:440px}.plus-check-card--default{width:320px}.plus-check-card--small{width:200px}.plus-check-card--checked{background-color:rgba(var(--el-color-primary-rgb),.1);border-color:var(--el-color-primary);position:relative}.plus-check-card--checked:after{border:10px solid var(--el-color-primary);height:0;inset-block-start:2px;inset-inline-end:2px;position:absolute;width:0;-webkit-border-after:10px solid transparent;border-block-end:10px solid transparent;-webkit-border-start:10px solid transparent;border-inline-start:10px solid transparent;border-start-end-radius:6px;content:""}.plus-check-card--disabled{background-color:var(--el-color-info-light-9);border-color:var(--el-color-info-light-8);cursor:not-allowed}.plus-check-card--disabled:after{border-right-color:var(--el-color-info-light-5);border-top-color:var(--el-color-info-light-5)}.plus-check-card .plus-check-card__avatar-wrapper{-webkit-padding-end:8px;padding-inline-end:8px}.plus-check-card .plus-check-card__right-content{overflow:hidden;width:100%}.plus-check-card .plus-check-card__title{width:100%;-webkit-margin-after:4px;color:var(--el-text-color-primary);margin-block-end:4px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.plus-check-card .plus-check-card__title,.plus-check-card .plus-check-card__title-left,.plus-check-card .plus-check-card__title-right{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.plus-check-card .plus-check-card__title-right{vertical-align:middle}.plus-check-card .plus-check-card__description{color:var(--el-text-color-regular);width:100%;word-break:break-all}
|
|
4
|
-
.plus-display-item__image{cursor:pointer;-o-object-fit:cover;object-fit:cover;overflow:hidden;width:30px}.plus-display-item__icon__copy{color:var(--el-color-primary);cursor:pointer;outline:none;text-decoration:none;-webkit-transition:color .3s;transition:color .3s;-webkit-margin-start:4px;margin-inline-start:4px;vertical-align:sub}.plus-display-item__pre{background-color:var(--el-color-primary-light-9);border-radius:3px;font-size:85%;line-height:1.45;overflow:auto;padding:0;width:unset}.plus-display-item__badge .plus-display-item__badge__dot{border-radius:50%;display:inline-block;height:6px;position:relative;top:-1px;vertical-align:middle;width:6px}.plus-display-item__badge .plus-display-item__badge__dot--primary{background-color:var(--el-color-primary)}.plus-display-item__badge .plus-display-item__badge__dot--success{background-color:var(--el-color-success)}.plus-display-item__badge .plus-display-item__badge__dot--info{background-color:var(--el-color-info)}.plus-display-item__badge .plus-display-item__badge__dot--warning{background-color:var(--el-color-warning)}.plus-display-item__badge .plus-display-item__badge__dot--danger{background-color:var(--el-color-danger)}.plus-display-item__form .plus-form-item{margin-bottom:0}.plus-display-item__link{max-width:100%}.plus-display-item__link .el-link__inner{display:inline-block;width:100%}
|
|
5
3
|
.plus-breadcrumb{margin-bottom:8px}
|
|
6
|
-
.plus-
|
|
7
|
-
.plus-
|
|
8
|
-
|
|
9
|
-
.plus-page .plus-page__table_wrapper{margin-top:20px}
|
|
10
|
-
:root{--plus-header-height:60px;--plus-sidebar-collapse-height:60px}.plus-layout{height:100vh;overflow:hidden}.plus-layout.el-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.plus-layout .el-main{padding-right:10px}.plus-layout .el-main,.plus-layout .plus-sidebar{height:calc(100vh - var(--plus-header-height))}
|
|
4
|
+
.plus-input-tag{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:100%;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-color:var(--el-fill-color-blank);border:1px solid var(--el-border-color);border-radius:var(--el-border-radius-base);-webkit-box-sizing:border-box;box-sizing:border-box;padding:1px 2px}.plus-input-tag:hover{border-color:var(--el-border-color-hover)}.plus-input-tag.is-focus{border-color:var(--el-color-primary)}.plus-input-tag .plus-input-tag__tag{margin-bottom:1px;margin-right:4px;margin-top:1px}.plus-input-tag .plus-input-tag__input{-webkit-box-flex:1;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-flex:1;-ms-flex:1;flex:1;min-width:85px;padding:0}.plus-input-tag .plus-input-tag__input .el-input__wrapper{-webkit-box-shadow:none;box-shadow:none;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 4px}.plus-input-tag .plus-input-tag__input .el-input__inner{height:24px;line-height:24px}.plus-input-tag .el-input.is-disabled .el-input__wrapper{-webkit-box-shadow:none;box-shadow:none}.el-form-item.is-error .plus-input-tag{border-color:var(--el-color-danger)}.el-form-item.is-error .plus-input-tag .el-input__wrapper{-webkit-box-shadow:none;box-shadow:none}.el-form-item.is-error .plus-input-tag .el-input__wrapper.is-focus{-webkit-box-shadow:none!important;box-shadow:none!important}.el-form-item.is-error .plus-input-tag .el-input__wrapper:hover{-webkit-box-shadow:none;box-shadow:none}
|
|
5
|
+
.plus-check-card-group{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.plus-check-card-group .plus-check-card{margin-bottom:16px;margin-right:16px}
|
|
11
6
|
.plus-form-item{width:100%}.plus-form-item .plus-form-item__label{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.plus-form-item .plus-form-item__label .plus-table-column__label__icon{margin-left:2px}.plus-form-item .plus-form-item-field,.plus-form-item .plus-form-item-field.el-date-editor{width:100%}
|
|
12
|
-
|
|
7
|
+
.plus-date-picker{border:1px solid var(--el-border-color);border-radius:var(--el-border-radius-base);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;max-width:100%;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.plus-date-picker:hover{border-color:var(--el-border-color-hover)}.plus-date-picker.is-focus{border-color:var(--el-color-primary)}.plus-date-picker .plus-date-picker__middle{color:var(--el-text-color-placeholder)}.plus-date-picker .plus-date-picker__start{font-size:14px;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.plus-date-picker .plus-date-picker__start .el-input__wrapper{border:none;-webkit-box-shadow:none;box-shadow:none}.plus-date-picker .el-input__wrapper{width:100%}.plus-date-picker .el-input__wrapper.is-focus,.plus-date-picker .el-input__wrapper:hover{-webkit-box-shadow:none;box-shadow:none}.plus-date-picker .plus-date-picker__end{font-size:14px;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.plus-date-picker .plus-date-picker__end .el-input__wrapper{border:none;-webkit-box-shadow:none;box-shadow:none}.el-form-item.is-error .plus-date-picker{border-color:var(--el-color-danger)}.el-form-item.is-error .plus-date-picker .el-input__wrapper{-webkit-box-shadow:none;box-shadow:none}.el-form-item.is-error .plus-date-picker .el-input__wrapper.is-focus{-webkit-box-shadow:none!important;box-shadow:none!important}.el-form-item.is-error .plus-date-picker .el-input__wrapper:hover{-webkit-box-shadow:none;box-shadow:none}
|
|
8
|
+
.plus-page .plus-page__table_wrapper{margin-top:20px}
|
|
9
|
+
.plus-dialog .plus-dialog-footer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
|
|
13
10
|
|
|
14
11
|
|
|
12
|
+
:root{--plus-header-height:60px;--plus-sidebar-collapse-height:60px}.plus-header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid var(--el-border-color)}.plus-header.is-fixed{left:0;position:fixed;top:0;width:100%}.plus-header .plus-header__left{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.plus-header .plus-header__left .plus-header__logo{height:28px}.plus-header .plus-header__left .plus-header__title{color:var(--el-text-color-regular);font-size:18px;font-weight:600;margin:0 0 0 12px;padding:0}.plus-header .plus-header__placeholder{-webkit-box-flex:1;-webkit-flex:1 1 0%;-ms-flex:1 1 0%;flex:1 1 0%}.plus-header .plus-header__right,.plus-header .plus-header__right .plus-header__dropdown-area{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.plus-header .plus-header__right .plus-header__dropdown-area{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.plus-header .plus-header__right .plus-header__avatar{border-radius:50%;height:24px;margin-right:4px;width:24px}.plus-header-placeholder{height:var(--plus-header-height);width:100%}
|
|
13
|
+
.plus-display-item__image{cursor:pointer;-o-object-fit:cover;object-fit:cover;overflow:hidden;width:30px}.plus-display-item__icon__copy{color:var(--el-color-primary);cursor:pointer;outline:none;text-decoration:none;-webkit-transition:color .3s;transition:color .3s;-webkit-margin-start:4px;margin-inline-start:4px;vertical-align:sub}.plus-display-item__pre{background-color:var(--el-color-primary-light-9);border-radius:3px;font-size:85%;line-height:1.45;overflow:auto;padding:0;width:unset}.plus-display-item__badge .plus-display-item__badge__dot{border-radius:50%;display:inline-block;height:6px;position:relative;top:-1px;vertical-align:middle;width:6px}.plus-display-item__badge .plus-display-item__badge__dot--primary{background-color:var(--el-color-primary)}.plus-display-item__badge .plus-display-item__badge__dot--success{background-color:var(--el-color-success)}.plus-display-item__badge .plus-display-item__badge__dot--info{background-color:var(--el-color-info)}.plus-display-item__badge .plus-display-item__badge__dot--warning{background-color:var(--el-color-warning)}.plus-display-item__badge .plus-display-item__badge__dot--danger{background-color:var(--el-color-danger)}.plus-display-item__form .plus-form-item{margin-bottom:0}.plus-display-item__link{max-width:100%}.plus-display-item__link .el-link__inner{display:inline-block;width:100%}
|
|
15
14
|
.plus-form.no-has-label+.el-form-item__label{padding:0;width:0}.plus-form .plus-form__row{width:100%}.plus-form .plus-form__footer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.plus-form .plus-form__group__item{margin-bottom:20px}.plus-form .plus-form__group__item .plus-form__group__item__icon{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.plus-form .plus-form__group__item .plus-form__group__item__icon .el-icon{margin-right:5px}.plus-form .plus-form-item-extra{color:var(--el-text-color-placeholder);font-size:var(--el-font-size-base);margin-bottom:18px}
|
|
15
|
+
.plus-check-card{border:1px solid var(--el-border-color);border-radius:var(--el-border-radius-base);-webkit-box-sizing:border-box;box-sizing:border-box;color:var(--el-text-color-regular);cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;padding-block:16px;padding-inline:12px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.plus-check-card--large{width:440px}.plus-check-card--default{width:320px}.plus-check-card--small{width:200px}.plus-check-card--checked{background-color:rgba(var(--el-color-primary-rgb),.1);border-color:var(--el-color-primary);position:relative}.plus-check-card--checked:after{border:10px solid var(--el-color-primary);height:0;inset-block-start:2px;inset-inline-end:2px;position:absolute;width:0;-webkit-border-after:10px solid transparent;border-block-end:10px solid transparent;-webkit-border-start:10px solid transparent;border-inline-start:10px solid transparent;border-start-end-radius:6px;content:""}.plus-check-card--disabled{background-color:var(--el-color-info-light-9);border-color:var(--el-color-info-light-8);cursor:not-allowed}.plus-check-card--disabled:after{border-right-color:var(--el-color-info-light-5);border-top-color:var(--el-color-info-light-5)}.plus-check-card .plus-check-card__avatar-wrapper{-webkit-padding-end:8px;padding-inline-end:8px}.plus-check-card .plus-check-card__right-content{overflow:hidden;width:100%}.plus-check-card .plus-check-card__title{width:100%;-webkit-margin-after:4px;color:var(--el-text-color-primary);margin-block-end:4px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.plus-check-card .plus-check-card__title,.plus-check-card .plus-check-card__title-left,.plus-check-card .plus-check-card__title-right{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.plus-check-card .plus-check-card__title-right{vertical-align:middle}.plus-check-card .plus-check-card__description{color:var(--el-text-color-regular);width:100%;word-break:break-all}
|
|
16
|
+
.plus-search.el-form--inline .el-form-item{margin-right:0}.plus-search .plus-search__button__wrapper{-webkit-box-flex:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:auto;-ms-flex:auto;flex:auto;max-width:100%;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.plus-search .plus-search__button__wrapper.el-form-item{margin-right:10px}.plus-search .plus-search__button__wrapper .el-form-item__content{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-flex:0;-webkit-flex:none;-ms-flex:none;flex:none}
|
|
17
|
+
.plus-pagination{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:16px 0}
|
|
18
|
+
:root{--plus-header-height:60px;--plus-sidebar-collapse-height:60px}.plus-layout{height:100vh;overflow:hidden}.plus-layout.el-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.plus-layout .el-main{padding-right:10px}.plus-layout .el-main,.plus-layout .plus-sidebar{height:calc(100vh - var(--plus-header-height))}
|
|
16
19
|
|
|
17
|
-
.plus-date-picker{border:1px solid var(--el-border-color);border-radius:var(--el-border-radius-base);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;max-width:100%;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.plus-date-picker:hover{border-color:var(--el-border-color-hover)}.plus-date-picker.is-focus{border-color:var(--el-color-primary)}.plus-date-picker .plus-date-picker__middle{color:var(--el-text-color-placeholder)}.plus-date-picker .plus-date-picker__start{font-size:14px;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.plus-date-picker .plus-date-picker__start .el-input__wrapper{border:none;-webkit-box-shadow:none;box-shadow:none}.plus-date-picker .el-input__wrapper{width:100%}.plus-date-picker .el-input__wrapper.is-focus,.plus-date-picker .el-input__wrapper:hover{-webkit-box-shadow:none;box-shadow:none}.plus-date-picker .plus-date-picker__end{font-size:14px;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.plus-date-picker .plus-date-picker__end .el-input__wrapper{border:none;-webkit-box-shadow:none;box-shadow:none}.el-form-item.is-error .plus-date-picker{border-color:var(--el-color-danger)}.el-form-item.is-error .plus-date-picker .el-input__wrapper{-webkit-box-shadow:none;box-shadow:none}.el-form-item.is-error .plus-date-picker .el-input__wrapper.is-focus{-webkit-box-shadow:none!important;box-shadow:none!important}.el-form-item.is-error .plus-date-picker .el-input__wrapper:hover{-webkit-box-shadow:none;box-shadow:none}
|
|
18
20
|
.plus-table .plus-table-column .plus-table-column__header .plus-table-column__header__icon{margin-left:2px;margin-top:-2px;vertical-align:middle}.plus-table .plus-table-action-bar.el-table-fixed-column--right{background-color:var(--el-bg-color)}.plus-table .plus-table-action-bar .cell{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.plus-table .plus-table-action-bar .plus-table-action-bar__dropdown__link{cursor:pointer;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.plus-table .plus-table-action-bar .plus-table-action-bar__more-text{margin-right:2px}.plus-table .plus-table-action-bar .plus-table-action-bar__column__link{margin-right:10px}.plus-table .plus-table-action-bar .plus-table-action-bar__dropdown{cursor:pointer;margin-left:12px;vertical-align:baseline}.plus-table .plus-table-action-bar .el-link+.el-link{margin-left:12px}.plus-table .plus-table-action-bar .el-icon{cursor:pointer}.plus-table .plus-table-action-bar .el-icon+.el-icon{margin-left:12px}.plus-table .plus-table-column-drag-sort .plus-table-column-drag-icon{-webkit-box-sizing:border-box;box-sizing:border-box;cursor:move;font-size:18px;padding:4px}.plus-table .plus-table-column-index .plus-table-index-column{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;height:20px;white-space:nowrap;width:20px;word-break:keep-all}.plus-table .plus-table-column-index .cell .plus-table-column-index__content,.plus-table .plus-table-column-index .plus-table-index-column{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.plus-table .plus-table-column-index .cell .plus-table-column-index__content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden}.plus-table .plus-table-title-bar{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:10px}.plus-table .el-popper{max-width:200px}.plus-table-title-bar__toolbar__density{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.plus-table-title-bar__toolbar__density .el-button{margin-top:10px;width:80px}.plus-table-title-bar__toolbar__density .el-button+.el-button{margin-left:0}.plus-table-title-bar__toolbar__icon{color:var(--el-text-color-regular);cursor:pointer;margin-left:10px;vertical-align:middle}.plus-table-title-bar__toolbar__checkbox__item{margin-left:6px}.plus-table-checkbox-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-left:20px}.plus-table-checkbox-handle{cursor:move;font-size:18px}.plus-table-ghost-class{background-color:#fff;border:1px dashed var(--el-color-primary);padding:0 5px}
|
|
19
|
-
.plus-
|
|
20
|
-
:root{--plus-header-height:60px;--plus-sidebar-collapse-height:60px}.plus-sidebar{height:100%}.plus-sidebar.is-vertical{min-height:400px}.plus-sidebar.is-vertical:not(.el-menu--collapse){-webkit-flex-shrink:0;width:var(--plus-sidebar-width);-ms-flex-negative:0;flex-shrink:0}.plus-sidebar.is-vertical.el-menu--collapse .plus-sidebar__item-title{display:inline-block;height:0;overflow:hidden;visibility:hidden;width:0}.plus-sidebar.is-vertical.el-menu--collapse .el-sub-menu__icon-arrow{display:none}.plus-sidebar.is-vertical .el-scrollbar{height:calc(100% - var(--plus-sidebar-collapse-height))}.plus-sidebar.is-vertical .plus-sidebar__collapse{background-color:var(--el-menu-bg-color);bottom:0;-webkit-box-sizing:border-box;box-sizing:border-box;height:var(--plus-sidebar-collapse-height);left:0;position:absolute;width:calc(var(--plus-sidebar-width) - 1px);-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.plus-sidebar.is-vertical .plus-sidebar__collapse.is-collapse{width:calc(var(--el-menu-icon-width) + var(--el-menu-base-level-padding)*2 - 1px)}.plus-sidebar.is-vertical .plus-sidebar__collapse.is-active{background-color:var(--el-menu-bg-color)}.plus-sidebar.is-vertical .plus-sidebar__collapse [class*=-icon]{cursor:pointer;font-size:20px;margin-top:10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.plus-sidebar.is-horizontal,.plus-sidebar.is-horizontal .el-scrollbar,.plus-sidebar.is-horizontal .el-scrollbar__wrap{width:100%}.plus-sidebar.is-horizontal .el-scrollbar__view{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;height:100%;width:100%}.plus-sidebar .plus-sidebar__item-title{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
|
|
21
|
-
.plus-input-tag{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:100%;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-color:var(--el-fill-color-blank);border:1px solid var(--el-border-color);border-radius:var(--el-border-radius-base);-webkit-box-sizing:border-box;box-sizing:border-box;padding:1px 2px}.plus-input-tag:hover{border-color:var(--el-border-color-hover)}.plus-input-tag.is-focus{border-color:var(--el-color-primary)}.plus-input-tag .plus-input-tag__tag{margin-bottom:1px;margin-right:4px;margin-top:1px}.plus-input-tag .plus-input-tag__input{-webkit-box-flex:1;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-flex:1;-ms-flex:1;flex:1;min-width:85px;padding:0}.plus-input-tag .plus-input-tag__input .el-input__wrapper{-webkit-box-shadow:none;box-shadow:none;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 4px}.plus-input-tag .plus-input-tag__input .el-input__inner{height:24px;line-height:24px}.plus-input-tag .el-input.is-disabled .el-input__wrapper{-webkit-box-shadow:none;box-shadow:none}.el-form-item.is-error .plus-input-tag{border-color:var(--el-color-danger)}.el-form-item.is-error .plus-input-tag .el-input__wrapper{-webkit-box-shadow:none;box-shadow:none}.el-form-item.is-error .plus-input-tag .el-input__wrapper.is-focus{-webkit-box-shadow:none!important;box-shadow:none!important}.el-form-item.is-error .plus-input-tag .el-input__wrapper:hover{-webkit-box-shadow:none;box-shadow:none}
|
|
22
|
-
.plus-steps-form .el-steps{margin-bottom:20px}.plus-steps-form-vertical{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.plus-steps-form-vertical .el-steps--vertical{margin-right:20px}.plus-steps-form-vertical .plus-form{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}
|
|
21
|
+
.plus-steps-form .el-steps{margin-bottom:20px}.plus-steps-form-vertical{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.plus-steps-form-vertical .el-steps--vertical{margin-right:20px}.plus-steps-form-vertical .plus-form{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}
|
|
22
|
+
:root{--plus-header-height:60px;--plus-sidebar-collapse-height:60px}.plus-sidebar{height:100%}.plus-sidebar.is-vertical{min-height:400px}.plus-sidebar.is-vertical:not(.el-menu--collapse){-webkit-flex-shrink:0;width:var(--plus-sidebar-width);-ms-flex-negative:0;flex-shrink:0}.plus-sidebar.is-vertical.el-menu--collapse .plus-sidebar__item-title{display:inline-block;height:0;overflow:hidden;visibility:hidden;width:0}.plus-sidebar.is-vertical.el-menu--collapse .el-sub-menu__icon-arrow{display:none}.plus-sidebar.is-vertical .el-scrollbar{height:calc(100% - var(--plus-sidebar-collapse-height))}.plus-sidebar.is-vertical .plus-sidebar__collapse{background-color:var(--el-menu-bg-color);bottom:0;-webkit-box-sizing:border-box;box-sizing:border-box;height:var(--plus-sidebar-collapse-height);left:0;position:absolute;width:calc(var(--plus-sidebar-width) - 1px);-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.plus-sidebar.is-vertical .plus-sidebar__collapse.is-collapse{width:calc(var(--el-menu-icon-width) + var(--el-menu-base-level-padding)*2 - 1px)}.plus-sidebar.is-vertical .plus-sidebar__collapse.is-active{background-color:var(--el-menu-bg-color)}.plus-sidebar.is-vertical .plus-sidebar__collapse [class*=-icon]{cursor:pointer;font-size:20px;margin-top:10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.plus-sidebar.is-horizontal,.plus-sidebar.is-horizontal .el-scrollbar,.plus-sidebar.is-horizontal .el-scrollbar__wrap{width:100%}.plus-sidebar.is-horizontal .el-scrollbar__view{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;height:100%;width:100%}.plus-sidebar .plus-sidebar__item-title{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
|
package/es/index.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import installer from './defaults';
|
|
2
|
-
export * from '@wlydfe/pro-ui
|
|
3
|
-
export * from '@wlydfe/pro-ui
|
|
4
|
-
export * from '@wlydfe/pro-ui
|
|
5
|
-
export * from '@wlydfe/pro-ui
|
|
6
|
-
export * from '@wlydfe/pro-ui
|
|
2
|
+
export * from '@wlydfe/pro-ui/es/components';
|
|
3
|
+
export * from '@wlydfe/pro-ui/es/hooks';
|
|
4
|
+
export * from '@wlydfe/pro-ui/es/types';
|
|
5
|
+
export * from '@wlydfe/pro-ui/es/constants';
|
|
6
|
+
export * from '@wlydfe/pro-ui/es/directives';
|
|
7
7
|
export { version } from './version';
|
|
8
8
|
export declare const install: (app: import("vue").App<any>) => void;
|
|
9
9
|
export default installer;
|
package/es/pro-ui/index.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import installer from './defaults';
|
|
2
|
-
export * from '@wlydfe/pro-ui
|
|
3
|
-
export * from '@wlydfe/pro-ui
|
|
4
|
-
export * from '@wlydfe/pro-ui
|
|
5
|
-
export * from '@wlydfe/pro-ui
|
|
6
|
-
export * from '@wlydfe/pro-ui
|
|
2
|
+
export * from '@wlydfe/pro-ui/es/components';
|
|
3
|
+
export * from '@wlydfe/pro-ui/es/hooks';
|
|
4
|
+
export * from '@wlydfe/pro-ui/es/types';
|
|
5
|
+
export * from '@wlydfe/pro-ui/es/constants';
|
|
6
|
+
export * from '@wlydfe/pro-ui/es/directives';
|
|
7
7
|
export { version } from './version';
|
|
8
8
|
export declare const install: (app: import("vue").App<any>) => void;
|
|
9
9
|
export default installer;
|
package/es/types/form.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import type { VNode, Ref, ComputedRef, ExtractPropTypes, CSSProperties } from 'vue';
|
|
2
2
|
import type { FormItemProps, ColProps, AutocompleteProps, cascaderProps, CheckboxGroupProps, ColorPickerProps, DatePickerProps, InputProps, InputNumberProps, RadioGroupProps, RateProps, SelectProps, SliderProps, SwitchProps, TimePickerDefaultProps, TextProps, ImageProps, LinkProps, TagProps, ProgressProps } from 'element-plus';
|
|
3
3
|
import type { TimeSelectProps } from 'element-plus/es/components/time-select/src/time-select';
|
|
4
|
-
import type { PlusFormProps } from '@wlydfe/pro-ui/es/
|
|
5
|
-
import type { PlusRadioProps } from '@wlydfe/pro-ui/es/
|
|
6
|
-
import type { PlusDatePickerProps } from '@wlydfe/pro-ui/es/
|
|
7
|
-
import type { PlusInputTagProps } from '@wlydfe/pro-ui/es/
|
|
4
|
+
import type { PlusFormProps } from '@wlydfe/pro-ui/es/components/form';
|
|
5
|
+
import type { PlusRadioProps } from '@wlydfe/pro-ui/es/components/radio';
|
|
6
|
+
import type { PlusDatePickerProps } from '@wlydfe/pro-ui/es/components/date-picker';
|
|
7
|
+
import type { PlusInputTagProps } from '@wlydfe/pro-ui/es/components/input-tag';
|
|
8
8
|
import type { PropsItemType, PlusColumn, OptionsRow } from './plus';
|
|
9
9
|
import type { Mutable } from './global';
|
|
10
10
|
export {};
|