hs-admin-ui 17.1.7 → 17.1.9
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/{bcIcon-aEXZgEu5.js → bcIcon-CxnRT-My.js} +1 -1
- package/dist/{bcVisual.vue_vue_type_style_index_0_scoped_a917535e_lang-DYfKrCjl.js → bcVisual.vue_vue_type_style_index_0_scoped_a917535e_lang-hn7VbZYW.js} +6441 -6457
- package/dist/{components-LGf9TBTb.js → components-CbhIjmjo.js} +1 -1
- package/dist/element-plus-ui.mjs +5 -5
- package/dist/h5.mjs +266 -220
- package/dist/{index-xm49UXmE.js → index--fQX542M.js} +1 -1
- package/dist/{index-DDOAJ8Vh.js → index-CaEp_m5b.js} +7 -7
- package/dist/{index-D2baj7TP.js → index-DYKpZSxQ.js} +1 -1
- package/dist/{index-juXuFyDo.js → index-DbPr0xld.js} +2 -2
- package/dist/index.mjs +6 -6
- package/dist/{setting-CKCc_8zN.js → setting-8ZiesJf4.js} +2 -2
- package/dist/style.css +1 -1
- package/dist/{table-ByPYYrg6.js → table-_Gu_oDHm.js} +2 -2
- package/dist/types/index.d.ts +1 -2
- package/dist/types/src/components/business/bcForm/baseForm.vue.d.ts +2 -2
- package/dist/types/src/components/business/bcForm/useGuide.d.ts +6 -6
- package/dist/types/src/components/business/bcIcon/bcIcon.vue.d.ts +1 -1
- package/dist/types/src/components/business/bcTable/components/query/drag.vue.d.ts +2 -2
- package/dist/types/src/components/business/bcTable/components/query/query.vue.d.ts +2 -2
- package/dist/types/src/components/h5/Upload/Upload.vue.d.ts +37 -0
- package/dist/vxe-table-ui.mjs +4 -4
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as m, inject as i, shallowRef as b, resolveComponent as h, createElementBlock as y, openBlock as C, createVNode as k, unref as v, toValue as D } from "vue";
|
|
2
|
-
import { f as x } from "./index-
|
|
3
|
-
import { a3 as E } from "./bcVisual.vue_vue_type_style_index_0_scoped_a917535e_lang-
|
|
2
|
+
import { f as x } from "./index-CaEp_m5b.js";
|
|
3
|
+
import { a3 as E } from "./bcVisual.vue_vue_type_style_index_0_scoped_a917535e_lang-hn7VbZYW.js";
|
|
4
4
|
const T = { class: "table-wrapter" }, I = /* @__PURE__ */ m({
|
|
5
5
|
__name: "table",
|
|
6
6
|
setup(g, { expose: _ }) {
|
package/dist/types/index.d.ts
CHANGED
|
@@ -3,7 +3,6 @@ import "element-plus/dist/index.css";
|
|
|
3
3
|
import "vxe-pc-ui/lib/style.css";
|
|
4
4
|
import "vxe-table/lib/style.css";
|
|
5
5
|
import "./src/utils/cfprint.min.js";
|
|
6
|
-
import { iconfontList } from "./src/utils/iconfont/index.js";
|
|
7
6
|
import { VxeUI } from "vxe-pc-ui";
|
|
8
7
|
import { HsMessage, HsMessageBox, HsNotification } from "./src/utils";
|
|
9
8
|
import { getLoadData, getFormData, configUnidId, isShowItem, cacheSearchFormData, tableAsyncFun } from "./src/components/business";
|
|
@@ -32,4 +31,4 @@ export * from "./element-plus";
|
|
|
32
31
|
export * from "./vxe-table";
|
|
33
32
|
export * from "./src/components/base";
|
|
34
33
|
export * from "./src/components/business";
|
|
35
|
-
export { type ITable, type ITableData, type ISystemParams, type TableInstance, type ITableInstance, type IForm, type IFormData, type IFormInstance, type IBreadcrumb, type ITableKeyEvent, type ITableCurrentRow, type IFieldChange, isShowItem, tableAsyncFun, showPopupCount, configUnidId, cacheSearchFormData, HsMessage, HsMessageBox, HsNotification, Hooxs, Utils, mathTool, VxeUI, useHsAdminUi, getConfigData, getBatchConfig, getLoadData, getFormData, resetColumn
|
|
34
|
+
export { type ITable, type ITableData, type ISystemParams, type TableInstance, type ITableInstance, type IForm, type IFormData, type IFormInstance, type IBreadcrumb, type ITableKeyEvent, type ITableCurrentRow, type IFieldChange, isShowItem, tableAsyncFun, showPopupCount, configUnidId, cacheSearchFormData, HsMessage, HsMessageBox, HsNotification, Hooxs, Utils, mathTool, VxeUI, useHsAdminUi, getConfigData, getBatchConfig, getLoadData, getFormData, resetColumn };
|
|
@@ -92,8 +92,8 @@ declare const __VLS_base: import("vue").DefineComponent<Props, {
|
|
|
92
92
|
readonly scrollToError: boolean;
|
|
93
93
|
}> & Omit<{
|
|
94
94
|
readonly disabled: boolean;
|
|
95
|
-
readonly labelPosition: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "
|
|
96
|
-
readonly requireAsteriskPosition: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "
|
|
95
|
+
readonly labelPosition: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
96
|
+
readonly requireAsteriskPosition: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "right" | "left", unknown>;
|
|
97
97
|
readonly labelWidth: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
98
98
|
readonly labelSuffix: string;
|
|
99
99
|
readonly inline: boolean;
|
|
@@ -19,8 +19,8 @@ export declare function useGuide(props: Record<"data", IFormData.Form | undefine
|
|
|
19
19
|
readonly scrollToError: boolean;
|
|
20
20
|
}> & Omit<{
|
|
21
21
|
readonly disabled: boolean;
|
|
22
|
-
readonly labelPosition: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "
|
|
23
|
-
readonly requireAsteriskPosition: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "
|
|
22
|
+
readonly labelPosition: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
23
|
+
readonly requireAsteriskPosition: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "right" | "left", unknown>;
|
|
24
24
|
readonly labelWidth: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
25
25
|
readonly labelSuffix: string;
|
|
26
26
|
readonly inline: boolean;
|
|
@@ -202,8 +202,8 @@ export declare function useGuide(props: Record<"data", IFormData.Form | undefine
|
|
|
202
202
|
readonly scrollToError: boolean;
|
|
203
203
|
}> & Omit<{
|
|
204
204
|
readonly disabled: boolean;
|
|
205
|
-
readonly labelPosition: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "
|
|
206
|
-
readonly requireAsteriskPosition: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "
|
|
205
|
+
readonly labelPosition: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
206
|
+
readonly requireAsteriskPosition: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "right" | "left", unknown>;
|
|
207
207
|
readonly labelWidth: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
208
208
|
readonly labelSuffix: string;
|
|
209
209
|
readonly inline: boolean;
|
|
@@ -387,8 +387,8 @@ export declare function useGuide(props: Record<"data", IFormData.Form | undefine
|
|
|
387
387
|
readonly scrollToError: boolean;
|
|
388
388
|
}> & Omit<{
|
|
389
389
|
readonly disabled: boolean;
|
|
390
|
-
readonly labelPosition: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "
|
|
391
|
-
readonly requireAsteriskPosition: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "
|
|
390
|
+
readonly labelPosition: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
391
|
+
readonly requireAsteriskPosition: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "right" | "left", unknown>;
|
|
392
392
|
readonly labelWidth: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
393
393
|
readonly labelSuffix: string;
|
|
394
394
|
readonly inline: boolean;
|
|
@@ -29,8 +29,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
29
29
|
default: boolean;
|
|
30
30
|
};
|
|
31
31
|
}>> & Readonly<{}>, {
|
|
32
|
-
svg: boolean;
|
|
33
32
|
size: string | number;
|
|
33
|
+
svg: boolean;
|
|
34
34
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
35
35
|
declare const _default: typeof __VLS_export;
|
|
36
36
|
export default _default;
|
|
@@ -27,8 +27,8 @@ declare function getInstance(): {
|
|
|
27
27
|
readonly scrollToError: boolean;
|
|
28
28
|
}> & Omit<{
|
|
29
29
|
readonly disabled: boolean;
|
|
30
|
-
readonly labelPosition: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "
|
|
31
|
-
readonly requireAsteriskPosition: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "
|
|
30
|
+
readonly labelPosition: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
31
|
+
readonly requireAsteriskPosition: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "right" | "left", unknown>;
|
|
32
32
|
readonly labelWidth: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
33
33
|
readonly labelSuffix: string;
|
|
34
34
|
readonly inline: boolean;
|
|
@@ -30,8 +30,8 @@ declare function getInstance(): {
|
|
|
30
30
|
readonly scrollToError: boolean;
|
|
31
31
|
}> & Omit<{
|
|
32
32
|
readonly disabled: boolean;
|
|
33
|
-
readonly labelPosition: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "
|
|
34
|
-
readonly requireAsteriskPosition: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "
|
|
33
|
+
readonly labelPosition: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
|
|
34
|
+
readonly requireAsteriskPosition: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "right" | "left", unknown>;
|
|
35
35
|
readonly labelWidth: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
36
36
|
readonly labelSuffix: string;
|
|
37
37
|
readonly inline: boolean;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { PropType } from "vue";
|
|
1
2
|
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
3
|
action: {
|
|
3
4
|
type: StringConstructor;
|
|
@@ -11,10 +12,26 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
11
12
|
type: ObjectConstructor;
|
|
12
13
|
default: () => {};
|
|
13
14
|
};
|
|
15
|
+
name: {
|
|
16
|
+
type: StringConstructor;
|
|
17
|
+
default: string;
|
|
18
|
+
};
|
|
19
|
+
accept: {
|
|
20
|
+
type: StringConstructor;
|
|
21
|
+
default: string;
|
|
22
|
+
};
|
|
23
|
+
listType: {
|
|
24
|
+
type: PropType<"picture-card" | "picture" | "text">;
|
|
25
|
+
default: string;
|
|
26
|
+
};
|
|
14
27
|
limit: {
|
|
15
28
|
type: NumberConstructor;
|
|
16
29
|
default: number;
|
|
17
30
|
};
|
|
31
|
+
ossUrl: {
|
|
32
|
+
type: StringConstructor;
|
|
33
|
+
default: string;
|
|
34
|
+
};
|
|
18
35
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
19
36
|
success: (...args: any[]) => void;
|
|
20
37
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -30,15 +47,35 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
30
47
|
type: ObjectConstructor;
|
|
31
48
|
default: () => {};
|
|
32
49
|
};
|
|
50
|
+
name: {
|
|
51
|
+
type: StringConstructor;
|
|
52
|
+
default: string;
|
|
53
|
+
};
|
|
54
|
+
accept: {
|
|
55
|
+
type: StringConstructor;
|
|
56
|
+
default: string;
|
|
57
|
+
};
|
|
58
|
+
listType: {
|
|
59
|
+
type: PropType<"picture-card" | "picture" | "text">;
|
|
60
|
+
default: string;
|
|
61
|
+
};
|
|
33
62
|
limit: {
|
|
34
63
|
type: NumberConstructor;
|
|
35
64
|
default: number;
|
|
36
65
|
};
|
|
66
|
+
ossUrl: {
|
|
67
|
+
type: StringConstructor;
|
|
68
|
+
default: string;
|
|
69
|
+
};
|
|
37
70
|
}>> & Readonly<{
|
|
38
71
|
onSuccess?: (...args: any[]) => any;
|
|
39
72
|
}>, {
|
|
73
|
+
name: string;
|
|
40
74
|
headers: Record<string, any>;
|
|
75
|
+
accept: string;
|
|
76
|
+
listType: "picture" | "text" | "picture-card";
|
|
41
77
|
limit: number;
|
|
78
|
+
ossUrl: string;
|
|
42
79
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
43
80
|
declare const _default: typeof __VLS_export;
|
|
44
81
|
export default _default;
|
package/dist/vxe-table-ui.mjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { aT as r, b1 as u, b2 as l, b3 as x, H as m, aR as s, b4 as E } from "./bcVisual.vue_vue_type_style_index_0_scoped_a917535e_lang-
|
|
2
|
-
import { W as _, b5 as g, b6 as H, b7 as N, aw as R } from "./bcVisual.vue_vue_type_style_index_0_scoped_a917535e_lang-
|
|
3
|
-
import { V as b } from "./components-
|
|
1
|
+
import { aT as r, b1 as u, b2 as l, b3 as x, H as m, aR as s, b4 as E } from "./bcVisual.vue_vue_type_style_index_0_scoped_a917535e_lang-hn7VbZYW.js";
|
|
2
|
+
import { W as _, b5 as g, b6 as H, b7 as N, aw as R } from "./bcVisual.vue_vue_type_style_index_0_scoped_a917535e_lang-hn7VbZYW.js";
|
|
3
|
+
import { V as b } from "./components-CbhIjmjo.js";
|
|
4
4
|
import "vue";
|
|
5
|
-
import { i as I } from "./index-
|
|
5
|
+
import { i as I } from "./index-DYKpZSxQ.js";
|
|
6
6
|
function t(a, e) {
|
|
7
7
|
r.value = e == null ? void 0 : e.NEXT_NAME, u.value = e == null ? void 0 : e.IS_DEV, l.value = e == null ? void 0 : e.currentRoute, x.value = e == null ? void 0 : e.currentRouter, m.has(a, "_context.directives.loading") || a.directive("loading", s.directive), a.use(E).use(b);
|
|
8
8
|
}
|