@tmagic/editor 1.8.0-manmanyu.15 → 1.8.0-manmanyu.16
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/dist/es/fields/StyleSetter/pro/Background.vue_vue_type_script_setup_true_lang.js +10 -10
- package/dist/es/utils/props.js +1 -2
- package/dist/themes/magic-admin.css +3 -0
- package/dist/tmagic-editor.umd.cjs +11 -12
- package/package.json +7 -7
- package/src/fields/StyleSetter/pro/Background.vue +3 -3
- package/src/utils/props.ts +0 -3
|
@@ -66,28 +66,28 @@ var Background_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ defin
|
|
|
66
66
|
labelWidth: "68px",
|
|
67
67
|
options: [
|
|
68
68
|
{
|
|
69
|
-
value: "repeat",
|
|
70
|
-
icon: markRaw(
|
|
71
|
-
tooltip: "
|
|
72
|
-
text: "
|
|
69
|
+
value: "no-repeat",
|
|
70
|
+
icon: markRaw(NoRepeat_default),
|
|
71
|
+
tooltip: "不重复 no-repeat",
|
|
72
|
+
text: "不重复"
|
|
73
73
|
},
|
|
74
74
|
{
|
|
75
75
|
value: "repeat-x",
|
|
76
76
|
icon: markRaw(RepeatX_default),
|
|
77
77
|
tooltip: "水平方向重复 repeat-x",
|
|
78
|
-
text: "
|
|
78
|
+
text: "水平重复"
|
|
79
79
|
},
|
|
80
80
|
{
|
|
81
81
|
value: "repeat-y",
|
|
82
82
|
icon: markRaw(RepeatY_default),
|
|
83
83
|
tooltip: "垂直方向重复 repeat-y",
|
|
84
|
-
text: "
|
|
84
|
+
text: "垂直重复"
|
|
85
85
|
},
|
|
86
86
|
{
|
|
87
|
-
value: "
|
|
88
|
-
icon: markRaw(
|
|
89
|
-
tooltip: "
|
|
90
|
-
text: "
|
|
87
|
+
value: "repeat",
|
|
88
|
+
icon: markRaw(Repeat_default),
|
|
89
|
+
tooltip: "垂直和水平方向重复 repeat",
|
|
90
|
+
text: "垂直与水平重复"
|
|
91
91
|
}
|
|
92
92
|
]
|
|
93
93
|
},
|
package/dist/es/utils/props.js
CHANGED
|
@@ -134,8 +134,7 @@ var advancedTabConfig = {
|
|
|
134
134
|
type: "switch",
|
|
135
135
|
labelPosition: "left",
|
|
136
136
|
defaultValue: false,
|
|
137
|
-
extra: "开启后,组件内配置的数据源相关配置将不会被编译,显隐条件将失效"
|
|
138
|
-
style: { padding: "0 22px" }
|
|
137
|
+
extra: "开启后,组件内配置的数据源相关配置将不会被编译,显隐条件将失效"
|
|
139
138
|
},
|
|
140
139
|
{
|
|
141
140
|
name: "created",
|
|
@@ -602,6 +602,9 @@ fieldset.m-fieldset .m-form-tip {
|
|
|
602
602
|
white-space: pre-line;
|
|
603
603
|
line-height: 20px;
|
|
604
604
|
}
|
|
605
|
+
.m-form.m-form--magic-admin .el-form-item__content .tmagic-design-radio-group {
|
|
606
|
+
row-gap: 10px;
|
|
607
|
+
}
|
|
605
608
|
.m-form.m-form--magic-admin .el-form-item__content .tmagic-design-radio-group .tmagic-design-radio-button {
|
|
606
609
|
margin-right: 8px;
|
|
607
610
|
height: 32px;
|
|
@@ -5095,8 +5095,7 @@
|
|
|
5095
5095
|
type: "switch",
|
|
5096
5096
|
labelPosition: "left",
|
|
5097
5097
|
defaultValue: false,
|
|
5098
|
-
extra: "开启后,组件内配置的数据源相关配置将不会被编译,显隐条件将失效"
|
|
5099
|
-
style: { padding: "0 22px" }
|
|
5098
|
+
extra: "开启后,组件内配置的数据源相关配置将不会被编译,显隐条件将失效"
|
|
5100
5099
|
},
|
|
5101
5100
|
{
|
|
5102
5101
|
name: "created",
|
|
@@ -22574,28 +22573,28 @@
|
|
|
22574
22573
|
labelWidth: "68px",
|
|
22575
22574
|
options: [
|
|
22576
22575
|
{
|
|
22577
|
-
value: "repeat",
|
|
22578
|
-
icon: (0, vue.markRaw)(
|
|
22579
|
-
tooltip: "
|
|
22580
|
-
text: "
|
|
22576
|
+
value: "no-repeat",
|
|
22577
|
+
icon: (0, vue.markRaw)(NoRepeat_default),
|
|
22578
|
+
tooltip: "不重复 no-repeat",
|
|
22579
|
+
text: "不重复"
|
|
22581
22580
|
},
|
|
22582
22581
|
{
|
|
22583
22582
|
value: "repeat-x",
|
|
22584
22583
|
icon: (0, vue.markRaw)(RepeatX_default),
|
|
22585
22584
|
tooltip: "水平方向重复 repeat-x",
|
|
22586
|
-
text: "
|
|
22585
|
+
text: "水平重复"
|
|
22587
22586
|
},
|
|
22588
22587
|
{
|
|
22589
22588
|
value: "repeat-y",
|
|
22590
22589
|
icon: (0, vue.markRaw)(RepeatY_default),
|
|
22591
22590
|
tooltip: "垂直方向重复 repeat-y",
|
|
22592
|
-
text: "
|
|
22591
|
+
text: "垂直重复"
|
|
22593
22592
|
},
|
|
22594
22593
|
{
|
|
22595
|
-
value: "
|
|
22596
|
-
icon: (0, vue.markRaw)(
|
|
22597
|
-
tooltip: "
|
|
22598
|
-
text: "
|
|
22594
|
+
value: "repeat",
|
|
22595
|
+
icon: (0, vue.markRaw)(Repeat_default),
|
|
22596
|
+
tooltip: "垂直和水平方向重复 repeat",
|
|
22597
|
+
text: "垂直与水平重复"
|
|
22599
22598
|
}
|
|
22600
22599
|
]
|
|
22601
22600
|
},
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.8.0-manmanyu.
|
|
2
|
+
"version": "1.8.0-manmanyu.16",
|
|
3
3
|
"name": "@tmagic/editor",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": [
|
|
@@ -58,11 +58,11 @@
|
|
|
58
58
|
"moveable": "^0.53.0",
|
|
59
59
|
"serialize-javascript": "^7.0.0",
|
|
60
60
|
"sortablejs": "^1.15.6",
|
|
61
|
-
"@tmagic/
|
|
62
|
-
"@tmagic/
|
|
63
|
-
"@tmagic/
|
|
64
|
-
"@tmagic/
|
|
65
|
-
"@tmagic/
|
|
61
|
+
"@tmagic/form": "1.8.0-manmanyu.16",
|
|
62
|
+
"@tmagic/stage": "1.8.0-manmanyu.16",
|
|
63
|
+
"@tmagic/design": "1.8.0-manmanyu.16",
|
|
64
|
+
"@tmagic/table": "1.8.0-manmanyu.16",
|
|
65
|
+
"@tmagic/utils": "1.8.0-manmanyu.16"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
68
|
"@types/events": "^3.0.3",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"type-fest": "^5.2.0",
|
|
77
77
|
"typescript": "^6.0.3",
|
|
78
78
|
"vue": "^3.5.38",
|
|
79
|
-
"@tmagic/core": "1.8.0-manmanyu.
|
|
79
|
+
"@tmagic/core": "1.8.0-manmanyu.16"
|
|
80
80
|
},
|
|
81
81
|
"peerDependenciesMeta": {
|
|
82
82
|
"typescript": {
|
|
@@ -73,15 +73,15 @@ const config = defineFormItem({
|
|
|
73
73
|
childType: 'button',
|
|
74
74
|
labelWidth: '68px',
|
|
75
75
|
options: [
|
|
76
|
+
{ value: 'no-repeat', icon: markRaw(BackgroundNoRepeat), tooltip: '不重复 no-repeat', text: '不重复' },
|
|
77
|
+
{ value: 'repeat-x', icon: markRaw(BackgroundRepeatX), tooltip: '水平方向重复 repeat-x', text: '水平重复' },
|
|
78
|
+
{ value: 'repeat-y', icon: markRaw(BackgroundRepeatY), tooltip: '垂直方向重复 repeat-y', text: '垂直重复' },
|
|
76
79
|
{
|
|
77
80
|
value: 'repeat',
|
|
78
81
|
icon: markRaw(BackgroundRepeat),
|
|
79
82
|
tooltip: '垂直和水平方向重复 repeat',
|
|
80
83
|
text: '垂直与水平重复',
|
|
81
84
|
},
|
|
82
|
-
{ value: 'repeat-x', icon: markRaw(BackgroundRepeatX), tooltip: '水平方向重复 repeat-x', text: '水平方向重复' },
|
|
83
|
-
{ value: 'repeat-y', icon: markRaw(BackgroundRepeatY), tooltip: '垂直方向重复 repeat-y', text: '垂直方向重复' },
|
|
84
|
-
{ value: 'no-repeat', icon: markRaw(BackgroundNoRepeat), tooltip: '不重复 no-repeat', text: '不重复' },
|
|
85
85
|
],
|
|
86
86
|
},
|
|
87
87
|
{
|
package/src/utils/props.ts
CHANGED