@tmagic/editor 1.3.9 → 1.3.10

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.
@@ -621,7 +621,7 @@
621
621
  left: vue.withCtx(() => [
622
622
  vue.createVNode(vue.unref(design.TMagicButton), {
623
623
  type: "primary",
624
- text: "",
624
+ link: "",
625
625
  onClick: _cache[0] || (_cache[0] = ($event) => difVisible.value = true)
626
626
  }, {
627
627
  default: vue.withCtx(() => [
@@ -4914,7 +4914,7 @@
4914
4914
  }, null, 8, ["config", "model", "disabled", "size"]),
4915
4915
  vue.createVNode(vue.unref(design.TMagicButton), {
4916
4916
  style: { "color": "#f56c6c" },
4917
- text: "",
4917
+ link: "",
4918
4918
  icon: vue.unref(iconsVue.Delete),
4919
4919
  disabled: _ctx.disabled,
4920
4920
  size: _ctx.size,
@@ -5078,7 +5078,7 @@
5078
5078
  key: 2,
5079
5079
  size: "default",
5080
5080
  disabled: _ctx.disabled,
5081
- text: "",
5081
+ link: "",
5082
5082
  icon: _sfc_main$D,
5083
5083
  onClick: _cache[0] || (_cache[0] = ($event) => showCode.value = !showCode.value)
5084
5084
  }, null, 8, ["disabled"])) : vue.createCommentVNode("", true)
@@ -5243,7 +5243,7 @@
5243
5243
  icon: vue.unref(iconsVue.Delete),
5244
5244
  disabled: _ctx.disabled,
5245
5245
  size: _ctx.size,
5246
- text: "",
5246
+ link: "",
5247
5247
  style: { "padding": "0" }
5248
5248
  }, {
5249
5249
  default: vue.withCtx(() => [
@@ -5264,7 +5264,7 @@
5264
5264
  icon: vue.unref(iconsVue.Close),
5265
5265
  disabled: _ctx.disabled,
5266
5266
  size: _ctx.size,
5267
- text: "",
5267
+ link: "",
5268
5268
  onClick: vue.withModifiers(deleteHandler, ["stop"])
5269
5269
  }, null, 8, ["icon", "disabled", "size", "onClick"])
5270
5270
  ]),
@@ -5276,7 +5276,7 @@
5276
5276
  }, {
5277
5277
  default: vue.withCtx(() => [
5278
5278
  vue.createVNode(vue.unref(design.TMagicButton), {
5279
- text: "",
5279
+ link: "",
5280
5280
  style: { "padding": "0", "margin": "0" },
5281
5281
  disabled: _ctx.disabled,
5282
5282
  size: _ctx.size,
@@ -5299,7 +5299,7 @@
5299
5299
  }, {
5300
5300
  default: vue.withCtx(() => [
5301
5301
  vue.createVNode(vue.unref(design.TMagicButton), {
5302
- text: "",
5302
+ link: "",
5303
5303
  style: { "padding": "0", "margin": "0" },
5304
5304
  disabled: _ctx.disabled,
5305
5305
  size: _ctx.size,
@@ -5611,7 +5611,7 @@
5611
5611
  default: vue.withCtx(() => [
5612
5612
  vue.createVNode(vue.unref(design.TMagicButton), {
5613
5613
  size: "small",
5614
- text: "",
5614
+ link: "",
5615
5615
  disabled: disabled.value
5616
5616
  }, {
5617
5617
  default: vue.withCtx(() => [
@@ -5628,7 +5628,7 @@
5628
5628
  }, 8, ["content"])) : (vue.openBlock(), vue.createBlock(vue.unref(design.TMagicButton), {
5629
5629
  key: 1,
5630
5630
  size: "small",
5631
- text: "",
5631
+ link: "",
5632
5632
  disabled: disabled.value,
5633
5633
  title: _ctx.data.text
5634
5634
  }, {
@@ -5886,7 +5886,7 @@
5886
5886
  class: vue.normalizeClass(["m-editor-page-bar-switch-type-button", { active: _ctx.modelValue === item.type }]),
5887
5887
  size: "small",
5888
5888
  key: item.type,
5889
- text: "",
5889
+ link: "",
5890
5890
  type: _ctx.modelValue === item.type ? "primary" : "",
5891
5891
  onClick: ($event) => clickHandler(item.type)
5892
5892
  }, {
@@ -9454,7 +9454,7 @@
9454
9454
  ]),
9455
9455
  vue.createElementVNode("div", null, [
9456
9456
  vue.createVNode(vue.unref(design.TMagicButton), {
9457
- text: "",
9457
+ link: "",
9458
9458
  size: "small",
9459
9459
  icon: vue.unref(iconsVue.Close),
9460
9460
  onClick: closeHandler
@@ -9971,7 +9971,7 @@
9971
9971
  key: item.id
9972
9972
  }, [
9973
9973
  vue.createVNode(vue.unref(design.TMagicButton), {
9974
- text: "",
9974
+ link: "",
9975
9975
  disabled: item.id === node.value?.id,
9976
9976
  onClick: ($event) => select(item)
9977
9977
  }, {