3h1-ui 3.0.0-next.67 → 3.0.0-next.68

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 CHANGED
@@ -5922,7 +5922,6 @@ const _sfc_main$1z = /* @__PURE__ */ defineComponent({
5922
5922
  { [`${prefixCls2}-show-span`]: props2.span && slots.default }
5923
5923
  ]);
5924
5924
  return (_ctx, _cache) => {
5925
- var _a2, _b, _c;
5926
5925
  return openBlock(), createElementBlock("span", {
5927
5926
  class: normalizeClass(getClass.value)
5928
5927
  }, [
@@ -5932,16 +5931,20 @@ const _sfc_main$1z = /* @__PURE__ */ defineComponent({
5932
5931
  class: normalizeClass(`${unref(prefixCls2)}-help`),
5933
5932
  text: __props.helpMessage
5934
5933
  }, null, 8, ["class", "text"])) : createCommentVNode("", true),
5935
- renderSlot(_ctx.$slots, "extra", {}, void 0, true),
5936
- ((_a2 = _ctx.$attrs) == null ? void 0 : _a2.extra) ? (openBlock(), createBlock(resolveDynamicComponent(
5937
- unref(isFunction$4)(_ctx.$attrs.extra) ? (_c = (_b = _ctx.$attrs).extra) == null ? void 0 : _c.call(_b) : h("span", _ctx.$attrs.extra)
5938
- ), { key: 1 })) : createCommentVNode("", true)
5934
+ renderSlot(_ctx.$slots, "extra", {}, () => {
5935
+ var _a2, _b, _c;
5936
+ return [
5937
+ ((_a2 = _ctx.$attrs) == null ? void 0 : _a2.extra) ? (openBlock(), createBlock(resolveDynamicComponent(
5938
+ unref(isFunction$4)(_ctx.$attrs.extra) ? (_c = (_b = _ctx.$attrs).extra) == null ? void 0 : _c.call(_b) : h("span", _ctx.$attrs.extra)
5939
+ ), { key: 0 })) : createCommentVNode("", true)
5940
+ ];
5941
+ }, true)
5939
5942
  ], 2);
5940
5943
  };
5941
5944
  }
5942
5945
  });
