3h1-ui 3.0.0-next.225 → 3.0.0-next.226
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 +33 -29
- package/lib/index.js +33 -29
- package/package.json +3 -3
package/es/index.js
CHANGED
|
@@ -4694,7 +4694,7 @@ const _hoisted_7 = {
|
|
|
4694
4694
|
key: 0,
|
|
4695
4695
|
class: "cursor-pointer px-2 py-1 flex items-center"
|
|
4696
4696
|
};
|
|
4697
|
-
const prefixCls$
|
|
4697
|
+
const prefixCls$8 = "shy-icon-picker";
|
|
4698
4698
|
const _sfc_main$Y = /* @__PURE__ */ defineComponent({
|
|
4699
4699
|
__name: "IconPicker",
|
|
4700
4700
|
props: {
|
|
@@ -4774,7 +4774,7 @@ const _sfc_main$Y = /* @__PURE__ */ defineComponent({
|
|
|
4774
4774
|
disabled: "",
|
|
4775
4775
|
style: normalizeStyle$1({ width: _ctx.width }),
|
|
4776
4776
|
placeholder: "点击选择图标",
|
|
4777
|
-
class: normalizeClass(prefixCls$
|
|
4777
|
+
class: normalizeClass(prefixCls$8),
|
|
4778
4778
|
value: currentSelect.value,
|
|
4779
4779
|
"onUpdate:value": _cache[1] || (_cache[1] = ($event) => currentSelect.value = $event)
|
|
4780
4780
|
}, {
|
|
@@ -4784,7 +4784,7 @@ const _sfc_main$Y = /* @__PURE__ */ defineComponent({
|
|
|
4784
4784
|
trigger: "click",
|
|
4785
4785
|
modelValue: visible.value,
|
|
4786
4786
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => visible.value = $event),
|
|
4787
|
-
overlayClassName: `${prefixCls$
|
|
4787
|
+
overlayClassName: `${prefixCls$8}-popover`
|
|
4788
4788
|
}, {
|
|
4789
4789
|
title: withCtx(() => [
|
|
4790
4790
|
createElementVNode("div", _hoisted_1$n, [
|
|
@@ -4851,7 +4851,7 @@ const _sfc_main$Y = /* @__PURE__ */ defineComponent({
|
|
|
4851
4851
|
}
|
|
4852
4852
|
});
|
|
4853
4853
|
const IconPicker_vue_vue_type_style_index_0_lang = "";
|
|
4854
|
-
const prefixCls$
|
|
4854
|
+
const prefixCls$7 = "shy-basic-arrow";
|
|
4855
4855
|
const _sfc_main$X = /* @__PURE__ */ defineComponent({
|
|
4856
4856
|
__name: "BasicArrow",
|
|
4857
4857
|
props: {
|
|
@@ -4877,9 +4877,9 @@ const _sfc_main$X = /* @__PURE__ */ defineComponent({
|
|
|
4877
4877
|
const getClass = computed(() => {
|
|
4878
4878
|
const { expand, up, down, inset } = props2;
|
|
4879
4879
|
return [
|
|
4880
|
-
prefixCls$
|
|
4880
|
+
prefixCls$7,
|
|
4881
4881
|
{
|
|
4882
|
-
[`${prefixCls$
|
|
4882
|
+
[`${prefixCls$7}--active`]: expand,
|
|
4883
4883
|
up,
|
|
4884
4884
|
inset,
|
|
4885
4885
|
down
|
|
@@ -7507,7 +7507,7 @@ function _sfc_render$z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7507
7507
|
}
|
|
7508
7508
|
const CollapseHeader = /* @__PURE__ */ _export_sfc(_sfc_main$V, [["render", _sfc_render$z]]);
|
|
7509
7509
|
const _hoisted_1$m = { class: "p-2" };
|
|
7510
|
-
const prefixCls$
|
|
7510
|
+
const prefixCls$6 = "shy-collapse-container";
|
|
7511
7511
|
const _sfc_main$U = /* @__PURE__ */ defineComponent({
|
|
7512
7512
|
__name: "CollapseContainer",
|
|
7513
7513
|
props: {
|
|
@@ -7548,15 +7548,15 @@ const _sfc_main$U = /* @__PURE__ */ defineComponent({
|
|
|
7548
7548
|
});
|
|
7549
7549
|
return (_ctx, _cache) => {
|
|
7550
7550
|
return openBlock(), createElementBlock("div", {
|
|
7551
|
-
class: normalizeClass(prefixCls$
|
|
7551
|
+
class: normalizeClass(prefixCls$6)
|
|
7552
7552
|
}, [
|
|
7553
7553
|
createVNode(CollapseHeader, mergeProps(props2, {
|
|
7554
|
-
prefixCls: prefixCls$
|
|
7554
|
+
prefixCls: prefixCls$6,
|
|
7555
7555
|
show: show.value,
|
|
7556
7556
|
onExpand: handleExpand,
|
|
7557
7557
|
class: [
|
|
7558
|
-
`${prefixCls$
|
|
7559
|
-
show.value ? "" : `${prefixCls$
|
|
7558
|
+
`${prefixCls$6}__header`,
|
|
7559
|
+
show.value ? "" : `${prefixCls$6}__header-action`
|
|
7560
7560
|
]
|
|
7561
7561
|
}), {
|
|
7562
7562
|
title: withCtx(() => [
|
|
@@ -7575,7 +7575,7 @@ const _sfc_main$U = /* @__PURE__ */ defineComponent({
|
|
|
7575
7575
|
active: __props.loading
|
|
7576
7576
|
}, null, 8, ["active"])) : withDirectives((openBlock(), createElementBlock("div", {
|
|
7577
7577
|
key: 1,
|
|
7578
|
-
class: normalizeClass(`${prefixCls$
|
|
7578
|
+
class: normalizeClass(`${prefixCls$6}__body`)
|
|
7579
7579
|
}, [
|
|
7580
7580
|
renderSlot(_ctx.$slots, "default")
|
|
7581
7581
|
], 2)), [
|
|
@@ -7587,7 +7587,7 @@ const _sfc_main$U = /* @__PURE__ */ defineComponent({
|
|
|
7587
7587
|
]),
|
|
7588
7588
|
_ctx.$slots.footer ? (openBlock(), createElementBlock("div", {
|
|
7589
7589
|
key: 0,
|
|
7590
|
-
class: normalizeClass(`${prefixCls$
|
|
7590
|
+
class: normalizeClass(`${prefixCls$6}__footer`)
|
|
7591
7591
|
}, [
|
|
7592
7592
|
renderSlot(_ctx.$slots, "footer")
|
|
7593
7593
|
], 2)) : createCommentVNode("", true)
|
|
@@ -8950,7 +8950,7 @@ function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
8950
8950
|
], 64);
|
|
8951
8951
|
}
|
|
8952
8952
|
const ModalFooter = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["render", _sfc_render$s]]);
|
|
8953
|
-
const prefixCls$
|
|
8953
|
+
const prefixCls$5 = "shy-basic-title";
|
|
8954
8954
|
const _sfc_main$M = /* @__PURE__ */ defineComponent({
|
|
8955
8955
|
__name: "BasicTitle",
|
|
8956
8956
|
props: {
|
|
@@ -8977,9 +8977,9 @@ const _sfc_main$M = /* @__PURE__ */ defineComponent({
|
|
|
8977
8977
|
const props2 = __props;
|
|
8978
8978
|
const slots = useSlots();
|
|
8979
8979
|
const getClass = computed(() => [
|
|
8980
|
-
prefixCls$
|
|
8981
|
-
{ [`${prefixCls$
|
|
8982
|
-
{ [`${prefixCls$
|
|
8980
|
+
prefixCls$5,
|
|
8981
|
+
{ [`${prefixCls$5}-show-span`]: props2.span && slots.default },
|
|
8982
|
+
{ [`${prefixCls$5}-normal`]: props2.normal }
|
|
8983
8983
|
]);
|
|
8984
8984
|
return (_ctx, _cache) => {
|
|
8985
8985
|
return openBlock(), createElementBlock("span", {
|
|
@@ -8988,7 +8988,7 @@ const _sfc_main$M = /* @__PURE__ */ defineComponent({
|
|
|
8988
8988
|
renderSlot(_ctx.$slots, "default", {}, void 0, true),
|
|
8989
8989
|
__props.helpMessage ? (openBlock(), createBlock(unref(BasicHelp), {
|
|
8990
8990
|
key: 0,
|
|
8991
|
-
class: normalizeClass(`${prefixCls$
|
|
8991
|
+
class: normalizeClass(`${prefixCls$5}-help`),
|
|
8992
8992
|
text: __props.helpMessage
|
|
8993
8993
|
}, null, 8, ["class", "text"])) : createCommentVNode("", true)
|
|
8994
8994
|
], 2);
|
|
@@ -9640,7 +9640,7 @@ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
9640
9640
|
], 2);
|
|
9641
9641
|
}
|
|
9642
9642
|
const PageWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$I, [["render", _sfc_render$o]]);
|
|
9643
|
-
const prefixCls$
|
|
9643
|
+
const prefixCls$4 = "shy-basic-page-second";
|
|
9644
9644
|
const PageSecond = /* @__PURE__ */ defineComponent({
|
|
9645
9645
|
props: {
|
|
9646
9646
|
title: {
|
|
@@ -9685,20 +9685,20 @@ const PageSecond = /* @__PURE__ */ defineComponent({
|
|
|
9685
9685
|
return () => {
|
|
9686
9686
|
var _a2;
|
|
9687
9687
|
return createVNode("div", {
|
|
9688
|
-
"class": `${prefixCls$
|
|
9688
|
+
"class": `${prefixCls$4}-wrapper`
|
|
9689
9689
|
}, [createVNode("div", {
|
|
9690
|
-
"class": `${prefixCls$
|
|
9690
|
+
"class": `${prefixCls$4}-header`
|
|
9691
9691
|
}, [createVNode(ArrowLeftOutlined$1, {
|
|
9692
|
-
"class": `${prefixCls$
|
|
9692
|
+
"class": `${prefixCls$4}-header-icon`,
|
|
9693
9693
|
"onClick": handleClick
|
|
9694
9694
|
}, null), createVNode("div", {
|
|
9695
|
-
"class": `${prefixCls$
|
|
9695
|
+
"class": `${prefixCls$4}-header-title`
|
|
9696
9696
|
}, [createVNode("div", {
|
|
9697
9697
|
"style": "margin-right:10px"
|
|
9698
9698
|
}, [(slots == null ? void 0 : slots.title) ? slots == null ? void 0 : slots.title() : props2.title]), (slots == null ? void 0 : slots.titleAfter) ? slots == null ? void 0 : slots.titleAfter() : null])]), createVNode("div", {
|
|
9699
|
-
"class": `${prefixCls$
|
|
9699
|
+
"class": `${prefixCls$4}-body`
|
|
9700
9700
|
}, [(_a2 = slots.default) == null ? void 0 : _a2.call(slots)]), props2.isShowFooter ? createVNode("div", {
|
|
9701
|
-
"class": `${prefixCls$
|
|
9701
|
+
"class": `${prefixCls$4}-footer`
|
|
9702
9702
|
}, [createVNode(Space, null, {
|
|
9703
9703
|
default: () => {
|
|
9704
9704
|
var _a3, _b, _c;
|
|
@@ -26559,7 +26559,7 @@ const index$6 = "";
|
|
|
26559
26559
|
function _isSlot$7(s2) {
|
|
26560
26560
|
return typeof s2 === "function" || Object.prototype.toString.call(s2) === "[object Object]" && !isVNode(s2);
|
|
26561
26561
|
}
|
|
26562
|
-
const prefixCls$
|
|
26562
|
+
const prefixCls$3 = "context-menu";
|
|
26563
26563
|
const props$4 = {
|
|
26564
26564
|
width: {
|
|
26565
26565
|
type: Number,
|
|
@@ -26678,7 +26678,7 @@ const contextMenuVue = /* @__PURE__ */ defineComponent({
|
|
|
26678
26678
|
if (!children || children.length === 0) {
|
|
26679
26679
|
return createVNode(Fragment, null, [createVNode(Menu.Item, {
|
|
26680
26680
|
"disabled": disabled,
|
|
26681
|
-
"class": `${prefixCls$
|
|
26681
|
+
"class": `${prefixCls$3}__item`,
|
|
26682
26682
|
"key": label
|
|
26683
26683
|
}, {
|
|
26684
26684
|
default: () => [createVNode(ItemContent, contentProps, null)]
|
|
@@ -26691,7 +26691,7 @@ const contextMenuVue = /* @__PURE__ */ defineComponent({
|
|
|
26691
26691
|
return createVNode(Menu.SubMenu, {
|
|
26692
26692
|
"key": label,
|
|
26693
26693
|
"disabled": disabled,
|
|
26694
|
-
"popupClassName": `${prefixCls$
|
|
26694
|
+
"popupClassName": `${prefixCls$3}__popup`
|
|
26695
26695
|
}, {
|
|
26696
26696
|
title: () => createVNode(ItemContent, contentProps, null),
|
|
26697
26697
|
default: () => renderMenuItem(children)
|
|
@@ -26707,7 +26707,7 @@ const contextMenuVue = /* @__PURE__ */ defineComponent({
|
|
|
26707
26707
|
items
|
|
26708
26708
|
} = props2;
|
|
26709
26709
|
return createVNode("div", {
|
|
26710
|
-
"class": prefixCls$
|
|
26710
|
+
"class": prefixCls$3
|
|
26711
26711
|
}, [createVNode(Menu, {
|
|
26712
26712
|
"inlineIndent": 12,
|
|
26713
26713
|
"mode": "vertical",
|
|
@@ -35265,6 +35265,9 @@ const makeStyle = (path, styleFn) => {
|
|
|
35265
35265
|
}), hashId];
|
|
35266
35266
|
};
|
|
35267
35267
|
};
|
|
35268
|
+
const {
|
|
35269
|
+
prefixCls: prefixCls$2
|
|
35270
|
+
} = useDesign$1("color-picker");
|
|
35268
35271
|
const {
|
|
35269
35272
|
useToken
|
|
35270
35273
|
} = theme;
|
|
@@ -35565,6 +35568,7 @@ const ColorPickerPanel = /* @__PURE__ */ defineComponent({
|
|
|
35565
35568
|
}
|
|
35566
35569
|
}, {
|
|
35567
35570
|
default: () => [createVNode("div", {
|
|
35571
|
+
"class": prefixCls$2,
|
|
35568
35572
|
"style": {
|
|
35569
35573
|
backgroundColor: props2.value,
|
|
35570
35574
|
width: "48px",
|
package/lib/index.js
CHANGED
|
@@ -4718,7 +4718,7 @@ const _hoisted_7 = {
|
|
|
4718
4718
|
key: 0,
|
|
4719
4719
|
class: "cursor-pointer px-2 py-1 flex items-center"
|
|
4720
4720
|
};
|
|
4721
|
-
const prefixCls$
|
|
4721
|
+
const prefixCls$8 = "shy-icon-picker";
|
|
4722
4722
|
const _sfc_main$Y = /* @__PURE__ */ vue.defineComponent({
|
|
4723
4723
|
__name: "IconPicker",
|
|
4724
4724
|
props: {
|
|
@@ -4798,7 +4798,7 @@ const _sfc_main$Y = /* @__PURE__ */ vue.defineComponent({
|
|
|
4798
4798
|
disabled: "",
|
|
4799
4799
|
style: vue.normalizeStyle({ width: _ctx.width }),
|
|
4800
4800
|
placeholder: "点击选择图标",
|
|
4801
|
-
class: vue.normalizeClass(prefixCls$
|
|
4801
|
+
class: vue.normalizeClass(prefixCls$8),
|
|
4802
4802
|
value: currentSelect.value,
|
|
4803
4803
|
"onUpdate:value": _cache[1] || (_cache[1] = ($event) => currentSelect.value = $event)
|
|
4804
4804
|
}, {
|
|
@@ -4808,7 +4808,7 @@ const _sfc_main$Y = /* @__PURE__ */ vue.defineComponent({
|
|
|
4808
4808
|
trigger: "click",
|
|
4809
4809
|
modelValue: visible.value,
|
|
4810
4810
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => visible.value = $event),
|
|
4811
|
-
overlayClassName: `${prefixCls$
|
|
4811
|
+
overlayClassName: `${prefixCls$8}-popover`
|
|
4812
4812
|
}, {
|
|
4813
4813
|
title: vue.withCtx(() => [
|
|
4814
4814
|
vue.createElementVNode("div", _hoisted_1$n, [
|
|
@@ -4875,7 +4875,7 @@ const _sfc_main$Y = /* @__PURE__ */ vue.defineComponent({
|
|
|
4875
4875
|
}
|
|
4876
4876
|
});
|
|
4877
4877
|
const IconPicker_vue_vue_type_style_index_0_lang = "";
|
|
4878
|
-
const prefixCls$
|
|
4878
|
+
const prefixCls$7 = "shy-basic-arrow";
|
|
4879
4879
|
const _sfc_main$X = /* @__PURE__ */ vue.defineComponent({
|
|
4880
4880
|
__name: "BasicArrow",
|
|
4881
4881
|
props: {
|
|
@@ -4901,9 +4901,9 @@ const _sfc_main$X = /* @__PURE__ */ vue.defineComponent({
|
|
|
4901
4901
|
const getClass = vue.computed(() => {
|
|
4902
4902
|
const { expand, up, down, inset } = props2;
|
|
4903
4903
|
return [
|
|
4904
|
-
prefixCls$
|
|
4904
|
+
prefixCls$7,
|
|
4905
4905
|
{
|
|
4906
|
-
[`${prefixCls$
|
|
4906
|
+
[`${prefixCls$7}--active`]: expand,
|
|
4907
4907
|
up,
|
|
4908
4908
|
inset,
|
|
4909
4909
|
down
|
|
@@ -7531,7 +7531,7 @@ function _sfc_render$z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7531
7531
|
}
|
|
7532
7532
|
const CollapseHeader = /* @__PURE__ */ _export_sfc(_sfc_main$V, [["render", _sfc_render$z]]);
|
|
7533
7533
|
const _hoisted_1$m = { class: "p-2" };
|
|
7534
|
-
const prefixCls$
|
|
7534
|
+
const prefixCls$6 = "shy-collapse-container";
|
|
7535
7535
|
const _sfc_main$U = /* @__PURE__ */ vue.defineComponent({
|
|
7536
7536
|
__name: "CollapseContainer",
|
|
7537
7537
|
props: {
|
|
@@ -7572,15 +7572,15 @@ const _sfc_main$U = /* @__PURE__ */ vue.defineComponent({
|
|
|
7572
7572
|
});
|
|
7573
7573
|
return (_ctx, _cache) => {
|
|
7574
7574
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
7575
|
-
class: vue.normalizeClass(prefixCls$
|
|
7575
|
+
class: vue.normalizeClass(prefixCls$6)
|
|
7576
7576
|
}, [
|
|
7577
7577
|
vue.createVNode(CollapseHeader, vue.mergeProps(props2, {
|
|
7578
|
-
prefixCls: prefixCls$
|
|
7578
|
+
prefixCls: prefixCls$6,
|
|
7579
7579
|
show: show.value,
|
|
7580
7580
|
onExpand: handleExpand,
|
|
7581
7581
|
class: [
|
|
7582
|
-
`${prefixCls$
|
|
7583
|
-
show.value ? "" : `${prefixCls$
|
|
7582
|
+
`${prefixCls$6}__header`,
|
|
7583
|
+
show.value ? "" : `${prefixCls$6}__header-action`
|
|
7584
7584
|
]
|
|
7585
7585
|
}), {
|
|
7586
7586
|
title: vue.withCtx(() => [
|
|
@@ -7599,7 +7599,7 @@ const _sfc_main$U = /* @__PURE__ */ vue.defineComponent({
|
|
|
7599
7599
|
active: __props.loading
|
|
7600
7600
|
}, null, 8, ["active"])) : vue.withDirectives((vue.openBlock(), vue.createElementBlock("div", {
|
|
7601
7601
|
key: 1,
|
|
7602
|
-
class: vue.normalizeClass(`${prefixCls$
|
|
7602
|
+
class: vue.normalizeClass(`${prefixCls$6}__body`)
|
|
7603
7603
|
}, [
|
|
7604
7604
|
vue.renderSlot(_ctx.$slots, "default")
|
|
7605
7605
|
], 2)), [
|
|
@@ -7611,7 +7611,7 @@ const _sfc_main$U = /* @__PURE__ */ vue.defineComponent({
|
|
|
7611
7611
|
]),
|
|
7612
7612
|
_ctx.$slots.footer ? (vue.openBlock(), vue.createElementBlock("div", {
|
|
7613
7613
|
key: 0,
|
|
7614
|
-
class: vue.normalizeClass(`${prefixCls$
|
|
7614
|
+
class: vue.normalizeClass(`${prefixCls$6}__footer`)
|
|
7615
7615
|
}, [
|
|
7616
7616
|
vue.renderSlot(_ctx.$slots, "footer")
|
|
7617
7617
|
], 2)) : vue.createCommentVNode("", true)
|
|
@@ -8974,7 +8974,7 @@ function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
8974
8974
|
], 64);
|
|
8975
8975
|
}
|
|
8976
8976
|
const ModalFooter = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["render", _sfc_render$s]]);
|
|
8977
|
-
const prefixCls$
|
|
8977
|
+
const prefixCls$5 = "shy-basic-title";
|
|
8978
8978
|
const _sfc_main$M = /* @__PURE__ */ vue.defineComponent({
|
|
8979
8979
|
__name: "BasicTitle",
|
|
8980
8980
|
props: {
|
|
@@ -9001,9 +9001,9 @@ const _sfc_main$M = /* @__PURE__ */ vue.defineComponent({
|
|
|
9001
9001
|
const props2 = __props;
|
|
9002
9002
|
const slots = vue.useSlots();
|
|
9003
9003
|
const getClass = vue.computed(() => [
|
|
9004
|
-
prefixCls$
|
|
9005
|
-
{ [`${prefixCls$
|
|
9006
|
-
{ [`${prefixCls$
|
|
9004
|
+
prefixCls$5,
|
|
9005
|
+
{ [`${prefixCls$5}-show-span`]: props2.span && slots.default },
|
|
9006
|
+
{ [`${prefixCls$5}-normal`]: props2.normal }
|
|
9007
9007
|
]);
|
|
9008
9008
|
return (_ctx, _cache) => {
|
|
9009
9009
|
return vue.openBlock(), vue.createElementBlock("span", {
|
|
@@ -9012,7 +9012,7 @@ const _sfc_main$M = /* @__PURE__ */ vue.defineComponent({
|
|
|
9012
9012
|
vue.renderSlot(_ctx.$slots, "default", {}, void 0, true),
|
|
9013
9013
|
__props.helpMessage ? (vue.openBlock(), vue.createBlock(vue.unref(BasicHelp), {
|
|
9014
9014
|
key: 0,
|
|
9015
|
-
class: vue.normalizeClass(`${prefixCls$
|
|
9015
|
+
class: vue.normalizeClass(`${prefixCls$5}-help`),
|
|
9016
9016
|
text: __props.helpMessage
|
|
9017
9017
|
}, null, 8, ["class", "text"])) : vue.createCommentVNode("", true)
|
|
9018
9018
|
], 2);
|
|
@@ -9664,7 +9664,7 @@ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
9664
9664
|
], 2);
|
|
9665
9665
|
}
|
|
9666
9666
|
const PageWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$I, [["render", _sfc_render$o]]);
|
|
9667
|
-
const prefixCls$
|
|
9667
|
+
const prefixCls$4 = "shy-basic-page-second";
|
|
9668
9668
|
const PageSecond = /* @__PURE__ */ vue.defineComponent({
|
|
9669
9669
|
props: {
|
|
9670
9670
|
title: {
|
|
@@ -9709,20 +9709,20 @@ const PageSecond = /* @__PURE__ */ vue.defineComponent({
|
|
|
9709
9709
|
return () => {
|
|
9710
9710
|
var _a2;
|
|
9711
9711
|
return vue.createVNode("div", {
|
|
9712
|
-
"class": `${prefixCls$
|
|
9712
|
+
"class": `${prefixCls$4}-wrapper`
|
|
9713
9713
|
}, [vue.createVNode("div", {
|
|
9714
|
-
"class": `${prefixCls$
|
|
9714
|
+
"class": `${prefixCls$4}-header`
|
|
9715
9715
|
}, [vue.createVNode(ArrowLeftOutlined$1, {
|
|
9716
|
-
"class": `${prefixCls$
|
|
9716
|
+
"class": `${prefixCls$4}-header-icon`,
|
|
9717
9717
|
"onClick": handleClick
|
|
9718
9718
|
}, null), vue.createVNode("div", {
|
|
9719
|
-
"class": `${prefixCls$
|
|
9719
|
+
"class": `${prefixCls$4}-header-title`
|
|
9720
9720
|
}, [vue.createVNode("div", {
|
|
9721
9721
|
"style": "margin-right:10px"
|
|
9722
9722
|
}, [(slots == null ? void 0 : slots.title) ? slots == null ? void 0 : slots.title() : props2.title]), (slots == null ? void 0 : slots.titleAfter) ? slots == null ? void 0 : slots.titleAfter() : null])]), vue.createVNode("div", {
|
|
9723
|
-
"class": `${prefixCls$
|
|
9723
|
+
"class": `${prefixCls$4}-body`
|
|
9724
9724
|
}, [(_a2 = slots.default) == null ? void 0 : _a2.call(slots)]), props2.isShowFooter ? vue.createVNode("div", {
|
|
9725
|
-
"class": `${prefixCls$
|
|
9725
|
+
"class": `${prefixCls$4}-footer`
|
|
9726
9726
|
}, [vue.createVNode(antDesignVue.Space, null, {
|
|
9727
9727
|
default: () => {
|
|
9728
9728
|
var _a3, _b, _c;
|
|
@@ -26583,7 +26583,7 @@ const index$6 = "";
|
|
|
26583
26583
|
function _isSlot$7(s2) {
|
|
26584
26584
|
return typeof s2 === "function" || Object.prototype.toString.call(s2) === "[object Object]" && !vue.isVNode(s2);
|
|
26585
26585
|
}
|
|
26586
|
-
const prefixCls$
|
|
26586
|
+
const prefixCls$3 = "context-menu";
|
|
26587
26587
|
const props$4 = {
|
|
26588
26588
|
width: {
|
|
26589
26589
|
type: Number,
|
|
@@ -26702,7 +26702,7 @@ const contextMenuVue = /* @__PURE__ */ vue.defineComponent({
|
|
|
26702
26702
|
if (!children || children.length === 0) {
|
|
26703
26703
|
return vue.createVNode(vue.Fragment, null, [vue.createVNode(antDesignVue.Menu.Item, {
|
|
26704
26704
|
"disabled": disabled,
|
|
26705
|
-
"class": `${prefixCls$
|
|
26705
|
+
"class": `${prefixCls$3}__item`,
|
|
26706
26706
|
"key": label
|
|
26707
26707
|
}, {
|
|
26708
26708
|
default: () => [vue.createVNode(ItemContent, contentProps, null)]
|
|
@@ -26715,7 +26715,7 @@ const contextMenuVue = /* @__PURE__ */ vue.defineComponent({
|
|
|
26715
26715
|
return vue.createVNode(antDesignVue.Menu.SubMenu, {
|
|
26716
26716
|
"key": label,
|
|
26717
26717
|
"disabled": disabled,
|
|
26718
|
-
"popupClassName": `${prefixCls$
|
|
26718
|
+
"popupClassName": `${prefixCls$3}__popup`
|
|
26719
26719
|
}, {
|
|
26720
26720
|
title: () => vue.createVNode(ItemContent, contentProps, null),
|
|
26721
26721
|
default: () => renderMenuItem(children)
|
|
@@ -26731,7 +26731,7 @@ const contextMenuVue = /* @__PURE__ */ vue.defineComponent({
|
|
|
26731
26731
|
items
|
|
26732
26732
|
} = props2;
|
|
26733
26733
|
return vue.createVNode("div", {
|
|
26734
|
-
"class": prefixCls$
|
|
26734
|
+
"class": prefixCls$3
|
|
26735
26735
|
}, [vue.createVNode(antDesignVue.Menu, {
|
|
26736
26736
|
"inlineIndent": 12,
|
|
26737
26737
|
"mode": "vertical",
|
|
@@ -35289,6 +35289,9 @@ const makeStyle = (path, styleFn) => {
|
|
|
35289
35289
|
}), hashId];
|
|
35290
35290
|
};
|
|
35291
35291
|
};
|
|
35292
|
+
const {
|
|
35293
|
+
prefixCls: prefixCls$2
|
|
35294
|
+
} = use.useDesign("color-picker");
|
|
35292
35295
|
const {
|
|
35293
35296
|
useToken
|
|
35294
35297
|
} = antDesignVue.theme;
|
|
@@ -35589,6 +35592,7 @@ const ColorPickerPanel = /* @__PURE__ */ vue.defineComponent({
|
|
|
35589
35592
|
}
|
|
35590
35593
|
}, {
|
|
35591
35594
|
default: () => [vue.createVNode("div", {
|
|
35595
|
+
"class": prefixCls$2,
|
|
35592
35596
|
"style": {
|
|
35593
35597
|
backgroundColor: props2.value,
|
|
35594
35598
|
width: "48px",
|
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.226",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -30,8 +30,8 @@
|
|
|
30
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": {
|