3h1-ui 2.7.0 → 2.8.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/es/index.js +151 -32
- package/es/style.css +77 -8
- package/es/ui/src/Description/src/DescriptionGroup.d.ts +14 -0
- package/es/ui/src/Description/src/props.d.ts +3 -2
- package/es/ui/src/Page/index.d.ts +2 -1
- package/es/ui/src/Page/src/PageSecond.d.ts +34 -0
- package/es/ui/src/Table/src/const.d.ts +1 -0
- package/es/ui/src/Table/src/props.d.ts +35 -0
- package/lib/index.js +149 -30
- package/package.json +3 -3
package/es/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { h, nextTick, createVNode, defineComponent, ref, computed, unref, watchEffect, watch, resolveComponent, openBlock, createBlock, mergeProps, withCtx, createElementBlock, Fragment, renderList, createTextVNode, toDisplayString, createSlots, renderSlot, normalizeProps, guardReactiveProps, createElementVNode, onMounted, normalizeClass, createCommentVNode, normalizeStyle, Transition, toHandlers, useSlots, withDirectives, vShow, getCurrentInstance, inject, onUnmounted, provide, onBeforeUnmount, resolveDynamicComponent, reactive, toRef, toRefs, TransitionGroup, getCurrentScope, onScopeDispose, readonly, isVNode, shallowReactive, toRaw, shallowRef, withKeys, withModifiers, render as render$1, resolveDirective, isRef, useAttrs as useAttrs$2 } from "vue";
|
|
2
|
-
import { Radio, Select, Tree, TreeSelect, Cascader, Transfer, Input, Tooltip, Skeleton, Popover, Pagination, Empty, Button as Button$1, Table as Table$1, Form, FormItem, DatePicker, InputNumber, AutoComplete, Switch, Checkbox, Slider, Rate, TimePicker,
|
|
2
|
+
import { Radio, Select, Tree, TreeSelect, Cascader, Transfer, Input, Tooltip, Skeleton, Popover, Pagination, Empty, Button as Button$1, Table as Table$1, Form, FormItem, DatePicker, InputNumber, AutoComplete, Switch, Checkbox, Slider, Rate, TimePicker, Col, Popconfirm, Modal as Modal$2, Row, Dropdown, Menu, MenuItem, MenuDivider, Divider as Divider$1, Spin, PageHeader, Space, Image, Badge, Tag, FormItemRest, Drawer, Upload, Avatar } from "ant-design-vue";
|
|
3
3
|
import { propTypes, isFunction as isFunction$4, isString as isString$3, isArray as isArray$3, getSlot as getSlot$1, addClass as addClass$1, removeClass as removeClass$1, getPopupContainer as getPopupContainer$1, triggerWindowResize, off, on, addResizeListener, removeResizeListener, isNumber as isNumber$2, isBoolean, isNull, extendSlots as extendSlots$1, withInstall as withInstall$2, isObject as isObject$3, dateUtil, isNullOrUnDef, isDef as isDef$1, error as error$1, deepMerge as deepMerge$1, getDynamicProps, buildProps, createBEM, forEach as forEach$1, isClient as isClient$1, filter, treeToList, eachTree, isEmpty, isServer, formatToDate, isMap as isMap$2, buildUUID, findNodeAll, getViewportOffset, warn as warn$1, isNullAndUnDef, dataURLtoBlob } from "@shy-plugins/utils";
|
|
4
4
|
import { useAttrs as useAttrs$1, useRuleFormItem, useTimeoutFn as useTimeoutFn$2, useScrollTo as useScrollTo$1, useIntersectionObserver, useCopyToClipboard, useMessage, usePagination as usePagination$2, createContext as createContext$1, useContext as useContext$2, useBreakpoint, useI18n as useI18n$1, useContentHeight, useDesign as useDesign$1, useWindowSizeFn as useWindowSizeFn$1, onMountedOrActivated, useEventListener as useEventListener$1 } from "@shy-plugins/use";
|
|
5
5
|
import { zxcvbn } from "@zxcvbn-ts/core";
|
|
@@ -1679,6 +1679,21 @@ var SmallDashOutlined = function SmallDashOutlined2(props2, context) {
|
|
|
1679
1679
|
SmallDashOutlined.displayName = "SmallDashOutlined";
|
|
1680
1680
|
SmallDashOutlined.inheritAttrs = false;
|
|
1681
1681
|
const SmallDashOutlined$1 = SmallDashOutlined;
|
|
1682
|
+
const Divider = /* @__PURE__ */ defineComponent({
|
|
1683
|
+
props: {
|
|
1684
|
+
label: {
|
|
1685
|
+
type: String,
|
|
1686
|
+
default: () => ""
|
|
1687
|
+
}
|
|
1688
|
+
},
|
|
1689
|
+
setup(props2, {
|
|
1690
|
+
attrs
|
|
1691
|
+
}) {
|
|
1692
|
+
return () => createVNode("div", {
|
|
1693
|
+
"class": "shy-form-divider"
|
|
1694
|
+
}, [props2.label]);
|
|
1695
|
+
}
|
|
1696
|
+
});
|
|
1682
1697
|
var freeGlobal = typeof global == "object" && global && global.Object === Object && global;
|
|
1683
1698
|
const freeGlobal$1 = freeGlobal;
|
|
1684
1699
|
var freeSelf = typeof self == "object" && self && self.Object === Object && self;
|
|
@@ -7275,6 +7290,7 @@ const _sfc_main$M = /* @__PURE__ */ defineComponent({
|
|
|
7275
7290
|
});
|
|
7276
7291
|
const Table_vue_vue_type_style_index_0_scoped_7465b460_lang = "";
|
|
7277
7292
|
const Table = /* @__PURE__ */ _export_sfc(_sfc_main$M, [["__scopeId", "data-v-7465b460"]]);
|
|
7293
|
+
console.log(Divider);
|
|
7278
7294
|
const componentMap$2 = /* @__PURE__ */ new Map();
|
|
7279
7295
|
componentMap$2.set("Input", Input);
|
|
7280
7296
|
componentMap$2.set("InputGroup", Input.Group);
|
|
@@ -7482,7 +7498,8 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
|
|
|
7482
7498
|
type: "horizontal"
|
|
7483
7499
|
}, componentProps, {
|
|
7484
7500
|
orientation: "left",
|
|
7485
|
-
plain: true
|
|
7501
|
+
plain: true,
|
|
7502
|
+
label: (schema2 == null ? void 0 : schema2.label) || ""
|
|
7486
7503
|
});
|
|
7487
7504
|
}
|
|
7488
7505
|
if (schema2.component === "Input") {
|
|
@@ -10245,7 +10262,7 @@ function _sfc_render$n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10245
10262
|
class: normalizeClass(_ctx.getToggleClass),
|
|
10246
10263
|
onClick: _cache[0] || (_cache[0] = (...args) => _ctx.handleToggleAdvanced && _ctx.handleToggleAdvanced(...args))
|
|
10247
10264
|
}, [
|
|
10248
|
-
createVNode(_component_DownOutlined, { style: { fontSize: "10px", color: "#
|
|
10265
|
+
createVNode(_component_DownOutlined, { style: { fontSize: "10px", color: "#2991ff " } })
|
|
10249
10266
|
], 2)
|
|
10250
10267
|
], 2)) : createCommentVNode("", true)
|
|
10251
10268
|
];
|
|
@@ -10253,7 +10270,7 @@ function _sfc_render$n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10253
10270
|
], 64);
|
|
10254
10271
|
}
|
|
10255
10272
|
const BasicForm = /* @__PURE__ */ _export_sfc(_sfc_main$z, [["render", _sfc_render$n]]);
|
|
10256
|
-
const index$
|
|
10273
|
+
const index$4 = "";
|
|
10257
10274
|
function useComponentRegister(compName, comp) {
|
|
10258
10275
|
add(compName, comp);
|
|
10259
10276
|
tryOnUnmounted(() => {
|
|
@@ -10855,7 +10872,7 @@ function useTree(treeDataRef, getFieldNames) {
|
|
|
10855
10872
|
function _isSlot$1(s) {
|
|
10856
10873
|
return typeof s === "function" || Object.prototype.toString.call(s) === "[object Object]" && !isVNode(s);
|
|
10857
10874
|
}
|
|
10858
|
-
const prefixCls = "context-menu";
|
|
10875
|
+
const prefixCls$1 = "context-menu";
|
|
10859
10876
|
const props$4 = {
|
|
10860
10877
|
width: {
|
|
10861
10878
|
type: Number,
|
|
@@ -10974,11 +10991,11 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
10974
10991
|
if (!children || children.length === 0) {
|
|
10975
10992
|
return createVNode(Fragment, null, [createVNode(Menu.Item, {
|
|
10976
10993
|
"disabled": disabled,
|
|
10977
|
-
"class": `${prefixCls}__item`,
|
|
10994
|
+
"class": `${prefixCls$1}__item`,
|
|
10978
10995
|
"key": label
|
|
10979
10996
|
}, {
|
|
10980
10997
|
default: () => [createVNode(ItemContent, contentProps, null)]
|
|
10981
|
-
}), divider ? createVNode(Divider, {
|
|
10998
|
+
}), divider ? createVNode(Divider$1, {
|
|
10982
10999
|
"key": `d-${label}`
|
|
10983
11000
|
}, null) : null]);
|
|
10984
11001
|
}
|
|
@@ -10987,7 +11004,7 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
10987
11004
|
return createVNode(Menu.SubMenu, {
|
|
10988
11005
|
"key": label,
|
|
10989
11006
|
"disabled": disabled,
|
|
10990
|
-
"popupClassName": `${prefixCls}__popup`
|
|
11007
|
+
"popupClassName": `${prefixCls$1}__popup`
|
|
10991
11008
|
}, {
|
|
10992
11009
|
title: () => createVNode(ItemContent, contentProps, null),
|
|
10993
11010
|
default: () => renderMenuItem(children)
|
|
@@ -11003,7 +11020,7 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
11003
11020
|
items
|
|
11004
11021
|
} = props2;
|
|
11005
11022
|
return createVNode("div", {
|
|
11006
|
-
"class": prefixCls
|
|
11023
|
+
"class": prefixCls$1
|
|
11007
11024
|
}, [createVNode(Menu, {
|
|
11008
11025
|
"inlineIndent": 12,
|
|
11009
11026
|
"mode": "vertical",
|
|
@@ -11469,7 +11486,7 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
|
11469
11486
|
};
|
|
11470
11487
|
}
|
|
11471
11488
|
});
|
|
11472
|
-
const index$
|
|
11489
|
+
const index$3 = "";
|
|
11473
11490
|
const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
11474
11491
|
__name: "DeptTree",
|
|
11475
11492
|
props: {
|
|
@@ -11715,6 +11732,64 @@ function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11715
11732
|
], 2);
|
|
11716
11733
|
}
|
|
11717
11734
|
const PageWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["render", _sfc_render$l]]);
|
|
11735
|
+
const prefixCls = "shy-basic-page-second";
|
|
11736
|
+
const PageSecond = /* @__PURE__ */ defineComponent({
|
|
11737
|
+
props: {
|
|
11738
|
+
title: {
|
|
11739
|
+
type: String,
|
|
11740
|
+
default: () => "Title"
|
|
11741
|
+
},
|
|
11742
|
+
isShowCancelButton: {
|
|
11743
|
+
type: Boolean,
|
|
11744
|
+
default: () => true
|
|
11745
|
+
},
|
|
11746
|
+
isShowConfirmButton: {
|
|
11747
|
+
type: Boolean,
|
|
11748
|
+
default: () => true
|
|
11749
|
+
}
|
|
11750
|
+
},
|
|
11751
|
+
emits: ["click-return"],
|
|
11752
|
+
setup(props2, {
|
|
11753
|
+
slots,
|
|
11754
|
+
emit
|
|
11755
|
+
}) {
|
|
11756
|
+
const handleClick = () => {
|
|
11757
|
+
emit("click-return");
|
|
11758
|
+
};
|
|
11759
|
+
return () => {
|
|
11760
|
+
var _a2;
|
|
11761
|
+
return createVNode("div", {
|
|
11762
|
+
"class": `${prefixCls}-wrapper`
|
|
11763
|
+
}, [createVNode("div", {
|
|
11764
|
+
"class": `${prefixCls}-header`
|
|
11765
|
+
}, [createVNode(ArrowLeftOutlined$1, {
|
|
11766
|
+
"class": `${prefixCls}-header-icon`,
|
|
11767
|
+
"onClick": handleClick
|
|
11768
|
+
}, null), createVNode("div", {
|
|
11769
|
+
"class": `${prefixCls}-header-title`
|
|
11770
|
+
}, [props2.title])]), createVNode("div", {
|
|
11771
|
+
"class": `${prefixCls}-body`
|
|
11772
|
+
}, [(_a2 = slots.default) == null ? void 0 : _a2.call(slots)]), createVNode("div", {
|
|
11773
|
+
"class": `${prefixCls}-footer`
|
|
11774
|
+
}, [createVNode(Space, null, {
|
|
11775
|
+
default: () => {
|
|
11776
|
+
var _a3, _b, _c;
|
|
11777
|
+
return [(_a3 = slots.beforeCancelButton) == null ? void 0 : _a3.call(slots), props2.isShowCancelButton ? createVNode(_sfc_main$K, {
|
|
11778
|
+
"size": "small"
|
|
11779
|
+
}, {
|
|
11780
|
+
default: () => [createTextVNode("取消")]
|
|
11781
|
+
}) : null, (_b = slots.afterCancelButton) == null ? void 0 : _b.call(slots), props2.isShowConfirmButton ? createVNode(_sfc_main$K, {
|
|
11782
|
+
"type": "primary",
|
|
11783
|
+
"size": "small"
|
|
11784
|
+
}, {
|
|
11785
|
+
default: () => [createTextVNode("确定")]
|
|
11786
|
+
}) : null, (_c = slots.beforeConfirmButton) == null ? void 0 : _c.call(slots)];
|
|
11787
|
+
}
|
|
11788
|
+
})])]);
|
|
11789
|
+
};
|
|
11790
|
+
}
|
|
11791
|
+
});
|
|
11792
|
+
const index$2 = "";
|
|
11718
11793
|
const PageWrapperFixedHeightKey = "PageWrapperFixedHeight";
|
|
11719
11794
|
const _sfc_main$s = defineComponent({
|
|
11720
11795
|
name: "EditTableHeaderIcon",
|
|
@@ -11850,6 +11925,7 @@ const DEFAULT_FILTER_FN = defaultFilterFn;
|
|
|
11850
11925
|
let DEFAULT_ALIGN = "left";
|
|
11851
11926
|
const INDEX_COLUMN_FLAG = "INDEX";
|
|
11852
11927
|
const ACTION_COLUMN_FLAG = "ACTION";
|
|
11928
|
+
const ACTION_COLUMN_WIDTH = 160;
|
|
11853
11929
|
const setConstConfig = (config) => {
|
|
11854
11930
|
DEFAULT_ALIGN = config.align;
|
|
11855
11931
|
};
|
|
@@ -12607,6 +12683,7 @@ function handleActionColumn(propsRef, columns) {
|
|
|
12607
12683
|
columns.push({
|
|
12608
12684
|
...columns[hasIndex],
|
|
12609
12685
|
fixed: "right",
|
|
12686
|
+
width: ACTION_COLUMN_WIDTH,
|
|
12610
12687
|
...actionColumn,
|
|
12611
12688
|
flag: ACTION_COLUMN_FLAG
|
|
12612
12689
|
});
|
|
@@ -13282,8 +13359,8 @@ function useTableScroll(propsRef, tableElRef, columnsRef, rowSelectionRef, getDa
|
|
|
13282
13359
|
const headEl = tableEl.querySelector(".ant-table-thead ");
|
|
13283
13360
|
if (!headEl)
|
|
13284
13361
|
return;
|
|
13285
|
-
let paddingHeight =
|
|
13286
|
-
let paginationHeight =
|
|
13362
|
+
let paddingHeight = 30;
|
|
13363
|
+
let paginationHeight = 10;
|
|
13287
13364
|
if (!isBoolean(pagination) && tableData.length !== 0) {
|
|
13288
13365
|
paginationEl = tableEl.querySelector(".ant-pagination");
|
|
13289
13366
|
if (paginationEl) {
|
|
@@ -13306,7 +13383,7 @@ function useTableScroll(propsRef, tableElRef, columnsRef, rowSelectionRef, getDa
|
|
|
13306
13383
|
}
|
|
13307
13384
|
let headerHeight = 0;
|
|
13308
13385
|
if (headEl) {
|
|
13309
|
-
headerHeight = headEl.offsetHeight;
|
|
13386
|
+
headerHeight = headEl.offsetHeight + 1;
|
|
13310
13387
|
}
|
|
13311
13388
|
let bottomIncludeBody = 0;
|
|
13312
13389
|
if (unref(wrapRef) && isCanResizeParent) {
|
|
@@ -13524,7 +13601,7 @@ const _sfc_main$p = defineComponent({
|
|
|
13524
13601
|
CheckboxGroup: Checkbox.Group,
|
|
13525
13602
|
DragOutlined: DragOutlined$1,
|
|
13526
13603
|
ScrollContainer: ScrollContainer$1,
|
|
13527
|
-
Divider,
|
|
13604
|
+
Divider: Divider$1,
|
|
13528
13605
|
Icon: Icon2
|
|
13529
13606
|
},
|
|
13530
13607
|
emits: ["columns-change"],
|
|
@@ -14387,13 +14464,25 @@ function useTableFooter(propsRef, scrollRef, tableElRef, getDataSourceRef) {
|
|
|
14387
14464
|
return { getFooterProps };
|
|
14388
14465
|
}
|
|
14389
14466
|
function useTableForm(propsRef, slots, fetch, getLoading) {
|
|
14467
|
+
const getFormConfig = computed(() => {
|
|
14468
|
+
const { formConfig } = unref(propsRef);
|
|
14469
|
+
formConfig == null ? void 0 : formConfig.schemas.forEach((item) => {
|
|
14470
|
+
if (item.component === "Input") {
|
|
14471
|
+
item.componentProps = {
|
|
14472
|
+
showCount: false,
|
|
14473
|
+
...(item == null ? void 0 : item.componentProps) || {}
|
|
14474
|
+
};
|
|
14475
|
+
}
|
|
14476
|
+
});
|
|
14477
|
+
return formConfig;
|
|
14478
|
+
});
|
|
14390
14479
|
const getFormProps = computed(() => {
|
|
14391
14480
|
const { formConfig } = unref(propsRef);
|
|
14392
14481
|
const { submitButtonOptions } = formConfig || {};
|
|
14393
14482
|
return {
|
|
14394
14483
|
showAdvancedButton: true,
|
|
14395
14484
|
rowProps: { gutter: 20 },
|
|
14396
|
-
...
|
|
14485
|
+
...getFormConfig.value,
|
|
14397
14486
|
submitButtonOptions: {
|
|
14398
14487
|
loading: unref(getLoading),
|
|
14399
14488
|
...submitButtonOptions
|
|
@@ -14440,7 +14529,7 @@ const basicProps$3 = reactive({
|
|
|
14440
14529
|
},
|
|
14441
14530
|
showTableSetting: { type: Boolean, default: true },
|
|
14442
14531
|
autoCreateKey: { type: Boolean, default: true },
|
|
14443
|
-
striped: { type: Boolean, default:
|
|
14532
|
+
striped: { type: Boolean, default: false },
|
|
14444
14533
|
showSummary: Boolean,
|
|
14445
14534
|
summaryFunc: {
|
|
14446
14535
|
type: [Function, Array],
|
|
@@ -14489,6 +14578,8 @@ const basicProps$3 = reactive({
|
|
|
14489
14578
|
},
|
|
14490
14579
|
// 使用搜索表单
|
|
14491
14580
|
useSearchForm: propTypes.bool,
|
|
14581
|
+
// 使用表格内边距
|
|
14582
|
+
useTableWrapper: propTypes.bool.def(true),
|
|
14492
14583
|
// 表单配置
|
|
14493
14584
|
formConfig: {
|
|
14494
14585
|
type: Object,
|
|
@@ -14532,7 +14623,7 @@ const basicProps$3 = reactive({
|
|
|
14532
14623
|
type: [String, Function],
|
|
14533
14624
|
default: ""
|
|
14534
14625
|
},
|
|
14535
|
-
bordered: propTypes.bool.def(
|
|
14626
|
+
bordered: propTypes.bool.def(false),
|
|
14536
14627
|
pagination: {
|
|
14537
14628
|
type: [Object, Boolean],
|
|
14538
14629
|
default: null
|
|
@@ -14731,6 +14822,7 @@ const _sfc_main$i = defineComponent({
|
|
|
14731
14822
|
attrs.class,
|
|
14732
14823
|
{
|
|
14733
14824
|
[`${prefixCls2}-form-container`]: values.useSearchForm,
|
|
14825
|
+
[`${prefixCls2}-table-wrapper`]: values.useTableWrapper,
|
|
14734
14826
|
[`${prefixCls2}--inset`]: values.inset
|
|
14735
14827
|
}
|
|
14736
14828
|
];
|
|
@@ -14821,7 +14913,8 @@ function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14821
14913
|
const _component_Table = resolveComponent("Table");
|
|
14822
14914
|
return openBlock(), createElementBlock("div", {
|
|
14823
14915
|
ref: "wrapRef",
|
|
14824
|
-
class: normalizeClass(_ctx.getWrapperClass)
|
|
14916
|
+
class: normalizeClass(_ctx.getWrapperClass),
|
|
14917
|
+
style: { "background-color": "#fff" }
|
|
14825
14918
|
}, [
|
|
14826
14919
|
_ctx.getBindValues.useSearchForm ? (openBlock(), createBlock(_component_BasicForm, mergeProps({
|
|
14827
14920
|
key: 0,
|
|
@@ -14999,7 +15092,7 @@ const _sfc_main$g = defineComponent({
|
|
|
14999
15092
|
components: {
|
|
15000
15093
|
Icon: Icon2,
|
|
15001
15094
|
PopConfirmButton: _sfc_main$J,
|
|
15002
|
-
Divider,
|
|
15095
|
+
Divider: Divider$1,
|
|
15003
15096
|
Dropdown: _sfc_main$h,
|
|
15004
15097
|
MoreOutlined: MoreOutlined$1,
|
|
15005
15098
|
Tooltip
|
|
@@ -15717,6 +15810,19 @@ const basicProps$2 = {
|
|
|
15717
15810
|
default: () => ({})
|
|
15718
15811
|
}
|
|
15719
15812
|
};
|
|
15813
|
+
const DescriptionGroup = /* @__PURE__ */ defineComponent({
|
|
15814
|
+
props: {
|
|
15815
|
+
label: {
|
|
15816
|
+
type: String,
|
|
15817
|
+
default: () => ""
|
|
15818
|
+
}
|
|
15819
|
+
},
|
|
15820
|
+
setup(props2) {
|
|
15821
|
+
return () => createVNode("div", {
|
|
15822
|
+
"class": "shy-form-divider"
|
|
15823
|
+
}, [props2.label]);
|
|
15824
|
+
}
|
|
15825
|
+
});
|
|
15720
15826
|
const Description = /* @__PURE__ */ defineComponent({
|
|
15721
15827
|
name: "Description",
|
|
15722
15828
|
props: basicProps$2,
|
|
@@ -15742,19 +15848,31 @@ const Description = /* @__PURE__ */ defineComponent({
|
|
|
15742
15848
|
const rows = computed(() => {
|
|
15743
15849
|
return getProps.value.schema.map((item) => {
|
|
15744
15850
|
var _a2, _b;
|
|
15745
|
-
|
|
15746
|
-
|
|
15747
|
-
|
|
15748
|
-
|
|
15749
|
-
|
|
15750
|
-
|
|
15751
|
-
|
|
15752
|
-
|
|
15753
|
-
|
|
15754
|
-
|
|
15755
|
-
}
|
|
15756
|
-
"
|
|
15757
|
-
|
|
15851
|
+
if ((item == null ? void 0 : item.component) === "Divider") {
|
|
15852
|
+
return createVNode(Divider$1, null, null);
|
|
15853
|
+
} else if ((item == null ? void 0 : item.component) === "Group") {
|
|
15854
|
+
return createVNode("div", {
|
|
15855
|
+
"style": {
|
|
15856
|
+
flex: "0 0 100%"
|
|
15857
|
+
}
|
|
15858
|
+
}, [createVNode(DescriptionGroup, {
|
|
15859
|
+
"label": item == null ? void 0 : item.label
|
|
15860
|
+
}, null)]);
|
|
15861
|
+
} else {
|
|
15862
|
+
return createVNode("div", {
|
|
15863
|
+
"class": `${prefixCls2}-row`,
|
|
15864
|
+
"style": {
|
|
15865
|
+
flex: `0 0 ${(((_a2 = item == null ? void 0 : item.colProps) == null ? void 0 : _a2.span) || basicColProps) / 24 * 100}%`
|
|
15866
|
+
}
|
|
15867
|
+
}, [createVNode("span", {
|
|
15868
|
+
"style": {
|
|
15869
|
+
width: `${getProps.value.labelWidth}px`
|
|
15870
|
+
},
|
|
15871
|
+
"class": `${prefixCls2}-label`
|
|
15872
|
+
}, [slots[`${item.field}Label`] ? slots[`${item.field}Label`]() : item.label, ((_b = getProps.value) == null ? void 0 : _b.isShowColon) ? ":" : ""]), createVNode("span", {
|
|
15873
|
+
"class": `${prefixCls2}-value`
|
|
15874
|
+
}, [slots[`${item.field}Value`] ? slots[`${item.field}Value`]() : getProps.value.data[item.field]])]);
|
|
15875
|
+
}
|
|
15758
15876
|
});
|
|
15759
15877
|
});
|
|
15760
15878
|
emit("register", {
|
|
@@ -20436,6 +20554,7 @@ export {
|
|
|
20436
20554
|
LazyContainer,
|
|
20437
20555
|
Loading,
|
|
20438
20556
|
PageFooter,
|
|
20557
|
+
PageSecond,
|
|
20439
20558
|
PageWrapper,
|
|
20440
20559
|
PageWrapperFixedHeightKey,
|
|
20441
20560
|
_sfc_main$J as PopConfirmButton,
|
package/es/style.css
CHANGED
|
@@ -25042,9 +25042,9 @@ span.iconify {
|
|
|
25042
25042
|
left: 0;
|
|
25043
25043
|
display: block;
|
|
25044
25044
|
margin-top: -0.5px;
|
|
25045
|
-
width: calc(50% -
|
|
25045
|
+
width: calc(50% - 19px);
|
|
25046
25046
|
height: 1px;
|
|
25047
|
-
background: #
|
|
25047
|
+
background: #e2e2e3;
|
|
25048
25048
|
content: '';
|
|
25049
25049
|
}
|
|
25050
25050
|
.shy-basic-form-toggle-right__line {
|
|
@@ -25053,18 +25053,18 @@ span.iconify {
|
|
|
25053
25053
|
right: 0;
|
|
25054
25054
|
display: block;
|
|
25055
25055
|
margin-top: -0.5px;
|
|
25056
|
-
width: calc(50% -
|
|
25056
|
+
width: calc(50% - 19px);
|
|
25057
25057
|
height: 1px;
|
|
25058
|
-
background: #
|
|
25058
|
+
background: #e2e2e3;
|
|
25059
25059
|
content: '';
|
|
25060
25060
|
}
|
|
25061
25061
|
.shy-basic-form-toggle-icon {
|
|
25062
25062
|
display: flex;
|
|
25063
25063
|
justify-content: center;
|
|
25064
25064
|
align-items: center;
|
|
25065
|
-
width:
|
|
25066
|
-
height:
|
|
25067
|
-
border: 1px solid #
|
|
25065
|
+
width: 36px;
|
|
25066
|
+
height: 16px;
|
|
25067
|
+
border: 1px solid #2991ff;
|
|
25068
25068
|
border-radius: 0;
|
|
25069
25069
|
transition: all 0.1;
|
|
25070
25070
|
cursor: pointer;
|
|
@@ -25108,6 +25108,24 @@ span.iconify {
|
|
|
25108
25108
|
}
|
|
25109
25109
|
.shy-form-action .ant-form-item-control-input-content button {
|
|
25110
25110
|
margin: 0 5px;
|
|
25111
|
+
}
|
|
25112
|
+
.shy-form-divider {
|
|
25113
|
+
display: flex;
|
|
25114
|
+
align-items: center;
|
|
25115
|
+
height: 30px;
|
|
25116
|
+
font-size: 14px;
|
|
25117
|
+
font-weight: 600;
|
|
25118
|
+
font-family: PingFangSC-Semibold;
|
|
25119
|
+
color: #131415;
|
|
25120
|
+
line-height: 16px;
|
|
25121
|
+
}
|
|
25122
|
+
.shy-form-divider::after {
|
|
25123
|
+
display: inline-block;
|
|
25124
|
+
margin-left: 8px;
|
|
25125
|
+
width: 2px;
|
|
25126
|
+
height: 14px;
|
|
25127
|
+
content: '';
|
|
25128
|
+
background: #2991ff;
|
|
25111
25129
|
}.shy-search[data-v-6d3f2554] {
|
|
25112
25130
|
position: relative;
|
|
25113
25131
|
display: flex;
|
|
@@ -25243,6 +25261,37 @@ span.iconify {
|
|
|
25243
25261
|
}
|
|
25244
25262
|
.shy-page-wrapper--dense .shy-page-wrapper-content {
|
|
25245
25263
|
margin: 0;
|
|
25264
|
+
}.shy-basic-page-second-wrapper {
|
|
25265
|
+
height: 100%;
|
|
25266
|
+
padding: 15px;
|
|
25267
|
+
overflow: hidden;
|
|
25268
|
+
}
|
|
25269
|
+
.shy-basic-page-second-header {
|
|
25270
|
+
display: flex;
|
|
25271
|
+
align-items: center;
|
|
25272
|
+
line-height: 40px;
|
|
25273
|
+
height: 40px;
|
|
25274
|
+
}
|
|
25275
|
+
.shy-basic-page-second-header-icon {
|
|
25276
|
+
font-size: 16px;
|
|
25277
|
+
}
|
|
25278
|
+
.shy-basic-page-second-header-title {
|
|
25279
|
+
margin-left: 30px;
|
|
25280
|
+
font-size: 20px;
|
|
25281
|
+
font-family: PingFangSC-Regular;
|
|
25282
|
+
font-weight: 400;
|
|
25283
|
+
color: #131415;
|
|
25284
|
+
}
|
|
25285
|
+
.shy-basic-page-second-body {
|
|
25286
|
+
height: calc(100% - 40px - 50px);
|
|
25287
|
+
overflow: auto;
|
|
25288
|
+
}
|
|
25289
|
+
.shy-basic-page-second-footer {
|
|
25290
|
+
display: flex;
|
|
25291
|
+
justify-content: flex-end;
|
|
25292
|
+
align-items: flex-end;
|
|
25293
|
+
height: 50px;
|
|
25294
|
+
flex: none;
|
|
25246
25295
|
}.shy-basic-table-header-cell__help {
|
|
25247
25296
|
margin-left: 8px;
|
|
25248
25297
|
color: rgba(0, 0, 0, 0.65) !important;
|
|
@@ -25429,6 +25478,9 @@ span.iconify {
|
|
|
25429
25478
|
width: 100%;
|
|
25430
25479
|
height: 100%;
|
|
25431
25480
|
}
|
|
25481
|
+
.shy-basic-table-table-wrapper {
|
|
25482
|
+
padding: 15px;
|
|
25483
|
+
}
|
|
25432
25484
|
.shy-basic-table-row__striped td {
|
|
25433
25485
|
background-color: #fafafa;
|
|
25434
25486
|
}
|
|
@@ -25512,7 +25564,6 @@ span.iconify {
|
|
|
25512
25564
|
}.shy-basic-description-wrapper {
|
|
25513
25565
|
display: flex;
|
|
25514
25566
|
flex-flow: row wrap;
|
|
25515
|
-
height: 100%;
|
|
25516
25567
|
overflow-y: auto;
|
|
25517
25568
|
}
|
|
25518
25569
|
.shy-basic-description-label {
|
|
@@ -25532,6 +25583,24 @@ span.iconify {
|
|
|
25532
25583
|
display: flex;
|
|
25533
25584
|
margin: 8px 0;
|
|
25534
25585
|
overflow: hidden;
|
|
25586
|
+
}
|
|
25587
|
+
.shy-form-divider {
|
|
25588
|
+
display: flex;
|
|
25589
|
+
align-items: center;
|
|
25590
|
+
height: 30px;
|
|
25591
|
+
font-size: 14px;
|
|
25592
|
+
font-weight: 600;
|
|
25593
|
+
font-family: PingFangSC-Semibold;
|
|
25594
|
+
color: #131415;
|
|
25595
|
+
line-height: 16px;
|
|
25596
|
+
}
|
|
25597
|
+
.shy-form-divider::after {
|
|
25598
|
+
display: inline-block;
|
|
25599
|
+
margin-left: 8px;
|
|
25600
|
+
width: 2px;
|
|
25601
|
+
height: 14px;
|
|
25602
|
+
content: '';
|
|
25603
|
+
background: #2991ff;
|
|
25535
25604
|
}.shy-basic-drawer-footer {
|
|
25536
25605
|
position: absolute;
|
|
25537
25606
|
bottom: 0;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
label: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: () => string;
|
|
5
|
+
};
|
|
6
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7
|
+
label: {
|
|
8
|
+
type: StringConstructor;
|
|
9
|
+
default: () => string;
|
|
10
|
+
};
|
|
11
|
+
}>>, {
|
|
12
|
+
label: string;
|
|
13
|
+
}>;
|
|
14
|
+
export default _default;
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
export interface Schema {
|
|
3
|
-
label
|
|
4
|
-
field
|
|
3
|
+
label?: string;
|
|
4
|
+
field?: string;
|
|
5
5
|
colProps?: {
|
|
6
6
|
span: number;
|
|
7
7
|
};
|
|
8
|
+
component?: 'Divider' | 'Group';
|
|
8
9
|
}
|
|
9
10
|
export declare const basicColProps = 24;
|
|
10
11
|
export declare const basicProps: {
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import PageFooter from './src/PageFooter.vue';
|
|
2
2
|
import PageWrapper from './src/PageWrapper.vue';
|
|
3
|
-
|
|
3
|
+
import PageSecond from './src/PageSecond';
|
|
4
|
+
export { PageFooter, PageWrapper, PageSecond };
|
|
4
5
|
export declare const PageWrapperFixedHeightKey = "PageWrapperFixedHeight";
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
title: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: () => string;
|
|
5
|
+
};
|
|
6
|
+
isShowCancelButton: {
|
|
7
|
+
type: BooleanConstructor;
|
|
8
|
+
default: () => boolean;
|
|
9
|
+
};
|
|
10
|
+
isShowConfirmButton: {
|
|
11
|
+
type: BooleanConstructor;
|
|
12
|
+
default: () => boolean;
|
|
13
|
+
};
|
|
14
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click-return"[], "click-return", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
15
|
+
title: {
|
|
16
|
+
type: StringConstructor;
|
|
17
|
+
default: () => string;
|
|
18
|
+
};
|
|
19
|
+
isShowCancelButton: {
|
|
20
|
+
type: BooleanConstructor;
|
|
21
|
+
default: () => boolean;
|
|
22
|
+
};
|
|
23
|
+
isShowConfirmButton: {
|
|
24
|
+
type: BooleanConstructor;
|
|
25
|
+
default: () => boolean;
|
|
26
|
+
};
|
|
27
|
+
}>> & {
|
|
28
|
+
"onClick-return"?: (...args: any[]) => any;
|
|
29
|
+
}, {
|
|
30
|
+
title: string;
|
|
31
|
+
isShowCancelButton: boolean;
|
|
32
|
+
isShowConfirmButton: boolean;
|
|
33
|
+
}>;
|
|
34
|
+
export default _default;
|
|
@@ -20,4 +20,5 @@ export declare const DEFAULT_FILTER_FN: (data: Partial<Recordable<string[]>>) =>
|
|
|
20
20
|
export declare let DEFAULT_ALIGN: string;
|
|
21
21
|
export declare const INDEX_COLUMN_FLAG = "INDEX";
|
|
22
22
|
export declare const ACTION_COLUMN_FLAG = "ACTION";
|
|
23
|
+
export declare const ACTION_COLUMN_WIDTH = 160;
|
|
23
24
|
export declare const setConstConfig: (config: any) => void;
|
|
@@ -341,6 +341,41 @@ export declare const basicProps: {
|
|
|
341
341
|
default?: boolean | object | (() => boolean) | ((props: Record<string, unknown>) => boolean);
|
|
342
342
|
validator?: (value: boolean) => boolean;
|
|
343
343
|
};
|
|
344
|
+
useTableWrapper: {
|
|
345
|
+
readonly validate: (fn: import("vue-types/dist/types").ValidatorFunction<unknown>) => import("vue-types").VueTypeValidableDef<boolean> & {
|
|
346
|
+
default: boolean;
|
|
347
|
+
} & {
|
|
348
|
+
validator: import("vue-types/dist/types").ValidatorFunction<unknown>;
|
|
349
|
+
};
|
|
350
|
+
_vueTypes_name: string;
|
|
351
|
+
type?: import("vue-types/dist/types").Prop<boolean> | import("vue-types/dist/types").Prop<boolean>[];
|
|
352
|
+
readonly def: (def?: boolean) => import("vue-types").VueTypeValidableDef<boolean> & {
|
|
353
|
+
default: boolean;
|
|
354
|
+
};
|
|
355
|
+
readonly isRequired: {
|
|
356
|
+
readonly validate: (fn: import("vue-types/dist/types").ValidatorFunction<unknown>) => import("vue-types").VueTypeValidableDef<boolean> & {
|
|
357
|
+
default: boolean;
|
|
358
|
+
} & {
|
|
359
|
+
required: true;
|
|
360
|
+
} & {
|
|
361
|
+
validator: import("vue-types/dist/types").ValidatorFunction<unknown>;
|
|
362
|
+
};
|
|
363
|
+
_vueTypes_name: string;
|
|
364
|
+
type?: import("vue-types/dist/types").Prop<boolean> | import("vue-types/dist/types").Prop<boolean>[];
|
|
365
|
+
readonly def: (def?: boolean) => import("vue-types").VueTypeValidableDef<boolean> & {
|
|
366
|
+
default: boolean;
|
|
367
|
+
} & {
|
|
368
|
+
required: true;
|
|
369
|
+
};
|
|
370
|
+
readonly isRequired: any;
|
|
371
|
+
required: true;
|
|
372
|
+
default: (boolean | object | (() => boolean) | ((props: Record<string, unknown>) => boolean)) & boolean;
|
|
373
|
+
validator?: (value: boolean) => boolean;
|
|
374
|
+
};
|
|
375
|
+
required?: boolean;
|
|
376
|
+
default: (boolean | object | (() => boolean) | ((props: Record<string, unknown>) => boolean)) & boolean;
|
|
377
|
+
validator?: (value: boolean) => boolean;
|
|
378
|
+
};
|
|
344
379
|
formConfig: {
|
|
345
380
|
type: ((new (...args: any[]) => Partial<FormProps>) | (() => Partial<FormProps>)) | ((new (...args: any[]) => Partial<FormProps>) | (() => Partial<FormProps>))[];
|
|
346
381
|
default: any;
|
package/lib/index.js
CHANGED
|
@@ -1681,6 +1681,21 @@ var SmallDashOutlined = function SmallDashOutlined2(props2, context) {
|
|
|
1681
1681
|
SmallDashOutlined.displayName = "SmallDashOutlined";
|
|
1682
1682
|
SmallDashOutlined.inheritAttrs = false;
|
|
1683
1683
|
const SmallDashOutlined$1 = SmallDashOutlined;
|
|
1684
|
+
const Divider = /* @__PURE__ */ vue.defineComponent({
|
|
1685
|
+
props: {
|
|
1686
|
+
label: {
|
|
1687
|
+
type: String,
|
|
1688
|
+
default: () => ""
|
|
1689
|
+
}
|
|
1690
|
+
},
|
|
1691
|
+
setup(props2, {
|
|
1692
|
+
attrs
|
|
1693
|
+
}) {
|
|
1694
|
+
return () => vue.createVNode("div", {
|
|
1695
|
+
"class": "shy-form-divider"
|
|
1696
|
+
}, [props2.label]);
|
|
1697
|
+
}
|
|
1698
|
+
});
|
|
1684
1699
|
var freeGlobal = typeof global == "object" && global && global.Object === Object && global;
|
|
1685
1700
|
const freeGlobal$1 = freeGlobal;
|
|
1686
1701
|
var freeSelf = typeof self == "object" && self && self.Object === Object && self;
|
|
@@ -7277,6 +7292,7 @@ const _sfc_main$M = /* @__PURE__ */ vue.defineComponent({
|
|
|
7277
7292
|
});
|
|
7278
7293
|
const Table_vue_vue_type_style_index_0_scoped_7465b460_lang = "";
|
|
7279
7294
|
const Table = /* @__PURE__ */ _export_sfc(_sfc_main$M, [["__scopeId", "data-v-7465b460"]]);
|
|
7295
|
+
console.log(Divider);
|
|
7280
7296
|
const componentMap$2 = /* @__PURE__ */ new Map();
|
|
7281
7297
|
componentMap$2.set("Input", antDesignVue.Input);
|
|
7282
7298
|
componentMap$2.set("InputGroup", antDesignVue.Input.Group);
|
|
@@ -7310,7 +7326,7 @@ componentMap$2.set("StrengthMeter", StrengthMeter);
|
|
|
7310
7326
|
componentMap$2.set("IconPicker", _sfc_main$P);
|
|
7311
7327
|
componentMap$2.set("InputCountDown", CountdownInput);
|
|
7312
7328
|
componentMap$2.set("Table", Table);
|
|
7313
|
-
componentMap$2.set("Divider",
|
|
7329
|
+
componentMap$2.set("Divider", Divider);
|
|
7314
7330
|
function add(compName, component) {
|
|
7315
7331
|
componentMap$2.set(compName, component);
|
|
7316
7332
|
}
|
|
@@ -7484,7 +7500,8 @@ const _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
|
|
|
7484
7500
|
type: "horizontal"
|
|
7485
7501
|
}, componentProps, {
|
|
7486
7502
|
orientation: "left",
|
|
7487
|
-
plain: true
|
|
7503
|
+
plain: true,
|
|
7504
|
+
label: (schema2 == null ? void 0 : schema2.label) || ""
|
|
7488
7505
|
});
|
|
7489
7506
|
}
|
|
7490
7507
|
if (schema2.component === "Input") {
|
|
@@ -7731,7 +7748,7 @@ const _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
|
|
|
7731
7748
|
return vue.createVNode(antDesignVue.Col, {
|
|
7732
7749
|
"span": 24
|
|
7733
7750
|
}, {
|
|
7734
|
-
default: () => [vue.createVNode(
|
|
7751
|
+
default: () => [vue.createVNode(Divider, vue.unref(getComponentsProps), _isSlot$3(_slot = renderLabelHelpMessage()) ? _slot : {
|
|
7735
7752
|
default: () => [_slot]
|
|
7736
7753
|
})]
|
|
7737
7754
|
});
|
|
@@ -10247,7 +10264,7 @@ function _sfc_render$n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10247
10264
|
class: vue.normalizeClass(_ctx.getToggleClass),
|
|
10248
10265
|
onClick: _cache[0] || (_cache[0] = (...args) => _ctx.handleToggleAdvanced && _ctx.handleToggleAdvanced(...args))
|
|
10249
10266
|
}, [
|
|
10250
|
-
vue.createVNode(_component_DownOutlined, { style: { fontSize: "10px", color: "#
|
|
10267
|
+
vue.createVNode(_component_DownOutlined, { style: { fontSize: "10px", color: "#2991ff " } })
|
|
10251
10268
|
], 2)
|
|
10252
10269
|
], 2)) : vue.createCommentVNode("", true)
|
|
10253
10270
|
];
|
|
@@ -10255,7 +10272,7 @@ function _sfc_render$n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10255
10272
|
], 64);
|
|
10256
10273
|
}
|
|
10257
10274
|
const BasicForm = /* @__PURE__ */ _export_sfc(_sfc_main$z, [["render", _sfc_render$n]]);
|
|
10258
|
-
const index$
|
|
10275
|
+
const index$4 = "";
|
|
10259
10276
|
function useComponentRegister(compName, comp) {
|
|
10260
10277
|
add(compName, comp);
|
|
10261
10278
|
tryOnUnmounted(() => {
|
|
@@ -10857,7 +10874,7 @@ function useTree(treeDataRef, getFieldNames) {
|
|
|
10857
10874
|
function _isSlot$1(s) {
|
|
10858
10875
|
return typeof s === "function" || Object.prototype.toString.call(s) === "[object Object]" && !vue.isVNode(s);
|
|
10859
10876
|
}
|
|
10860
|
-
const prefixCls = "context-menu";
|
|
10877
|
+
const prefixCls$1 = "context-menu";
|
|
10861
10878
|
const props$4 = {
|
|
10862
10879
|
width: {
|
|
10863
10880
|
type: Number,
|
|
@@ -10976,7 +10993,7 @@ const _sfc_main$x = /* @__PURE__ */ vue.defineComponent({
|
|
|
10976
10993
|
if (!children || children.length === 0) {
|
|
10977
10994
|
return vue.createVNode(vue.Fragment, null, [vue.createVNode(antDesignVue.Menu.Item, {
|
|
10978
10995
|
"disabled": disabled,
|
|
10979
|
-
"class": `${prefixCls}__item`,
|
|
10996
|
+
"class": `${prefixCls$1}__item`,
|
|
10980
10997
|
"key": label
|
|
10981
10998
|
}, {
|
|
10982
10999
|
default: () => [vue.createVNode(ItemContent, contentProps, null)]
|
|
@@ -10989,7 +11006,7 @@ const _sfc_main$x = /* @__PURE__ */ vue.defineComponent({
|
|
|
10989
11006
|
return vue.createVNode(antDesignVue.Menu.SubMenu, {
|
|
10990
11007
|
"key": label,
|
|
10991
11008
|
"disabled": disabled,
|
|
10992
|
-
"popupClassName": `${prefixCls}__popup`
|
|
11009
|
+
"popupClassName": `${prefixCls$1}__popup`
|
|
10993
11010
|
}, {
|
|
10994
11011
|
title: () => vue.createVNode(ItemContent, contentProps, null),
|
|
10995
11012
|
default: () => renderMenuItem(children)
|
|
@@ -11005,7 +11022,7 @@ const _sfc_main$x = /* @__PURE__ */ vue.defineComponent({
|
|
|
11005
11022
|
items
|
|
11006
11023
|
} = props2;
|
|
11007
11024
|
return vue.createVNode("div", {
|
|
11008
|
-
"class": prefixCls
|
|
11025
|
+
"class": prefixCls$1
|
|
11009
11026
|
}, [vue.createVNode(antDesignVue.Menu, {
|
|
11010
11027
|
"inlineIndent": 12,
|
|
11011
11028
|
"mode": "vertical",
|
|
@@ -11471,7 +11488,7 @@ const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
|
|
|
11471
11488
|
};
|
|
11472
11489
|
}
|
|
11473
11490
|
});
|
|
11474
|
-
const index$
|
|
11491
|
+
const index$3 = "";
|
|
11475
11492
|
const _sfc_main$v = /* @__PURE__ */ vue.defineComponent({
|
|
11476
11493
|
__name: "DeptTree",
|
|
11477
11494
|
props: {
|
|
@@ -11717,6 +11734,64 @@ function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11717
11734
|
], 2);
|
|
11718
11735
|
}
|
|
11719
11736
|
const PageWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["render", _sfc_render$l]]);
|
|
11737
|
+
const prefixCls = "shy-basic-page-second";
|
|
11738
|
+
const PageSecond = /* @__PURE__ */ vue.defineComponent({
|
|
11739
|
+
props: {
|
|
11740
|
+
title: {
|
|
11741
|
+
type: String,
|
|
11742
|
+
default: () => "Title"
|
|
11743
|
+
},
|
|
11744
|
+
isShowCancelButton: {
|
|
11745
|
+
type: Boolean,
|
|
11746
|
+
default: () => true
|
|
11747
|
+
},
|
|
11748
|
+
isShowConfirmButton: {
|
|
11749
|
+
type: Boolean,
|
|
11750
|
+
default: () => true
|
|
11751
|
+
}
|
|
11752
|
+
},
|
|
11753
|
+
emits: ["click-return"],
|
|
11754
|
+
setup(props2, {
|
|
11755
|
+
slots,
|
|
11756
|
+
emit
|
|
11757
|
+
}) {
|
|
11758
|
+
const handleClick = () => {
|
|
11759
|
+
emit("click-return");
|
|
11760
|
+
};
|
|
11761
|
+
return () => {
|
|
11762
|
+
var _a2;
|
|
11763
|
+
return vue.createVNode("div", {
|
|
11764
|
+
"class": `${prefixCls}-wrapper`
|
|
11765
|
+
}, [vue.createVNode("div", {
|
|
11766
|
+
"class": `${prefixCls}-header`
|
|
11767
|
+
}, [vue.createVNode(ArrowLeftOutlined$1, {
|
|
11768
|
+
"class": `${prefixCls}-header-icon`,
|
|
11769
|
+
"onClick": handleClick
|
|
11770
|
+
}, null), vue.createVNode("div", {
|
|
11771
|
+
"class": `${prefixCls}-header-title`
|
|
11772
|
+
}, [props2.title])]), vue.createVNode("div", {
|
|
11773
|
+
"class": `${prefixCls}-body`
|
|
11774
|
+
}, [(_a2 = slots.default) == null ? void 0 : _a2.call(slots)]), vue.createVNode("div", {
|
|
11775
|
+
"class": `${prefixCls}-footer`
|
|
11776
|
+
}, [vue.createVNode(antDesignVue.Space, null, {
|
|
11777
|
+
default: () => {
|
|
11778
|
+
var _a3, _b, _c;
|
|
11779
|
+
return [(_a3 = slots.beforeCancelButton) == null ? void 0 : _a3.call(slots), props2.isShowCancelButton ? vue.createVNode(_sfc_main$K, {
|
|
11780
|
+
"size": "small"
|
|
11781
|
+
}, {
|
|
11782
|
+
default: () => [vue.createTextVNode("取消")]
|
|
11783
|
+
}) : null, (_b = slots.afterCancelButton) == null ? void 0 : _b.call(slots), props2.isShowConfirmButton ? vue.createVNode(_sfc_main$K, {
|
|
11784
|
+
"type": "primary",
|
|
11785
|
+
"size": "small"
|
|
11786
|
+
}, {
|
|
11787
|
+
default: () => [vue.createTextVNode("确定")]
|
|
11788
|
+
}) : null, (_c = slots.beforeConfirmButton) == null ? void 0 : _c.call(slots)];
|
|
11789
|
+
}
|
|
11790
|
+
})])]);
|
|
11791
|
+
};
|
|
11792
|
+
}
|
|
11793
|
+
});
|
|
11794
|
+
const index$2 = "";
|
|
11720
11795
|
const PageWrapperFixedHeightKey = "PageWrapperFixedHeight";
|
|
11721
11796
|
const _sfc_main$s = vue.defineComponent({
|
|
11722
11797
|
name: "EditTableHeaderIcon",
|
|
@@ -11852,6 +11927,7 @@ const DEFAULT_FILTER_FN = defaultFilterFn;
|
|
|
11852
11927
|
let DEFAULT_ALIGN = "left";
|
|
11853
11928
|
const INDEX_COLUMN_FLAG = "INDEX";
|
|
11854
11929
|
const ACTION_COLUMN_FLAG = "ACTION";
|
|
11930
|
+
const ACTION_COLUMN_WIDTH = 160;
|
|
11855
11931
|
const setConstConfig = (config) => {
|
|
11856
11932
|
DEFAULT_ALIGN = config.align;
|
|
11857
11933
|
};
|
|
@@ -12609,6 +12685,7 @@ function handleActionColumn(propsRef, columns) {
|
|
|
12609
12685
|
columns.push({
|
|
12610
12686
|
...columns[hasIndex],
|
|
12611
12687
|
fixed: "right",
|
|
12688
|
+
width: ACTION_COLUMN_WIDTH,
|
|
12612
12689
|
...actionColumn,
|
|
12613
12690
|
flag: ACTION_COLUMN_FLAG
|
|
12614
12691
|
});
|
|
@@ -13284,8 +13361,8 @@ function useTableScroll(propsRef, tableElRef, columnsRef, rowSelectionRef, getDa
|
|
|
13284
13361
|
const headEl = tableEl.querySelector(".ant-table-thead ");
|
|
13285
13362
|
if (!headEl)
|
|
13286
13363
|
return;
|
|
13287
|
-
let paddingHeight =
|
|
13288
|
-
let paginationHeight =
|
|
13364
|
+
let paddingHeight = 30;
|
|
13365
|
+
let paginationHeight = 10;
|
|
13289
13366
|
if (!utils.isBoolean(pagination) && tableData.length !== 0) {
|
|
13290
13367
|
paginationEl = tableEl.querySelector(".ant-pagination");
|
|
13291
13368
|
if (paginationEl) {
|
|
@@ -13308,7 +13385,7 @@ function useTableScroll(propsRef, tableElRef, columnsRef, rowSelectionRef, getDa
|
|
|
13308
13385
|
}
|
|
13309
13386
|
let headerHeight = 0;
|
|
13310
13387
|
if (headEl) {
|
|
13311
|
-
headerHeight = headEl.offsetHeight;
|
|
13388
|
+
headerHeight = headEl.offsetHeight + 1;
|
|
13312
13389
|
}
|
|
13313
13390
|
let bottomIncludeBody = 0;
|
|
13314
13391
|
if (vue.unref(wrapRef) && isCanResizeParent) {
|
|
@@ -14389,13 +14466,25 @@ function useTableFooter(propsRef, scrollRef, tableElRef, getDataSourceRef) {
|
|
|
14389
14466
|
return { getFooterProps };
|
|
14390
14467
|
}
|
|
14391
14468
|
function useTableForm(propsRef, slots, fetch, getLoading) {
|
|
14469
|
+
const getFormConfig = vue.computed(() => {
|
|
14470
|
+
const { formConfig } = vue.unref(propsRef);
|
|
14471
|
+
formConfig == null ? void 0 : formConfig.schemas.forEach((item) => {
|
|
14472
|
+
if (item.component === "Input") {
|
|
14473
|
+
item.componentProps = {
|
|
14474
|
+
showCount: false,
|
|
14475
|
+
...(item == null ? void 0 : item.componentProps) || {}
|
|
14476
|
+
};
|
|
14477
|
+
}
|
|
14478
|
+
});
|
|
14479
|
+
return formConfig;
|
|
14480
|
+
});
|
|
14392
14481
|
const getFormProps = vue.computed(() => {
|
|
14393
14482
|
const { formConfig } = vue.unref(propsRef);
|
|
14394
14483
|
const { submitButtonOptions } = formConfig || {};
|
|
14395
14484
|
return {
|
|
14396
14485
|
showAdvancedButton: true,
|
|
14397
14486
|
rowProps: { gutter: 20 },
|
|
14398
|
-
...
|
|
14487
|
+
...getFormConfig.value,
|
|
14399
14488
|
submitButtonOptions: {
|
|
14400
14489
|
loading: vue.unref(getLoading),
|
|
14401
14490
|
...submitButtonOptions
|
|
@@ -14442,7 +14531,7 @@ const basicProps$3 = vue.reactive({
|
|
|
14442
14531
|
},
|
|
14443
14532
|
showTableSetting: { type: Boolean, default: true },
|
|
14444
14533
|
autoCreateKey: { type: Boolean, default: true },
|
|
14445
|
-
striped: { type: Boolean, default:
|
|
14534
|
+
striped: { type: Boolean, default: false },
|
|
14446
14535
|
showSummary: Boolean,
|
|
14447
14536
|
summaryFunc: {
|
|
14448
14537
|
type: [Function, Array],
|
|
@@ -14491,6 +14580,8 @@ const basicProps$3 = vue.reactive({
|
|
|
14491
14580
|
},
|
|
14492
14581
|
// 使用搜索表单
|
|
14493
14582
|
useSearchForm: utils.propTypes.bool,
|
|
14583
|
+
// 使用表格内边距
|
|
14584
|
+
useTableWrapper: utils.propTypes.bool.def(true),
|
|
14494
14585
|
// 表单配置
|
|
14495
14586
|
formConfig: {
|
|
14496
14587
|
type: Object,
|
|
@@ -14534,7 +14625,7 @@ const basicProps$3 = vue.reactive({
|
|
|
14534
14625
|
type: [String, Function],
|
|
14535
14626
|
default: ""
|
|
14536
14627
|
},
|
|
14537
|
-
bordered: utils.propTypes.bool.def(
|
|
14628
|
+
bordered: utils.propTypes.bool.def(false),
|
|
14538
14629
|
pagination: {
|
|
14539
14630
|
type: [Object, Boolean],
|
|
14540
14631
|
default: null
|
|
@@ -14733,6 +14824,7 @@ const _sfc_main$i = vue.defineComponent({
|
|
|
14733
14824
|
attrs.class,
|
|
14734
14825
|
{
|
|
14735
14826
|
[`${prefixCls2}-form-container`]: values.useSearchForm,
|
|
14827
|
+
[`${prefixCls2}-table-wrapper`]: values.useTableWrapper,
|
|
14736
14828
|
[`${prefixCls2}--inset`]: values.inset
|
|
14737
14829
|
}
|
|
14738
14830
|
];
|
|
@@ -14823,7 +14915,8 @@ function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14823
14915
|
const _component_Table = vue.resolveComponent("Table");
|
|
14824
14916
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
14825
14917
|
ref: "wrapRef",
|
|
14826
|
-
class: vue.normalizeClass(_ctx.getWrapperClass)
|
|
14918
|
+
class: vue.normalizeClass(_ctx.getWrapperClass),
|
|
14919
|
+
style: { "background-color": "#fff" }
|
|
14827
14920
|
}, [
|
|
14828
14921
|
_ctx.getBindValues.useSearchForm ? (vue.openBlock(), vue.createBlock(_component_BasicForm, vue.mergeProps({
|
|
14829
14922
|
key: 0,
|
|
@@ -15719,6 +15812,19 @@ const basicProps$2 = {
|
|
|
15719
15812
|
default: () => ({})
|
|
15720
15813
|
}
|
|
15721
15814
|
};
|
|
15815
|
+
const DescriptionGroup = /* @__PURE__ */ vue.defineComponent({
|
|
15816
|
+
props: {
|
|
15817
|
+
label: {
|
|
15818
|
+
type: String,
|
|
15819
|
+
default: () => ""
|
|
15820
|
+
}
|
|
15821
|
+
},
|
|
15822
|
+
setup(props2) {
|
|
15823
|
+
return () => vue.createVNode("div", {
|
|
15824
|
+
"class": "shy-form-divider"
|
|
15825
|
+
}, [props2.label]);
|
|
15826
|
+
}
|
|
15827
|
+
});
|
|
15722
15828
|
const Description = /* @__PURE__ */ vue.defineComponent({
|
|
15723
15829
|
name: "Description",
|
|
15724
15830
|
props: basicProps$2,
|
|
@@ -15744,19 +15850,31 @@ const Description = /* @__PURE__ */ vue.defineComponent({
|
|
|
15744
15850
|
const rows = vue.computed(() => {
|
|
15745
15851
|
return getProps.value.schema.map((item) => {
|
|
15746
15852
|
var _a2, _b;
|
|
15747
|
-
|
|
15748
|
-
|
|
15749
|
-
|
|
15750
|
-
|
|
15751
|
-
|
|
15752
|
-
|
|
15753
|
-
|
|
15754
|
-
|
|
15755
|
-
|
|
15756
|
-
|
|
15757
|
-
}
|
|
15758
|
-
"
|
|
15759
|
-
|
|
15853
|
+
if ((item == null ? void 0 : item.component) === "Divider") {
|
|
15854
|
+
return vue.createVNode(antDesignVue.Divider, null, null);
|
|
15855
|
+
} else if ((item == null ? void 0 : item.component) === "Group") {
|
|
15856
|
+
return vue.createVNode("div", {
|
|
15857
|
+
"style": {
|
|
15858
|
+
flex: "0 0 100%"
|
|
15859
|
+
}
|
|
15860
|
+
}, [vue.createVNode(DescriptionGroup, {
|
|
15861
|
+
"label": item == null ? void 0 : item.label
|
|
15862
|
+
}, null)]);
|
|
15863
|
+
} else {
|
|
15864
|
+
return vue.createVNode("div", {
|
|
15865
|
+
"class": `${prefixCls2}-row`,
|
|
15866
|
+
"style": {
|
|
15867
|
+
flex: `0 0 ${(((_a2 = item == null ? void 0 : item.colProps) == null ? void 0 : _a2.span) || basicColProps) / 24 * 100}%`
|
|
15868
|
+
}
|
|
15869
|
+
}, [vue.createVNode("span", {
|
|
15870
|
+
"style": {
|
|
15871
|
+
width: `${getProps.value.labelWidth}px`
|
|
15872
|
+
},
|
|
15873
|
+
"class": `${prefixCls2}-label`
|
|
15874
|
+
}, [slots[`${item.field}Label`] ? slots[`${item.field}Label`]() : item.label, ((_b = getProps.value) == null ? void 0 : _b.isShowColon) ? ":" : ""]), vue.createVNode("span", {
|
|
15875
|
+
"class": `${prefixCls2}-value`
|
|
15876
|
+
}, [slots[`${item.field}Value`] ? slots[`${item.field}Value`]() : getProps.value.data[item.field]])]);
|
|
15877
|
+
}
|
|
15760
15878
|
});
|
|
15761
15879
|
});
|
|
15762
15880
|
emit("register", {
|
|
@@ -20437,6 +20555,7 @@ exports.IconPicker = _sfc_main$P;
|
|
|
20437
20555
|
exports.LazyContainer = LazyContainer;
|
|
20438
20556
|
exports.Loading = Loading;
|
|
20439
20557
|
exports.PageFooter = PageFooter;
|
|
20558
|
+
exports.PageSecond = PageSecond;
|
|
20440
20559
|
exports.PageWrapper = PageWrapper;
|
|
20441
20560
|
exports.PageWrapperFixedHeightKey = PageWrapperFixedHeightKey;
|
|
20442
20561
|
exports.PopConfirmButton = _sfc_main$J;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "3h1-ui",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.8.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"vue-types": "^5.0.2",
|
|
32
32
|
"vxe-table": "^4.3.6",
|
|
33
33
|
"xe-utils": "^3.5.7",
|
|
34
|
-
"@shy-plugins/
|
|
35
|
-
"@shy-plugins/
|
|
34
|
+
"@shy-plugins/utils": "1.0.14",
|
|
35
|
+
"@shy-plugins/use": "1.0.3"
|
|
36
36
|
},
|
|
37
37
|
"types": "es/ui/index.d.ts",
|
|
38
38
|
"devDependencies": {
|