3h1-ui 3.0.0-next.237 → 3.0.0-next.239
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/index.js +23 -18
- package/es/style.css +1520 -3145
- package/es/ui/src/ShyForm/src/types/form.d.ts +1 -1
- package/es/ui/src/TablePlus/TableColGroup.vue.d.ts +2 -2
- package/es/ui/src/TablePlus/TablePlus.vue.d.ts +9 -9
- package/lib/index.js +23 -18
- package/lib/style.css +1520 -3145
- package/lib/ui/src/ShyForm/src/types/form.d.ts +1 -1
- package/lib/ui/src/TablePlus/TableColGroup.vue.d.ts +2 -2
- package/lib/ui/src/TablePlus/TablePlus.vue.d.ts +9 -9
- package/package.json +4 -4
|
@@ -102,7 +102,7 @@ export interface FormSchema {
|
|
|
102
102
|
labelWidth?: string | number;
|
|
103
103
|
disabledLabelWidth?: boolean;
|
|
104
104
|
component: ComponentType;
|
|
105
|
-
componentProps?:
|
|
105
|
+
componentProps?: Recordable;
|
|
106
106
|
required?: boolean | ((renderCallbackParams: RenderCallbackParams) => boolean);
|
|
107
107
|
suffix?: string | number | ((values: RenderCallbackParams) => string | number);
|
|
108
108
|
rules?: Rule[];
|
|
@@ -8,8 +8,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
8
8
|
getSwitchShowText: (column: any, row: any) => any;
|
|
9
9
|
handleSortChange: (field: any, type: any) => void;
|
|
10
10
|
filterColumn: (column: any) => any;
|
|
11
|
-
readonly VxeColumn: import("vxe-table").VXEComponent<import("vxe-table").VxeColumnProps
|
|
12
|
-
readonly VxeColgroup: import("vxe-table").VXEComponent<import("vxe-table").VxeColgroupProps,
|
|
11
|
+
readonly VxeColumn: import("vxe-table").VXEComponent<import("vxe-table").VxeColumnProps, {}>;
|
|
12
|
+
readonly VxeColgroup: import("vxe-table").VXEComponent<import("vxe-table").VxeColgroupProps, {}>;
|
|
13
13
|
readonly CellComponent: import("vue").FunctionalComponent<{}, {}, any, {}>;
|
|
14
14
|
IconSort: import("vue").DefineComponent<{}, {
|
|
15
15
|
basStyle: {
|
|
@@ -8,7 +8,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
8
8
|
columns: {
|
|
9
9
|
type: ArrayConstructor;
|
|
10
10
|
required: false;
|
|
11
|
-
default: () => VxeColumnProps
|
|
11
|
+
default: () => VxeColumnProps[];
|
|
12
12
|
};
|
|
13
13
|
isShowSeq: {
|
|
14
14
|
type: BooleanConstructor;
|
|
@@ -21,7 +21,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
21
21
|
default: boolean;
|
|
22
22
|
};
|
|
23
23
|
actionColumn: {
|
|
24
|
-
type:
|
|
24
|
+
type: ObjectConstructor;
|
|
25
25
|
required: false;
|
|
26
26
|
default: () => {
|
|
27
27
|
title: string;
|
|
@@ -1212,8 +1212,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1212
1212
|
showSubmitButton: boolean;
|
|
1213
1213
|
rangePickerField: unknown[];
|
|
1214
1214
|
}, {}>;
|
|
1215
|
-
readonly VxeTable: import("vxe-table").VXEComponent<import("vxe-table").VxeTableProps<any>, import("vxe-table").VxeTableEventProps
|
|
1216
|
-
readonly VxeColumn: import("vxe-table").VXEComponent<VxeColumnProps
|
|
1215
|
+
readonly VxeTable: import("vxe-table").VXEComponent<import("vxe-table").VxeTableProps<any>, import("vxe-table").VxeTableEventProps>;
|
|
1216
|
+
readonly VxeColumn: import("vxe-table").VXEComponent<VxeColumnProps, {}>;
|
|
1217
1217
|
readonly Pagination: {
|
|
1218
1218
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
1219
1219
|
total: NumberConstructor;
|
|
@@ -1773,8 +1773,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1773
1773
|
getSwitchShowText: (column: any, row: any) => any;
|
|
1774
1774
|
handleSortChange: (field: any, type: any) => void;
|
|
1775
1775
|
filterColumn: (column: any) => any;
|
|
1776
|
-
readonly VxeColumn: import("vxe-table").VXEComponent<VxeColumnProps
|
|
1777
|
-
readonly VxeColgroup: import("vxe-table").VXEComponent<import("vxe-table").VxeColgroupProps,
|
|
1776
|
+
readonly VxeColumn: import("vxe-table").VXEComponent<VxeColumnProps, {}>;
|
|
1777
|
+
readonly VxeColgroup: import("vxe-table").VXEComponent<import("vxe-table").VxeColgroupProps, {}>;
|
|
1778
1778
|
readonly CellComponent: import("vue").FunctionalComponent<{}, {}, any, {}>;
|
|
1779
1779
|
IconSort: import("vue").DefineComponent<{}, {
|
|
1780
1780
|
basStyle: {
|
|
@@ -1850,7 +1850,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1850
1850
|
columns: {
|
|
1851
1851
|
type: ArrayConstructor;
|
|
1852
1852
|
required: false;
|
|
1853
|
-
default: () => VxeColumnProps
|
|
1853
|
+
default: () => VxeColumnProps[];
|
|
1854
1854
|
};
|
|
1855
1855
|
isShowSeq: {
|
|
1856
1856
|
type: BooleanConstructor;
|
|
@@ -1863,7 +1863,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1863
1863
|
default: boolean;
|
|
1864
1864
|
};
|
|
1865
1865
|
actionColumn: {
|
|
1866
|
-
type:
|
|
1866
|
+
type: ObjectConstructor;
|
|
1867
1867
|
required: false;
|
|
1868
1868
|
default: () => {
|
|
1869
1869
|
title: string;
|
|
@@ -1958,7 +1958,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1958
1958
|
columns: unknown[];
|
|
1959
1959
|
isShowPagination: boolean;
|
|
1960
1960
|
beforeFetch: any;
|
|
1961
|
-
actionColumn: any
|
|
1961
|
+
actionColumn: Record<string, any>;
|
|
1962
1962
|
searchInfo: any;
|
|
1963
1963
|
formConfig: any;
|
|
1964
1964
|
isShowSeq: boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "3h1-ui",
|
|
3
|
-
"version": "3.0.0-next.
|
|
3
|
+
"version": "3.0.0-next.239",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -27,11 +27,11 @@
|
|
|
27
27
|
"vite-plugin-purge-icons": "^0.9.2",
|
|
28
28
|
"vue-i18n": "^9.2.2",
|
|
29
29
|
"vue-json-pretty": "^2.2.3",
|
|
30
|
-
"vxe-table": "
|
|
30
|
+
"vxe-table": "4.3.6",
|
|
31
31
|
"xe-utils": "^3.5.7",
|
|
32
32
|
"@shy-plugins/tinymce": "^1.0.6",
|
|
33
|
-
"@shy-plugins/
|
|
34
|
-
"@shy-plugins/
|
|
33
|
+
"@shy-plugins/use": "1.0.1-next.5",
|
|
34
|
+
"@shy-plugins/utils": "1.0.0-next.1"
|
|
35
35
|
},
|
|
36
36
|
"types": "es/ui/index.d.ts",
|
|
37
37
|
"devDependencies": {
|