3h1-ui 3.0.0-next.64 → 3.0.0-next.65

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
@@ -20937,7 +20937,8 @@ function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
20937
20937
  const _component_ArrowLeftOutlined = resolveComponent("ArrowLeftOutlined");
20938
20938
  return !_ctx.isDetail ? (openBlock(), createBlock(_component_BasicTitle, {
20939
20939
  key: 0,
20940
- class: normalizeClass(_ctx.prefixCls)
20940
+ class: normalizeClass(_ctx.prefixCls),
20941
+ span: false
20941
20942
  }, {
20942
20943
  default: withCtx(() => [
20943
20944
  renderSlot(_ctx.$slots, "title"),
package/lib/index.js CHANGED
@@ -20961,7 +20961,8 @@ function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
20961
20961
  const _component_ArrowLeftOutlined = vue.resolveComponent("ArrowLeftOutlined");
20962
20962
  return !_ctx.isDetail ? (vue.openBlock(), vue.createBlock(_component_BasicTitle, {
20963
20963
  key: 0,
20964
- class: vue.normalizeClass(_ctx.prefixCls)
20964
+ class: vue.normalizeClass(_ctx.prefixCls),
20965
+ span: false
20965
20966
  }, {
20966
20967
  default: vue.withCtx(() => [
20967
20968
  vue.renderSlot(_ctx.$slots, "title"),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "3h1-ui",
3
- "version": "3.0.0-next.64",
3
+ "version": "3.0.0-next.65",
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",
32
33
  "@shy-plugins/use": "1.0.0-next.1",
33
- "@shy-plugins/utils": "1.0.0-next.1",
34
- "@shy-plugins/tinymce": "^1.0.6"
34
+ "@shy-plugins/utils": "1.0.0-next.1"
35
35
  },
36
36
  "types": "es/ui/index.d.ts",
37
37
  "devDependencies": {