@bscomp/ep-ui 0.2.9 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/config-provider/index.d.ts +15 -0
- package/lib/config-provider/src/config-provider.d.ts +9 -0
- package/lib/ep-ui.js +1981 -1962
- package/lib/ep-ui.js.gz +0 -0
- package/lib/ep-ui.umd.cjs +11 -11
- package/lib/input/index.d.ts +15 -6
- package/lib/input/src/index.vue.d.ts +9 -3
- package/lib/style.css +1 -1
- package/package.json +1 -1
package/lib/input/index.d.ts
CHANGED
|
@@ -10,9 +10,12 @@ declare const EPInput: ({
|
|
|
10
10
|
default: string;
|
|
11
11
|
};
|
|
12
12
|
inputType: {
|
|
13
|
-
type: import('vue').PropType<"" | "
|
|
13
|
+
type: import('vue').PropType<"" | "default" | "integer">;
|
|
14
14
|
default: string;
|
|
15
15
|
};
|
|
16
|
+
inputRule: {
|
|
17
|
+
type: import('vue').PropType<RegExp>;
|
|
18
|
+
};
|
|
16
19
|
}>> & Readonly<{
|
|
17
20
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
18
21
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
@@ -20,7 +23,7 @@ declare const EPInput: ({
|
|
|
20
23
|
}, import('vue').PublicProps, {
|
|
21
24
|
placeholder: string;
|
|
22
25
|
width: string;
|
|
23
|
-
inputType: "" | "
|
|
26
|
+
inputType: "" | "default" | "integer";
|
|
24
27
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
25
28
|
P: {};
|
|
26
29
|
B: {};
|
|
@@ -39,15 +42,18 @@ declare const EPInput: ({
|
|
|
39
42
|
default: string;
|
|
40
43
|
};
|
|
41
44
|
inputType: {
|
|
42
|
-
type: import('vue').PropType<"" | "
|
|
45
|
+
type: import('vue').PropType<"" | "default" | "integer">;
|
|
43
46
|
default: string;
|
|
44
47
|
};
|
|
48
|
+
inputRule: {
|
|
49
|
+
type: import('vue').PropType<RegExp>;
|
|
50
|
+
};
|
|
45
51
|
}>> & Readonly<{
|
|
46
52
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
47
53
|
}>, {}, {}, {}, {}, {
|
|
48
54
|
placeholder: string;
|
|
49
55
|
width: string;
|
|
50
|
-
inputType: "" | "
|
|
56
|
+
inputType: "" | "default" | "integer";
|
|
51
57
|
}>;
|
|
52
58
|
__isFragment?: undefined;
|
|
53
59
|
__isTeleport?: undefined;
|
|
@@ -63,9 +69,12 @@ declare const EPInput: ({
|
|
|
63
69
|
default: string;
|
|
64
70
|
};
|
|
65
71
|
inputType: {
|
|
66
|
-
type: import('vue').PropType<"" | "
|
|
72
|
+
type: import('vue').PropType<"" | "default" | "integer">;
|
|
67
73
|
default: string;
|
|
68
74
|
};
|
|
75
|
+
inputRule: {
|
|
76
|
+
type: import('vue').PropType<RegExp>;
|
|
77
|
+
};
|
|
69
78
|
}>> & Readonly<{
|
|
70
79
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
71
80
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
@@ -73,7 +82,7 @@ declare const EPInput: ({
|
|
|
73
82
|
}, string, {
|
|
74
83
|
placeholder: string;
|
|
75
84
|
width: string;
|
|
76
|
-
inputType: "" | "
|
|
85
|
+
inputType: "" | "default" | "integer";
|
|
77
86
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
78
87
|
$slots: {
|
|
79
88
|
append?(_: {}): any;
|
|
@@ -9,9 +9,12 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
9
9
|
default: string;
|
|
10
10
|
};
|
|
11
11
|
inputType: {
|
|
12
|
-
type: import('vue').PropType<"" | "
|
|
12
|
+
type: import('vue').PropType<"" | "default" | "integer">;
|
|
13
13
|
default: string;
|
|
14
14
|
};
|
|
15
|
+
inputRule: {
|
|
16
|
+
type: import('vue').PropType<RegExp>;
|
|
17
|
+
};
|
|
15
18
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
16
19
|
"update:modelValue": (...args: any[]) => void;
|
|
17
20
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -25,15 +28,18 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
25
28
|
default: string;
|
|
26
29
|
};
|
|
27
30
|
inputType: {
|
|
28
|
-
type: import('vue').PropType<"" | "
|
|
31
|
+
type: import('vue').PropType<"" | "default" | "integer">;
|
|
29
32
|
default: string;
|
|
30
33
|
};
|
|
34
|
+
inputRule: {
|
|
35
|
+
type: import('vue').PropType<RegExp>;
|
|
36
|
+
};
|
|
31
37
|
}>> & Readonly<{
|
|
32
38
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
33
39
|
}>, {
|
|
34
40
|
placeholder: string;
|
|
35
41
|
width: string;
|
|
36
|
-
inputType: "" | "
|
|
42
|
+
inputType: "" | "default" | "integer";
|
|
37
43
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
|
|
38
44
|
append?(_: {}): any;
|
|
39
45
|
prepend?(_: {}): any;
|
package/lib/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.e-p-select .all-checkbox[data-v-9f38b52d]{margin-left:20px}.column_set .ep_table_column_setting_dropdown{font-size:14px;display:flex;flex-direction:column;max-height:450px;overflow-y:auto}.column_set .ep_table_column_setting_dropdown .item{padding:0 16px}.column_set .ep_table_column_setting_dropdown .item:hover{background-color:#ecf5ff}.column_set .ep_table_column_setting_dropdown .footer{box-sizing:border-box;padding-top:6px;border-top:1px solid #dcdfe6}.column_set .ep_table_column_setting_dropdown .footer:hover{border-top:1px solid #dcdfe6}.column_set .ep_table_column_setting_dropdown .footer .el-button{border-radius:none}.column_set .ep_table_column_setting_dropdown .el-checkbox .el-checkbox__input.is-checked+.el-checkbox__label,.column_set .ep_table_column_setting_dropdown .el-checkbox .ep-checkbox__input.is-checked+.ep-checkbox__label{cursor:move}div[data-v-
|
|
1
|
+
.e-p-select .all-checkbox[data-v-9f38b52d]{margin-left:20px}.column_set .ep_table_column_setting_dropdown{font-size:14px;display:flex;flex-direction:column;max-height:450px;overflow-y:auto}.column_set .ep_table_column_setting_dropdown .item{padding:0 16px}.column_set .ep_table_column_setting_dropdown .item:hover{background-color:#ecf5ff}.column_set .ep_table_column_setting_dropdown .footer{box-sizing:border-box;padding-top:6px;border-top:1px solid #dcdfe6}.column_set .ep_table_column_setting_dropdown .footer:hover{border-top:1px solid #dcdfe6}.column_set .ep_table_column_setting_dropdown .footer .el-button{border-radius:none}.column_set .ep_table_column_setting_dropdown .el-checkbox .el-checkbox__input.is-checked+.el-checkbox__label,.column_set .ep_table_column_setting_dropdown .el-checkbox .ep-checkbox__input.is-checked+.ep-checkbox__label{cursor:move}div[data-v-0ed5d49c]{box-sizing:border-box}.e-p-table[data-v-0ed5d49c]{box-sizing:border-box;height:100%;position:relative;display:flex;flex-direction:column;overflow:hidden}.e-p-table .table-content[data-v-0ed5d49c]{flex:1;display:flex;flex-direction:column;position:relative;box-sizing:border-box;overflow:hidden}.e-p-table .table-content .header-wapper[data-v-0ed5d49c]{display:flex;flex-direction:column}.e-p-table .table-content .extra[data-v-0ed5d49c],.e-p-table .table-content .header[data-v-0ed5d49c]{padding-bottom:16px}.e-p-table .table-content .operation[data-v-0ed5d49c]{display:flex;align-items:center;gap:12px}.e-p-table .table-content .operation[data-v-0ed5d49c] .el-button+.el-button{margin-left:0!important}.e-p-table .el-pagination-com[data-v-0ed5d49c]{padding-top:16px;display:flex;justify-content:flex-end;align-items:center}.e-p-table .header[data-v-0ed5d49c]{display:flex;justify-content:space-between;align-items:center}.btn-wrapper[data-v-0ed5d49c],.input-content[data-v-0ed5d49c]{display:flex;gap:8px}.btn-wrapper[data-v-0ed5d49c] .el-button+.el-button,.input-content[data-v-0ed5d49c] .el-button+.el-button{margin-left:0!important}.e-p-form-wrapper:not(.inline-flex-form){display:flex;flex-direction:column;justify-content:space-between;height:100%}.e-p-form-wrapper:not(.inline-flex-form) .inline-flex{display:flex}.e-p-form-wrapper:not(.inline-flex-form) .text_show{color:var(--el-text-color-primary)}.e-p-form-wrapper:not(.inline-flex-form) .slot_label .el-form-item__content label{color:var(--el-text-color-primary);margin-right:12px}.e-p-form-wrapper:not(.inline-flex-form) .footer{width:100%;display:flex;align-items:center;justify-content:center}.inline-flex-form{display:flex;justify-content:space-between}.inline-flex-form .e-p-form{flex:1}.inline-flex-form .inline-flex>div{display:inline-block}.inline-flex-form .footer{display:inline}.el-form--inline .el-form-item{margin:0}
|