hs-admin-ui 17.1.0 → 17.1.2
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-COjiXSyJ.js +66 -0
- package/dist/{bcVisual.vue_vue_type_style_index_0_scoped_a917535e_lang-BiNOvhpL.js → bcVisual.vue_vue_type_style_index_0_scoped_a917535e_lang-DRga4e6k.js} +1 -1
- package/dist/{components-CijMPdYQ.js → components-CqU0r3l6.js} +1 -1
- package/dist/element-plus-ui.mjs +5 -5
- package/dist/h5.mjs +2 -2
- package/dist/iconfont-DYod3x2L.js +35 -0
- package/dist/iconfont-Dt16kTJJ.js +35 -0
- package/dist/{index-DfMuwDE9.js → index-B63ZxCUJ.js} +4825 -3815
- package/dist/{index-LXImeOr_.js → index-BQDSqEv7.js} +1 -1
- package/dist/{index-CNSuCGpG.js → index-Bh8urY1L.js} +1 -1
- package/dist/{index-kPVI4suT.js → index-CVQoQC_U.js} +2 -2
- package/dist/index.mjs +244 -243
- package/dist/{setting-BDitikOQ.js → setting-C5yBDoy_.js} +2 -2
- package/dist/style.css +1 -1
- package/dist/{table-C7fAJgLz.js → table-Dl0ToWIo.js} +2 -2
- package/dist/types/index.d.ts +2 -1
- 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 +9 -0
- 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/utils/iconfont/cms-web/iconfont.d.ts +0 -0
- package/dist/types/src/utils/iconfont/index.d.ts +5 -0
- package/dist/types/src/utils/iconfont/lsms-web/iconfont.d.ts +0 -0
- package/dist/vxe-table-ui.mjs +4 -4
- package/package.json +1 -1
- package/dist/bcIcon-BCR5YVyC.js +0 -4
- package/dist/bcIcon.vue_vue_type_script_setup_true_name_bcIcon_lang-DoEyyD3x.js +0 -53
|
@@ -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-B63ZxCUJ.js";
|
|
3
|
+
import { a3 as E } from "./bcVisual.vue_vue_type_style_index_0_scoped_a917535e_lang-DRga4e6k.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,6 +3,7 @@ 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";
|
|
6
7
|
import { VxeUI } from "vxe-pc-ui";
|
|
7
8
|
import { HsMessage, HsMessageBox, HsNotification } from "./src/utils";
|
|
8
9
|
import { getLoadData, getFormData, configUnidId, isShowItem, cacheSearchFormData, tableAsyncFun } from "./src/components/business";
|
|
@@ -31,4 +32,4 @@ export * from "./element-plus";
|
|
|
31
32
|
export * from "./vxe-table";
|
|
32
33
|
export * from "./src/components/base";
|
|
33
34
|
export * from "./src/components/business";
|
|
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 };
|
|
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, iconfontList };
|
|
@@ -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, "left" | "top" | "right", unknown>;
|
|
96
|
+
readonly requireAsteriskPosition: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "left" | "right", 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, "left" | "top" | "right", unknown>;
|
|
23
|
+
readonly requireAsteriskPosition: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "left" | "right", 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, "left" | "top" | "right", unknown>;
|
|
206
|
+
readonly requireAsteriskPosition: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "left" | "right", 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, "left" | "top" | "right", unknown>;
|
|
391
|
+
readonly requireAsteriskPosition: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "left" | "right", 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;
|
|
@@ -9,6 +9,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
9
9
|
color: {
|
|
10
10
|
type: StringConstructor;
|
|
11
11
|
};
|
|
12
|
+
svg: {
|
|
13
|
+
type: BooleanConstructor;
|
|
14
|
+
default: boolean;
|
|
15
|
+
};
|
|
12
16
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
13
17
|
name: {
|
|
14
18
|
type: StringConstructor;
|
|
@@ -20,7 +24,12 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
20
24
|
color: {
|
|
21
25
|
type: StringConstructor;
|
|
22
26
|
};
|
|
27
|
+
svg: {
|
|
28
|
+
type: BooleanConstructor;
|
|
29
|
+
default: boolean;
|
|
30
|
+
};
|
|
23
31
|
}>> & Readonly<{}>, {
|
|
32
|
+
svg: boolean;
|
|
24
33
|
size: string | number;
|
|
25
34
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
26
35
|
declare const _default: typeof __VLS_export;
|
|
@@ -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, "left" | "top" | "right", unknown>;
|
|
31
|
+
readonly requireAsteriskPosition: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "left" | "right", 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, "left" | "top" | "right", unknown>;
|
|
34
|
+
readonly requireAsteriskPosition: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "left" | "right", 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;
|
|
File without changes
|
|
File without changes
|
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-DRga4e6k.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-DRga4e6k.js";
|
|
3
|
+
import { V as b } from "./components-CqU0r3l6.js";
|
|
4
4
|
import "vue";
|
|
5
|
-
import { i as I } from "./index-
|
|
5
|
+
import { i as I } from "./index-Bh8urY1L.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
|
}
|
package/package.json
CHANGED
package/dist/bcIcon-BCR5YVyC.js
DELETED
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
import { defineComponent as d, computed as n, createElementBlock as c, openBlock as s, normalizeStyle as l, createBlock as g, resolveDynamicComponent as S, createElementVNode as f, normalizeClass as z } from "vue";
|
|
2
|
-
const I = ["src"], x = /* @__PURE__ */ d({
|
|
3
|
-
__name: "bcIcon",
|
|
4
|
-
props: {
|
|
5
|
-
// svg 图标组件名字
|
|
6
|
-
name: {
|
|
7
|
-
type: String
|
|
8
|
-
},
|
|
9
|
-
// svg 大小
|
|
10
|
-
size: {
|
|
11
|
-
type: [Number, String],
|
|
12
|
-
default: () => 14
|
|
13
|
-
},
|
|
14
|
-
// svg 颜色
|
|
15
|
-
color: {
|
|
16
|
-
type: String
|
|
17
|
-
}
|
|
18
|
-
},
|
|
19
|
-
setup(a) {
|
|
20
|
-
const e = a, m = ["https", "http", "/src", "/assets", "data:image"], i = n(() => e == null ? void 0 : e.name), u = n(() => {
|
|
21
|
-
var t;
|
|
22
|
-
return (t = e == null ? void 0 : e.name) == null ? void 0 : t.startsWith("ele-");
|
|
23
|
-
}), p = n(() => m.find((t) => {
|
|
24
|
-
var o;
|
|
25
|
-
return (o = e.name) == null ? void 0 : o.startsWith(t);
|
|
26
|
-
})), r = n(() => `font-size: ${e.size}px;color: ${e.color};`), h = n(() => `width: ${e.size}px;height: ${e.size}px;display: inline-block;overflow: hidden;`), y = n(() => {
|
|
27
|
-
const t = [];
|
|
28
|
-
return ["-webkit", "-ms", "-o", "-moz"].forEach((v) => t.push(`${v}-filter: drop-shadow(${e.color} 30px 0);`)), `width: ${e.size}px;height: ${e.size}px;position: relative;left: -${e.size}px;${t.join("")}`;
|
|
29
|
-
});
|
|
30
|
-
return (t, o) => u.value ? (s(), c("i", {
|
|
31
|
-
key: 0,
|
|
32
|
-
class: "el-icon",
|
|
33
|
-
style: l(r.value)
|
|
34
|
-
}, [
|
|
35
|
-
(s(), g(S(i.value)))
|
|
36
|
-
], 4)) : p.value ? (s(), c("div", {
|
|
37
|
-
key: 1,
|
|
38
|
-
style: l(h.value)
|
|
39
|
-
}, [
|
|
40
|
-
f("img", {
|
|
41
|
-
src: i.value,
|
|
42
|
-
style: l(y.value)
|
|
43
|
-
}, null, 12, I)
|
|
44
|
-
], 4)) : (s(), c("i", {
|
|
45
|
-
key: 2,
|
|
46
|
-
class: z(["iconfont", i.value]),
|
|
47
|
-
style: l(r.value)
|
|
48
|
-
}, null, 6));
|
|
49
|
-
}
|
|
50
|
-
});
|
|
51
|
-
export {
|
|
52
|
-
x as _
|
|
53
|
-
};
|