5943
- const BasicTitle_vue_vue_type_style_index_0_scoped_b0cf71c3_lang = "";
5944
- const BasicTitle$1 = /* @__PURE__ */ _export_sfc(_sfc_main$1z, [["__scopeId", "data-v-b0cf71c3"]]);
5946
+ const BasicTitle_vue_vue_type_style_index_0_scoped_0b4494e8_lang = "";
5947
+ const BasicTitle$1 = /* @__PURE__ */ _export_sfc(_sfc_main$1z, [["__scopeId", "data-v-0b4494e8"]]);
5945
5948
  const props$b = {
5946
5949
  prefixCls: { type: String },
5947
5950
  helpMessage: {
@@ -10401,7 +10404,7 @@ function _sfc_render$K(_ctx, _cache, $props, $setup, $data, $options) {
10401
10404
  renderSlot(_ctx.$slots, "centerFooter"),
10402
10405
  _ctx.showOkBtn ? (openBlock(), createBlock(_component_BasicButton, mergeProps({
10403
10406
  key: 1,
10404
- type: "success",
10407
+ type: "primary",
10405
10408
  onClick: _ctx.handleOk,
10406
10409
  loading: _ctx.confirmLoading
10407
10410
  }, _ctx.okButtonProps), {
package/es/style.css CHANGED
@@ -1124,7 +1124,7 @@ span.iconify {
1124
1124
  }
1125
1125
  .shy-basic-help__wrap p {
1126
1126
  margin-bottom: 0;
1127
- }.shy-basic-title[data-v-b0cf71c3] {
1127
+ }.shy-basic-title[data-v-0b4494e8] {
1128
1128
  position: relative;
1129
1129
  display: flex;
1130
1130
  font-family: PingFangSC, PingFang SC;
@@ -1134,15 +1134,10 @@ span.iconify {
1134
1134
  line-height: 20px;
1135
1135
  padding: 0 0 0 10px;
1136
1136
  margin: 10px 0;
1137
- justify-content: space-between;
1138
1137
  align-items: center;
1139
- }
1140
- .shy-basic-title-label[data-v-b0cf71c3] {
1141
- display: flex;
1142
1138
  gap: 8px;
1143
- align-items: center;
1144
1139
  }
1145
- .shy-basic-title-show-span[data-v-b0cf71c3]::before {
1140
+ .shy-basic-title-show-span[data-v-0b4494e8]::before {
1146
1141
  content: '';
1147
1142
  position: absolute;
1148
1143
  width: 2px;
@@ -1153,7 +1148,7 @@ span.iconify {
1153
1148
  top: 50%;
1154
1149
  transform: translateY(-50%);
1155
1150
  }
1156
- .shy-basic-title-help[data-v-b0cf71c3] {
1151
+ .shy-basic-title-help[data-v-0b4494e8] {
1157
1152
  margin-left: 10px;
1158
1153
  }.shy-collapse-container-arrow {
1159
1154
  font-size: 14px !important;
package/lib/index.js CHANGED
@@ -5946,7 +5946,6 @@ const _sfc_main$1z = /* @__PURE__ */ vue.defineComponent({
5946
5946
  { [`${prefixCls2}-show-span`]: props2.span && slots.default }
5947
5947
  ]);
5948
5948
  return (_ctx, _cache) => {
5949
- var _a2, _b, _c;
5950
5949
  return vue.openBlock(), vue.createElementBlock("span", {
5951
5950
  class: vue.normalizeClass(getClass.value)
5952
5951
  }, [
@@ -5956,16 +5955,20 @@ const _sfc_main$1z = /* @__PURE__ */ vue.defineComponent({
5956
5955
  class: vue.normalizeClass(`${vue.unref(prefixCls2)}-help`),
5957
5956
  text: __props.helpMessage
5958
5957
  }, null, 8, ["class", "text"])) : vue.createCommentVNode("", true),
5959
- vue.renderSlot(_ctx.$slots, "extra", {}, void 0, true),
5960
- ((_a2 = _ctx.$attrs) == null ? void 0 : _a2.extra) ? (vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(
5961
- vue.unref(utils.isFunction)(_ctx.$attrs.extra) ? (_c = (_b = _ctx.$attrs).extra) == null ? void 0 : _c.call(_b) : vue.h("span", _ctx.$attrs.extra)
5962
- ), { key: 1 })) : vue.createCommentVNode("", true)
5958
+ vue.renderSlot(_ctx.$slots, "extra", {}, () => {
5959
+ var _a2, _b, _c;
5960
+ return [
5961
+ ((_a2 = _ctx.$attrs) == null ? void 0 : _a2.extra) ? (vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(
5962
+ vue.unref(utils.isFunction)(_ctx.$attrs.extra) ? (_c = (_b = _ctx.$attrs).extra) == null ? void 0 : _c.call(_b) : vue.h("span", _ctx.$attrs.extra)
5963
+ ), { key: 0 })) : vue.createCommentVNode("", true)
5964
+ ];
5965
+ }, true)
5963
5966
  ], 2);
5964
5967
  };
5965
5968
  }
5966
5969
  });
5967
- const BasicTitle_vue_vue_type_style_index_0_scoped_b0cf71c3_lang = "";
5968
- const BasicTitle$1 = /* @__PURE__ */ _export_sfc(_sfc_main$1z, [["__scopeId", "data-v-b0cf71c3"]]);
5970
+ const BasicTitle_vue_vue_type_style_index_0_scoped_0b4494e8_lang = "";
5971
+ const BasicTitle$1 = /* @__PURE__ */ _export_sfc(_sfc_main$1z, [["__scopeId", "data-v-0b4494e8"]]);
5969
5972
  const props$b = {
5970
5973
  prefixCls: { type: String },
5971
5974
  helpMessage: {
@@ -10425,7 +10428,7 @@ function _sfc_render$K(_ctx, _cache, $props, $setup, $data, $options) {
10425
10428
  vue.renderSlot(_ctx.$slots, "centerFooter"),
10426
10429
  _ctx.showOkBtn ? (vue.openBlock(), vue.createBlock(_component_BasicButton, vue.mergeProps({
10427
10430
  key: 1,
10428
- type: "success",
10431
+ type: "primary",
10429
10432
  onClick: _ctx.handleOk,
10430
10433
  loading: _ctx.confirmLoading
10431
10434
  }, _ctx.okButtonProps), {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "3h1-ui",
3
- "version": "3.0.0-next.67",
3
+ "version": "3.0.0-next.68",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -29,9 +29,9 @@
29
29
  "vue-json-pretty": "^2.2.3",
30
30
  "vxe-table": "^4.3.6",
31
31
  "xe-utils": "^3.5.7",
32
- "@shy-plugins/tinymce": "^1.0.6",
33
32
  "@shy-plugins/utils": "1.0.0-next.1",
34
- "@shy-plugins/use": "1.0.1-next.1"
33
+ "@shy-plugins/use": "1.0.1-next.1",
34
+ "@shy-plugins/tinymce": "^1.0.6"
35
35
  },
36
36
  "types": "es/ui/index.d.ts",
37
37
  "devDependencies": {