@vipl520/dk-ui 1.0.76 → 1.0.78

Sign up to get free protection for your applications and to get access to all the features.
Files changed (51) hide show
  1. package/dist/attributes.json +8 -0
  2. package/dist/index.css +1 -1
  3. package/dist/index.js +288 -15
  4. package/dist/index.min.js +5 -5
  5. package/dist/index.min.js.map +1 -1
  6. package/dist/index.min.mjs +5 -5
  7. package/dist/index.min.mjs.map +1 -1
  8. package/dist/index.mjs +285 -14
  9. package/dist/tags.json +7 -0
  10. package/dist/web-types.json +35 -1
  11. package/es/index.d.ts +1 -0
  12. package/es/index.mjs +4 -1
  13. package/es/index.mjs.map +1 -1
  14. package/es/index.scss +79 -0
  15. package/es/page-diy/src/page-diy.vue.mjs +3 -3
  16. package/es/page-diy/src/page-diy.vue.mjs.map +1 -1
  17. package/es/style-custom-input/style/index.scss +0 -1
  18. package/es/table-form/index.d.ts +53 -0
  19. package/es/table-form/index.mjs +8 -0
  20. package/es/table-form/index.mjs.map +1 -0
  21. package/es/table-form/src/props.d.ts +23 -0
  22. package/es/table-form/src/props.mjs +26 -0
  23. package/es/table-form/src/props.mjs.map +1 -0
  24. package/es/table-form/src/table-form.vue.d.ts +52 -0
  25. package/es/table-form/src/table-form.vue.mjs +7 -0
  26. package/es/table-form/src/table-form.vue.mjs.map +1 -0
  27. package/es/table-form/src/table-form.vue2.mjs +250 -0
  28. package/es/table-form/src/table-form.vue2.mjs.map +1 -0
  29. package/es/table-form/style/index.css +1 -0
  30. package/es/table-form/style/index.scss +110 -0
  31. package/lib/index.d.ts +1 -0
  32. package/lib/index.js +187 -182
  33. package/lib/index.js.map +1 -1
  34. package/lib/index.scss +79 -0
  35. package/lib/page-diy/src/page-diy.vue.js +3 -3
  36. package/lib/page-diy/src/page-diy.vue.js.map +1 -1
  37. package/lib/style-custom-input/style/index.scss +0 -1
  38. package/lib/table-form/index.d.ts +53 -0
  39. package/lib/table-form/index.js +14 -0
  40. package/lib/table-form/index.js.map +1 -0
  41. package/lib/table-form/src/props.d.ts +23 -0
  42. package/lib/table-form/src/props.js +28 -0
  43. package/lib/table-form/src/props.js.map +1 -0
  44. package/lib/table-form/src/table-form.vue.d.ts +52 -0
  45. package/lib/table-form/src/table-form.vue.js +11 -0
  46. package/lib/table-form/src/table-form.vue.js.map +1 -0
  47. package/lib/table-form/src/table-form.vue2.js +254 -0
  48. package/lib/table-form/src/table-form.vue2.js.map +1 -0
  49. package/lib/table-form/style/index.css +1 -0
  50. package/lib/table-form/style/index.scss +110 -0
  51. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -2,168 +2,171 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var index$k = require('./test/index.js');
5
+ var index$l = require('./test/index.js');
6
6
  var draggable = require('vuedraggable');
7
7
  var Vue3DraggableResizable = require('vue3-draggable-resizable');
8
8
  var index$3 = require('./group/index.js');
9
+ var index$4 = require('./table-form/index.js');
9
10
  var index$1 = require('./tiny-editor/index.js');
10
11
  var index$2 = require('./icon/index.js');
11
- var index$4 = require('./color-input/index.js');
12
- var index$5 = require('./hot-area-input/index.js');
13
- var index$C = require('./dialog/index.js');
14
- var index$6 = require('./form/index.js');
15
- var index$7 = require('./attachment/index.js');
16
- var index$8 = require('./attachment-dialog/index.js');
17
- var index$9 = require('./file-input/index.js');
18
- var index$a = require('./image-input/index.js');
19
- var index$b = require('./audio-input/index.js');
20
- var index$c = require('./video-input/index.js');
21
- var index$d = require('./file-list-input/index.js');
22
- var index$e = require('./image-list-input/index.js');
23
- var index$f = require('./audio-list-input/index.js');
24
- var index$g = require('./video-list-input/index.js');
25
- var index$h = require('./icon-input/index.js');
26
- var index$l = require('./style-input/index.js');
27
- var index$j = require('./box-size-input/index.js');
28
- var index$m = require('./style-box-input/index.js');
29
- var index$n = require('./style-font-input/index.js');
30
- var index$o = require('./style-border-input/index.js');
31
- var index$q = require('./style-background-input/index.js');
32
- var index$p = require('./style-shadow-input/index.js');
33
- var index$r = require('./style-position-input/index.js');
34
- var index$s = require('./style-number-input/index.js');
35
- var index$t = require('./style-custom-input/index.js');
36
- var index$i = require('./page-diy/index.js');
37
- var index$u = require('./table/index.js');
38
- var index$v = require('./select/index.js');
39
- var index$w = require('./poster-input/index.js');
40
- var index$x = require('./style-animation-input/index.js');
41
- var index$y = require('./animate-select/index.js');
42
- var index$A = require('./uni-icon-input/index.js');
43
- var index$z = require('./uni-icon/index.js');
44
- var index$B = require('./url-input/index.js');
12
+ var index$5 = require('./color-input/index.js');
13
+ var index$6 = require('./hot-area-input/index.js');
14
+ var index$D = require('./dialog/index.js');
15
+ var index$7 = require('./form/index.js');
16
+ var index$8 = require('./attachment/index.js');
17
+ var index$9 = require('./attachment-dialog/index.js');
18
+ var index$a = require('./file-input/index.js');
19
+ var index$b = require('./image-input/index.js');
20
+ var index$c = require('./audio-input/index.js');
21
+ var index$d = require('./video-input/index.js');
22
+ var index$e = require('./file-list-input/index.js');
23
+ var index$f = require('./image-list-input/index.js');
24
+ var index$g = require('./audio-list-input/index.js');
25
+ var index$h = require('./video-list-input/index.js');
26
+ var index$i = require('./icon-input/index.js');
27
+ var index$m = require('./style-input/index.js');
28
+ var index$k = require('./box-size-input/index.js');
29
+ var index$n = require('./style-box-input/index.js');
30
+ var index$o = require('./style-font-input/index.js');
31
+ var index$p = require('./style-border-input/index.js');
32
+ var index$r = require('./style-background-input/index.js');
33
+ var index$q = require('./style-shadow-input/index.js');
34
+ var index$s = require('./style-position-input/index.js');
35
+ var index$t = require('./style-number-input/index.js');
36
+ var index$u = require('./style-custom-input/index.js');
37
+ var index$j = require('./page-diy/index.js');
38
+ var index$v = require('./table/index.js');
39
+ var index$w = require('./select/index.js');
40
+ var index$x = require('./poster-input/index.js');
41
+ var index$y = require('./style-animation-input/index.js');
42
+ var index$z = require('./animate-select/index.js');
43
+ var index$B = require('./uni-icon-input/index.js');
44
+ var index$A = require('./uni-icon/index.js');
45
+ var index$C = require('./url-input/index.js');
45
46
  var utils = require('@vipl520/utils');
46
47
  var props = require('./tiny-editor/src/props.js');
47
48
  var props$1 = require('./icon/src/props.js');
48
49
  var props$2 = require('./group/src/props.js');
49
- var props$3 = require('./color-input/src/props.js');
50
- var props$4 = require('./hot-area-input/src/props.js');
51
- var props$5 = require('./form/src/props.js');
52
- var props$6 = require('./attachment/src/props.js');
53
- var props$7 = require('./attachment-dialog/src/props.js');
54
- var props$8 = require('./file-input/src/props.js');
55
- var props$9 = require('./image-input/src/props.js');
56
- var props$a = require('./audio-input/src/props.js');
57
- var props$b = require('./video-input/src/props.js');
58
- var props$c = require('./file-list-input/src/props.js');
59
- var props$d = require('./image-list-input/src/props.js');
60
- var props$e = require('./audio-list-input/src/props.js');
61
- var props$f = require('./video-list-input/src/props.js');
62
- var props$g = require('./icon-input/src/props.js');
63
- var props$h = require('./page-diy/src/props.js');
64
- var props$i = require('./box-size-input/src/props.js');
65
- var props$j = require('./test/src/props.js');
66
- var props$k = require('./style-input/src/props.js');
67
- var props$l = require('./style-box-input/src/props.js');
68
- var props$m = require('./style-font-input/src/props.js');
69
- var props$n = require('./style-border-input/src/props.js');
70
- var props$o = require('./style-shadow-input/src/props.js');
71
- var props$p = require('./style-background-input/src/props.js');
72
- var props$q = require('./style-position-input/src/props.js');
73
- var props$r = require('./style-number-input/src/props.js');
74
- var props$s = require('./style-custom-input/src/props.js');
75
- var props$t = require('./table/src/props.js');
76
- var props$u = require('./select/src/props.js');
77
- var props$v = require('./poster-input/src/props.js');
78
- var props$w = require('./style-animation-input/src/props.js');
79
- var props$x = require('./animate-select/src/props.js');
80
- var props$y = require('./uni-icon/src/props.js');
81
- var props$z = require('./uni-icon-input/src/props.js');
82
- var props$A = require('./url-input/src/props.js');
50
+ var props$3 = require('./table-form/src/props.js');
51
+ var props$4 = require('./color-input/src/props.js');
52
+ var props$5 = require('./hot-area-input/src/props.js');
53
+ var props$6 = require('./form/src/props.js');
54
+ var props$7 = require('./attachment/src/props.js');
55
+ var props$8 = require('./attachment-dialog/src/props.js');
56
+ var props$9 = require('./file-input/src/props.js');
57
+ var props$a = require('./image-input/src/props.js');
58
+ var props$b = require('./audio-input/src/props.js');
59
+ var props$c = require('./video-input/src/props.js');
60
+ var props$d = require('./file-list-input/src/props.js');
61
+ var props$e = require('./image-list-input/src/props.js');
62
+ var props$f = require('./audio-list-input/src/props.js');
63
+ var props$g = require('./video-list-input/src/props.js');
64
+ var props$h = require('./icon-input/src/props.js');
65
+ var props$i = require('./page-diy/src/props.js');
66
+ var props$j = require('./box-size-input/src/props.js');
67
+ var props$k = require('./test/src/props.js');
68
+ var props$l = require('./style-input/src/props.js');
69
+ var props$m = require('./style-box-input/src/props.js');
70
+ var props$n = require('./style-font-input/src/props.js');
71
+ var props$o = require('./style-border-input/src/props.js');
72
+ var props$p = require('./style-shadow-input/src/props.js');
73
+ var props$q = require('./style-background-input/src/props.js');
74
+ var props$r = require('./style-position-input/src/props.js');
75
+ var props$s = require('./style-number-input/src/props.js');
76
+ var props$t = require('./style-custom-input/src/props.js');
77
+ var props$u = require('./table/src/props.js');
78
+ var props$v = require('./select/src/props.js');
79
+ var props$w = require('./poster-input/src/props.js');
80
+ var props$x = require('./style-animation-input/src/props.js');
81
+ var props$y = require('./animate-select/src/props.js');
82
+ var props$z = require('./uni-icon/src/props.js');
83
+ var props$A = require('./uni-icon-input/src/props.js');
84
+ var props$B = require('./url-input/src/props.js');
83
85
 
84
86
  const components = [
85
- index$k.Test,
87
+ index$l.Test,
86
88
  index$3.Group,
89
+ index$4.TableForm,
87
90
  // 富文本编辑器
88
91
  index$1.TinyEditor,
89
92
  // 图标
90
93
  index$2.Icon,
91
94
  // 颜色选择器
92
- index$4.ColorInput,
95
+ index$5.ColorInput,
93
96
  // 热区选择器
94
- index$5.HotAreaInput,
97
+ index$6.HotAreaInput,
95
98
  // 对话框
96
- index$C.Dialog,
99
+ index$D.Dialog,
97
100
  // json表单
98
- index$6.Form,
101
+ index$7.Form,
99
102
  // 附件
100
- index$7.Attachment,
103
+ index$8.Attachment,
101
104
  // 附件弹窗
102
- index$8.AttachmentDialog,
105
+ index$9.AttachmentDialog,
103
106
  // 文件选择器
104
- index$9.FileInput,
107
+ index$a.FileInput,
105
108
  // 图片选择器
106
- index$a.ImageInput,
109
+ index$b.ImageInput,
107
110
  // 音频选择器
108
- index$b.AudioInput,
111
+ index$c.AudioInput,
109
112
  // 视频选择器
110
- index$c.VideoInput,
113
+ index$d.VideoInput,
111
114
  // 多文件选择器
112
- index$d.FileListInput,
115
+ index$e.FileListInput,
113
116
  // 多图片选择器
114
- index$e.ImageListInput,
117
+ index$f.ImageListInput,
115
118
  // 多音频选择器
116
- index$f.AudioListInput,
119
+ index$g.AudioListInput,
117
120
  // 多视频选择器
118
- index$g.VideoListInput,
121
+ index$h.VideoListInput,
119
122
  // 图标选择器
120
- index$h.IconInput,
123
+ index$i.IconInput,
121
124
  // 图标展示框
122
- index$h.IconContent,
125
+ index$i.IconContent,
123
126
  // 图片弹出框
124
- index$h.IconDialog,
127
+ index$i.IconDialog,
125
128
  // DIY编辑器
126
- index$i.PageDiy,
129
+ index$j.PageDiy,
127
130
  // 尺寸输入框(带px/%/rem/等单位)
128
- index$j.BoxSizeInput,
131
+ index$k.BoxSizeInput,
129
132
  // DIV盒子编辑器(padding/margin/width/height)
130
- index$m.StyleBoxInput,
133
+ index$n.StyleBoxInput,
131
134
  // 文字样式编辑器
132
- index$n.StyleFontInput,
135
+ index$o.StyleFontInput,
133
136
  // 边框样式编辑器
134
- index$o.StyleBorderInput,
137
+ index$p.StyleBorderInput,
135
138
  // 阴影编辑器
136
- index$p.StyleShadowInput,
139
+ index$q.StyleShadowInput,
137
140
  // 阴影编辑框
138
- index$p.StyleShadowContent,
141
+ index$q.StyleShadowContent,
139
142
  // 背景编辑器
140
- index$q.StyleBackgroundInput,
143
+ index$r.StyleBackgroundInput,
141
144
  // 合并样式编辑
142
- index$l.StyleInput,
145
+ index$m.StyleInput,
143
146
  // 定位编辑器
144
- index$r.StylePositionInput,
147
+ index$s.StylePositionInput,
145
148
  // 样式文字
146
- index$s.StyleNumberInput,
149
+ index$t.StyleNumberInput,
147
150
  // 动画配置
148
- index$x.StyleAnimationInput,
151
+ index$y.StyleAnimationInput,
149
152
  // 自定义样式
150
- index$t.StyleCustomInput,
153
+ index$u.StyleCustomInput,
151
154
  // 动画class选择
152
- index$y.AnimateSelect,
155
+ index$z.AnimateSelect,
153
156
  // 数据表格
154
- index$u.Table,
157
+ index$v.Table,
155
158
  // 选择
156
- index$v.Select,
159
+ index$w.Select,
157
160
  // 表单组/对象表单
158
161
  // 海报选择器
159
- index$w.PosterInput,
162
+ index$x.PosterInput,
160
163
  // 海报
161
- index$w.Poster,
164
+ index$x.Poster,
162
165
  Vue3DraggableResizable,
163
166
  draggable,
164
- index$A.UniIconInput,
165
- index$z.UniIcon,
166
- index$B.UrlInput
167
+ index$B.UniIconInput,
168
+ index$A.UniIcon,
169
+ index$C.UrlInput
167
170
  // TODO 普通上传 upload
168
171
  // TODO tag选择器 tag-input
169
172
  // TODO 链接选择器 link-input
@@ -184,86 +187,88 @@ var index = {
184
187
  install
185
188
  };
186
189
 
187
- exports.Test = index$k.Test;
190
+ exports.Test = index$l.Test;
188
191
  exports.Group = index$3.Group;
192
+ exports.TableForm = index$4.TableForm;
189
193
  exports.TinyEditor = index$1.TinyEditor;
190
194
  exports.Icon = index$2.Icon;
191
- exports.ColorInput = index$4.ColorInput;
192
- exports.HotAreaInput = index$5.HotAreaInput;
193
- exports.Form = index$6.Form;
194
- exports.Attachment = index$7.Attachment;
195
- exports.AttachmentDialog = index$8.AttachmentDialog;
196
- exports.FileInput = index$9.FileInput;
197
- exports.ImageInput = index$a.ImageInput;
198
- exports.AudioInput = index$b.AudioInput;
199
- exports.VideoInput = index$c.VideoInput;
200
- exports.FileListInput = index$d.FileListInput;
201
- exports.ImageListInput = index$e.ImageListInput;
202
- exports.AudioListInput = index$f.AudioListInput;
203
- exports.VideoListInput = index$g.VideoListInput;
204
- exports.IconContent = index$h.IconContent;
205
- exports.IconDialog = index$h.IconDialog;
206
- exports.IconInput = index$h.IconInput;
207
- exports.StyleInput = index$l.StyleInput;
208
- exports.BoxSizeInput = index$j.BoxSizeInput;
209
- exports.StyleBoxInput = index$m.StyleBoxInput;
210
- exports.StyleFontInput = index$n.StyleFontInput;
211
- exports.StyleBorderInput = index$o.StyleBorderInput;
212
- exports.StyleBackgroundInput = index$q.StyleBackgroundInput;
213
- exports.StyleShadowContent = index$p.StyleShadowContent;
214
- exports.StyleShadowInput = index$p.StyleShadowInput;
215
- exports.StylePositionInput = index$r.StylePositionInput;
216
- exports.StyleNumberInput = index$s.StyleNumberInput;
217
- exports.StyleCustomInput = index$t.StyleCustomInput;
218
- exports.PageDiy = index$i.PageDiy;
219
- exports.Table = index$u.Table;
220
- exports.Select = index$v.Select;
221
- exports.Poster = index$w.Poster;
222
- exports.PosterInput = index$w.PosterInput;
223
- exports.StyleAnimationInput = index$x.StyleAnimationInput;
224
- exports.AnimateSelect = index$y.AnimateSelect;
225
- exports.UniIconInput = index$A.UniIconInput;
226
- exports.UniIcon = index$z.UniIcon;
227
- exports.UrlInput = index$B.UrlInput;
195
+ exports.ColorInput = index$5.ColorInput;
196
+ exports.HotAreaInput = index$6.HotAreaInput;
197
+ exports.Form = index$7.Form;
198
+ exports.Attachment = index$8.Attachment;
199
+ exports.AttachmentDialog = index$9.AttachmentDialog;
200
+ exports.FileInput = index$a.FileInput;
201
+ exports.ImageInput = index$b.ImageInput;
202
+ exports.AudioInput = index$c.AudioInput;
203
+ exports.VideoInput = index$d.VideoInput;
204
+ exports.FileListInput = index$e.FileListInput;
205
+ exports.ImageListInput = index$f.ImageListInput;
206
+ exports.AudioListInput = index$g.AudioListInput;
207
+ exports.VideoListInput = index$h.VideoListInput;
208
+ exports.IconContent = index$i.IconContent;
209
+ exports.IconDialog = index$i.IconDialog;
210
+ exports.IconInput = index$i.IconInput;
211
+ exports.StyleInput = index$m.StyleInput;
212
+ exports.BoxSizeInput = index$k.BoxSizeInput;
213
+ exports.StyleBoxInput = index$n.StyleBoxInput;
214
+ exports.StyleFontInput = index$o.StyleFontInput;
215
+ exports.StyleBorderInput = index$p.StyleBorderInput;
216
+ exports.StyleBackgroundInput = index$r.StyleBackgroundInput;
217
+ exports.StyleShadowContent = index$q.StyleShadowContent;
218
+ exports.StyleShadowInput = index$q.StyleShadowInput;
219
+ exports.StylePositionInput = index$s.StylePositionInput;
220
+ exports.StyleNumberInput = index$t.StyleNumberInput;
221
+ exports.StyleCustomInput = index$u.StyleCustomInput;
222
+ exports.PageDiy = index$j.PageDiy;
223
+ exports.Table = index$v.Table;
224
+ exports.Select = index$w.Select;
225
+ exports.Poster = index$x.Poster;
226
+ exports.PosterInput = index$x.PosterInput;
227
+ exports.StyleAnimationInput = index$y.StyleAnimationInput;
228
+ exports.AnimateSelect = index$z.AnimateSelect;
229
+ exports.UniIconInput = index$B.UniIconInput;
230
+ exports.UniIcon = index$A.UniIcon;
231
+ exports.UrlInput = index$C.UrlInput;
228
232
  exports.tinyEditorProps = props.tinyEditorProps;
229
233
  exports.iconProps = props$1.iconProps;
230
234
  exports.groupProps = props$2.groupProps;
231
- exports.colorInputProps = props$3.colorInputProps;
232
- exports.hotAreaInputProps = props$4.hotAreaInputProps;
233
- exports.formProps = props$5.formProps;
234
- exports.attachmentProps = props$6.attachmentProps;
235
- exports.attachmentDialogProps = props$7.attachmentDialogProps;
236
- exports.fileInputProps = props$8.fileInputProps;
237
- exports.imageInputProps = props$9.imageInputProps;
238
- exports.audioInputProps = props$a.audioInputProps;
239
- exports.videoInputProps = props$b.videoInputProps;
240
- exports.fileListInputProps = props$c.fileListInputProps;
241
- exports.imageListInputProps = props$d.imageListInputProps;
242
- exports.audioListInputProps = props$e.audioListInputProps;
243
- exports.videoListInputProps = props$f.videoListInputProps;
244
- exports.iconContentProps = props$g.iconContentProps;
245
- exports.iconDialogProps = props$g.iconDialogProps;
246
- exports.iconInputProps = props$g.iconInputProps;
247
- exports.pageDiyProps = props$h.pageDiyProps;
248
- exports.boxSizeInputProps = props$i.boxSizeInputProps;
249
- exports.testProps = props$j.testProps;
250
- exports.styleInputProps = props$k.styleInputProps;
251
- exports.styleBoxInputProps = props$l.styleBoxInputProps;
252
- exports.styleFontInputProps = props$m.styleFontInputProps;
253
- exports.styleBorderInputProps = props$n.styleBorderInputProps;
254
- exports.shadowInputProps = props$o.shadowInputProps;
255
- exports.styleBackgroundInputProps = props$p.styleBackgroundInputProps;
256
- exports.stylePositionInputProps = props$q.stylePositionInputProps;
257
- exports.styleNumberInputProps = props$r.styleNumberInputProps;
258
- exports.styleCustomInputProps = props$s.styleCustomInputProps;
259
- exports.tableProps = props$t.tableProps;
260
- exports.selectProps = props$u.selectProps;
261
- exports.posterInputProps = props$v.posterInputProps;
262
- exports.styleAnimationInputProps = props$w.styleAnimationInputProps;
263
- exports.animateSelectProps = props$x.animateSelectProps;
264
- exports.uniIconProps = props$y.uniIconProps;
265
- exports.uniIconInputProps = props$z.uniIconInputProps;
266
- exports.urlInputProps = props$A.urlInputProps;
235
+ exports.tableFormProps = props$3.tableFormProps;
236
+ exports.colorInputProps = props$4.colorInputProps;
237
+ exports.hotAreaInputProps = props$5.hotAreaInputProps;
238
+ exports.formProps = props$6.formProps;
239
+ exports.attachmentProps = props$7.attachmentProps;
240
+ exports.attachmentDialogProps = props$8.attachmentDialogProps;
241
+ exports.fileInputProps = props$9.fileInputProps;
242
+ exports.imageInputProps = props$a.imageInputProps;
243
+ exports.audioInputProps = props$b.audioInputProps;
244
+ exports.videoInputProps = props$c.videoInputProps;
245
+ exports.fileListInputProps = props$d.fileListInputProps;
246
+ exports.imageListInputProps = props$e.imageListInputProps;
247
+ exports.audioListInputProps = props$f.audioListInputProps;
248
+ exports.videoListInputProps = props$g.videoListInputProps;
249
+ exports.iconContentProps = props$h.iconContentProps;
250
+ exports.iconDialogProps = props$h.iconDialogProps;
251
+ exports.iconInputProps = props$h.iconInputProps;
252
+ exports.pageDiyProps = props$i.pageDiyProps;
253
+ exports.boxSizeInputProps = props$j.boxSizeInputProps;
254
+ exports.testProps = props$k.testProps;
255
+ exports.styleInputProps = props$l.styleInputProps;
256
+ exports.styleBoxInputProps = props$m.styleBoxInputProps;
257
+ exports.styleFontInputProps = props$n.styleFontInputProps;
258
+ exports.styleBorderInputProps = props$o.styleBorderInputProps;
259
+ exports.shadowInputProps = props$p.shadowInputProps;
260
+ exports.styleBackgroundInputProps = props$q.styleBackgroundInputProps;
261
+ exports.stylePositionInputProps = props$r.stylePositionInputProps;
262
+ exports.styleNumberInputProps = props$s.styleNumberInputProps;
263
+ exports.styleCustomInputProps = props$t.styleCustomInputProps;
264
+ exports.tableProps = props$u.tableProps;
265
+ exports.selectProps = props$v.selectProps;
266
+ exports.posterInputProps = props$w.posterInputProps;
267
+ exports.styleAnimationInputProps = props$x.styleAnimationInputProps;
268
+ exports.animateSelectProps = props$y.animateSelectProps;
269
+ exports.uniIconProps = props$z.uniIconProps;
270
+ exports.uniIconInputProps = props$A.uniIconInputProps;
271
+ exports.urlInputProps = props$B.urlInputProps;
267
272
  exports.default = index;
268
273
  exports.install = install;
269
274
  //# sourceMappingURL=index.js.map
package/lib/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../src/index.ts"],"sourcesContent":["import type { App } from 'vue'\nimport { Test } from './test'\nimport draggable from 'vuedraggable'\nimport Vue3DraggableResizable from 'vue3-draggable-resizable'\n\nimport { Group } from './group'\nimport { TinyEditor } from './tiny-editor'\nimport { Icon } from './icon'\nimport { ColorInput } from './color-input'\nimport { HotAreaInput } from './hot-area-input'\nimport { Dialog } from './dialog'\nimport { Form } from './form'\nimport { Attachment } from './attachment'\nimport { AttachmentDialog } from './attachment-dialog'\nimport { FileInput } from './file-input'\nimport { ImageInput } from './image-input'\nimport { AudioInput } from './audio-input'\nimport { VideoInput } from './video-input'\nimport { FileListInput } from './file-list-input'\nimport { ImageListInput } from './image-list-input'\nimport { AudioListInput } from './audio-list-input'\nimport { VideoListInput } from './video-list-input'\nimport { IconInput, IconContent, IconDialog } from './icon-input'\nimport { StyleInput } from './style-input'\nimport { BoxSizeInput } from './box-size-input'\nimport { StyleBoxInput } from './style-box-input'\nimport { StyleFontInput } from './style-font-input'\nimport { StyleBorderInput } from './style-border-input'\nimport { StyleBackgroundInput } from './style-background-input'\nimport { StyleShadowContent, StyleShadowInput } from './style-shadow-input'\nimport { StylePositionInput } from './style-position-input'\nimport { StyleNumberInput } from './style-number-input'\nimport { StyleCustomInput } from './style-custom-input'\nimport { PageDiy } from './page-diy'\nimport { Table } from './table'\nimport { Select } from './select'\nimport { Poster, PosterInput } from './poster-input'\nimport { StyleAnimationInput } from './style-animation-input'\nimport { AnimateSelect } from './animate-select'\nimport { UniIconInput } from './uni-icon-input'\nimport { UniIcon } from './uni-icon'\nimport { UrlInput } from './url-input'\n\nimport { setGlobalConfig, directives } from '@vipl520/utils'\nexport * from './tiny-editor'\nexport * from './icon'\nexport * from './group'\nexport * from './color-input'\nexport * from './hot-area-input'\nexport * from './form'\nexport * from './attachment'\nexport * from './attachment-dialog'\nexport * from './file-input'\nexport * from './image-input'\nexport * from './audio-input'\nexport * from './video-input'\nexport * from './file-list-input'\nexport * from './image-list-input'\nexport * from './audio-list-input'\nexport * from './video-list-input'\nexport * from './icon-input'\nexport * from './page-diy'\nexport * from './box-size-input'\nexport * from './test'\nexport * from './style-input'\nexport * from './style-box-input'\nexport * from './style-font-input'\nexport * from './style-border-input'\nexport * from './style-shadow-input'\nexport * from './style-background-input'\nexport * from './style-position-input'\nexport * from './style-number-input'\nexport * from './style-custom-input'\nexport * from './table'\nexport * from './select'\nexport * from './poster-input'\nexport * from './style-animation-input'\nexport * from './animate-select'\nexport * from './uni-icon'\nexport * from './uni-icon-input'\nexport * from './url-input'\n\nconst components = [\n Test,\n Group,\n // 富文本编辑器\n TinyEditor,\n // 图标\n Icon,\n // 颜色选择器\n ColorInput,\n // 热区选择器\n HotAreaInput,\n // 对话框\n Dialog,\n // json表单\n Form,\n // 附件\n Attachment,\n // 附件弹窗\n AttachmentDialog,\n // 文件选择器\n FileInput,\n // 图片选择器\n ImageInput,\n // 音频选择器\n AudioInput,\n // 视频选择器\n VideoInput,\n // 多文件选择器\n FileListInput,\n // 多图片选择器\n ImageListInput,\n // 多音频选择器\n AudioListInput,\n // 多视频选择器\n VideoListInput,\n // 图标选择器\n IconInput,\n // 图标展示框\n IconContent,\n // 图片弹出框\n IconDialog,\n // DIY编辑器\n PageDiy,\n // 尺寸输入框(带px/%/rem/等单位)\n BoxSizeInput,\n // DIV盒子编辑器(padding/margin/width/height)\n StyleBoxInput,\n // 文字样式编辑器\n StyleFontInput,\n // 边框样式编辑器\n StyleBorderInput,\n // 阴影编辑器\n StyleShadowInput,\n // 阴影编辑框\n StyleShadowContent,\n // 背景编辑器\n StyleBackgroundInput,\n // 合并样式编辑\n StyleInput,\n // 定位编辑器\n StylePositionInput,\n // 样式文字\n StyleNumberInput,\n // 动画配置\n StyleAnimationInput,\n // 自定义样式\n StyleCustomInput,\n // 动画class选择\n AnimateSelect,\n // 数据表格\n Table,\n // 选择\n Select,\n // 表单组/对象表单\n // 海报选择器\n PosterInput,\n // 海报\n Poster,\n Vue3DraggableResizable,\n draggable,\n UniIconInput,\n UniIcon,\n UrlInput,\n // TODO 普通上传 upload\n // TODO tag选择器 tag-input\n // TODO 链接选择器 link-input\n // TODO 应用框架\n]\n\nexport const install = (app: App, option: any = {}) => {\n components.forEach((item) => {\n if (item.install!) {\n app.use(item)\n } else if (item.name) {\n app.component(item.name, item)\n }\n })\n directives(app)\n setGlobalConfig(option)\n}\n\nexport default {\n install,\n}\n"],"names":["Test","Group","TinyEditor","Icon","ColorInput","HotAreaInput","Dialog","Form","Attachment","AttachmentDialog","FileInput","ImageInput","AudioInput","VideoInput","FileListInput","ImageListInput","AudioListInput","VideoListInput","IconInput","IconContent","IconDialog","PageDiy","BoxSizeInput","StyleBoxInput","StyleFontInput","StyleBorderInput","StyleShadowInput","StyleShadowContent","StyleBackgroundInput","StyleInput","StylePositionInput","StyleNumberInput","StyleAnimationInput","StyleCustomInput","AnimateSelect","Table","Select","PosterInput","Poster","UniIconInput","UniIcon","UrlInput","directives","setGlobalConfig"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAkFA,MAAM,UAAa,GAAA;AAAA,EACjBA,YAAA;AAAA,EACAC,aAAA;AAAA;AAAA,EAEAC,kBAAA;AAAA;AAAA,EAEAC,YAAA;AAAA;AAAA,EAEAC,kBAAA;AAAA;AAAA,EAEAC,oBAAA;AAAA;AAAA,EAEAC,cAAA;AAAA;AAAA,EAEAC,YAAA;AAAA;AAAA,EAEAC,kBAAA;AAAA;AAAA,EAEAC,wBAAA;AAAA;AAAA,EAEAC,iBAAA;AAAA;AAAA,EAEAC,kBAAA;AAAA;AAAA,EAEAC,kBAAA;AAAA;AAAA,EAEAC,kBAAA;AAAA;AAAA,EAEAC,qBAAA;AAAA;AAAA,EAEAC,sBAAA;AAAA;AAAA,EAEAC,sBAAA;AAAA;AAAA,EAEAC,sBAAA;AAAA;AAAA,EAEAC,iBAAA;AAAA;AAAA,EAEAC,mBAAA;AAAA;AAAA,EAEAC,kBAAA;AAAA;AAAA,EAEAC,eAAA;AAAA;AAAA,EAEAC,oBAAA;AAAA;AAAA,EAEAC,qBAAA;AAAA;AAAA,EAEAC,sBAAA;AAAA;AAAA,EAEAC,wBAAA;AAAA;AAAA,EAEAC,wBAAA;AAAA;AAAA,EAEAC,0BAAA;AAAA;AAAA,EAEAC,4BAAA;AAAA;AAAA,EAEAC,kBAAA;AAAA;AAAA,EAEAC,0BAAA;AAAA;AAAA,EAEAC,wBAAA;AAAA;AAAA,EAEAC,2BAAA;AAAA;AAAA,EAEAC,wBAAA;AAAA;AAAA,EAEAC,qBAAA;AAAA;AAAA,EAEAC,aAAA;AAAA;AAAA,EAEAC,cAAA;AAAA;AAAA;AAAA,EAGAC,mBAAA;AAAA;AAAA,EAEAC,cAAA;AAAA,EACA,sBAAA;AAAA,EACA,SAAA;AAAA,EACAC,oBAAA;AAAA,EACAC,eAAA;AAAA,EACAC,gBAAA;AAAA;AAAA;AAAA;AAAA;AAKF,CAAA,CAAA;AAEO,MAAM,OAAU,GAAA,CAAC,GAAU,EAAA,MAAA,GAAc,EAAO,KAAA;AACrD,EAAW,UAAA,CAAA,OAAA,CAAQ,CAAC,IAAS,KAAA;AAC3B,IAAA,IAAI,KAAK,OAAU,EAAA;AACjB,MAAA,GAAA,CAAI,IAAI,IAAI,CAAA,CAAA;AAAA,KACd,MAAA,IAAW,KAAK,IAAM,EAAA;AACpB,MAAI,GAAA,CAAA,SAAA,CAAU,IAAK,CAAA,IAAA,EAAM,IAAI,CAAA,CAAA;AAAA,KAC/B;AAAA,GACD,CAAA,CAAA;AACD,EAAAC,gBAAA,CAAW,GAAG,CAAA,CAAA;AACd,EAAAC,qBAAA,CAAgB,MAAM,CAAA,CAAA;AACxB,EAAA;AAEA,YAAe;AAAA,EACb,OAAA;AACF,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.js","sources":["../src/index.ts"],"sourcesContent":["import type { App } from 'vue'\nimport { Test } from './test'\nimport draggable from 'vuedraggable'\nimport Vue3DraggableResizable from 'vue3-draggable-resizable'\n\nimport { Group } from './group'\nimport { TableForm } from './table-form'\nimport { TinyEditor } from './tiny-editor'\nimport { Icon } from './icon'\nimport { ColorInput } from './color-input'\nimport { HotAreaInput } from './hot-area-input'\nimport { Dialog } from './dialog'\nimport { Form } from './form'\nimport { Attachment } from './attachment'\nimport { AttachmentDialog } from './attachment-dialog'\nimport { FileInput } from './file-input'\nimport { ImageInput } from './image-input'\nimport { AudioInput } from './audio-input'\nimport { VideoInput } from './video-input'\nimport { FileListInput } from './file-list-input'\nimport { ImageListInput } from './image-list-input'\nimport { AudioListInput } from './audio-list-input'\nimport { VideoListInput } from './video-list-input'\nimport { IconInput, IconContent, IconDialog } from './icon-input'\nimport { StyleInput } from './style-input'\nimport { BoxSizeInput } from './box-size-input'\nimport { StyleBoxInput } from './style-box-input'\nimport { StyleFontInput } from './style-font-input'\nimport { StyleBorderInput } from './style-border-input'\nimport { StyleBackgroundInput } from './style-background-input'\nimport { StyleShadowContent, StyleShadowInput } from './style-shadow-input'\nimport { StylePositionInput } from './style-position-input'\nimport { StyleNumberInput } from './style-number-input'\nimport { StyleCustomInput } from './style-custom-input'\nimport { PageDiy } from './page-diy'\nimport { Table } from './table'\nimport { Select } from './select'\nimport { Poster, PosterInput } from './poster-input'\nimport { StyleAnimationInput } from './style-animation-input'\nimport { AnimateSelect } from './animate-select'\nimport { UniIconInput } from './uni-icon-input'\nimport { UniIcon } from './uni-icon'\nimport { UrlInput } from './url-input'\n\nimport { setGlobalConfig, directives } from '@vipl520/utils'\nexport * from './tiny-editor'\nexport * from './icon'\nexport * from './group'\nexport * from './table-form'\nexport * from './color-input'\nexport * from './hot-area-input'\nexport * from './form'\nexport * from './attachment'\nexport * from './attachment-dialog'\nexport * from './file-input'\nexport * from './image-input'\nexport * from './audio-input'\nexport * from './video-input'\nexport * from './file-list-input'\nexport * from './image-list-input'\nexport * from './audio-list-input'\nexport * from './video-list-input'\nexport * from './icon-input'\nexport * from './page-diy'\nexport * from './box-size-input'\nexport * from './test'\nexport * from './style-input'\nexport * from './style-box-input'\nexport * from './style-font-input'\nexport * from './style-border-input'\nexport * from './style-shadow-input'\nexport * from './style-background-input'\nexport * from './style-position-input'\nexport * from './style-number-input'\nexport * from './style-custom-input'\nexport * from './table'\nexport * from './select'\nexport * from './poster-input'\nexport * from './style-animation-input'\nexport * from './animate-select'\nexport * from './uni-icon'\nexport * from './uni-icon-input'\nexport * from './url-input'\n\nconst components = [\n Test,\n Group,\n TableForm,\n // 富文本编辑器\n TinyEditor,\n // 图标\n Icon,\n // 颜色选择器\n ColorInput,\n // 热区选择器\n HotAreaInput,\n // 对话框\n Dialog,\n // json表单\n Form,\n // 附件\n Attachment,\n // 附件弹窗\n AttachmentDialog,\n // 文件选择器\n FileInput,\n // 图片选择器\n ImageInput,\n // 音频选择器\n AudioInput,\n // 视频选择器\n VideoInput,\n // 多文件选择器\n FileListInput,\n // 多图片选择器\n ImageListInput,\n // 多音频选择器\n AudioListInput,\n // 多视频选择器\n VideoListInput,\n // 图标选择器\n IconInput,\n // 图标展示框\n IconContent,\n // 图片弹出框\n IconDialog,\n // DIY编辑器\n PageDiy,\n // 尺寸输入框(带px/%/rem/等单位)\n BoxSizeInput,\n // DIV盒子编辑器(padding/margin/width/height)\n StyleBoxInput,\n // 文字样式编辑器\n StyleFontInput,\n // 边框样式编辑器\n StyleBorderInput,\n // 阴影编辑器\n StyleShadowInput,\n // 阴影编辑框\n StyleShadowContent,\n // 背景编辑器\n StyleBackgroundInput,\n // 合并样式编辑\n StyleInput,\n // 定位编辑器\n StylePositionInput,\n // 样式文字\n StyleNumberInput,\n // 动画配置\n StyleAnimationInput,\n // 自定义样式\n StyleCustomInput,\n // 动画class选择\n AnimateSelect,\n // 数据表格\n Table,\n // 选择\n Select,\n // 表单组/对象表单\n // 海报选择器\n PosterInput,\n // 海报\n Poster,\n Vue3DraggableResizable,\n draggable,\n UniIconInput,\n UniIcon,\n UrlInput,\n // TODO 普通上传 upload\n // TODO tag选择器 tag-input\n // TODO 链接选择器 link-input\n // TODO 应用框架\n]\n\nexport const install = (app: App, option: any = {}) => {\n components.forEach((item) => {\n if (item.install!) {\n app.use(item)\n } else if (item.name) {\n app.component(item.name, item)\n }\n })\n directives(app)\n setGlobalConfig(option)\n}\n\nexport default {\n install,\n}\n"],"names":["Test","Group","TableForm","TinyEditor","Icon","ColorInput","HotAreaInput","Dialog","Form","Attachment","AttachmentDialog","FileInput","ImageInput","AudioInput","VideoInput","FileListInput","ImageListInput","AudioListInput","VideoListInput","IconInput","IconContent","IconDialog","PageDiy","BoxSizeInput","StyleBoxInput","StyleFontInput","StyleBorderInput","StyleShadowInput","StyleShadowContent","StyleBackgroundInput","StyleInput","StylePositionInput","StyleNumberInput","StyleAnimationInput","StyleCustomInput","AnimateSelect","Table","Select","PosterInput","Poster","UniIconInput","UniIcon","UrlInput","directives","setGlobalConfig"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAoFA,MAAM,UAAa,GAAA;AAAA,EACjBA,YAAA;AAAA,EACAC,aAAA;AAAA,EACAC,iBAAA;AAAA;AAAA,EAEAC,kBAAA;AAAA;AAAA,EAEAC,YAAA;AAAA;AAAA,EAEAC,kBAAA;AAAA;AAAA,EAEAC,oBAAA;AAAA;AAAA,EAEAC,cAAA;AAAA;AAAA,EAEAC,YAAA;AAAA;AAAA,EAEAC,kBAAA;AAAA;AAAA,EAEAC,wBAAA;AAAA;AAAA,EAEAC,iBAAA;AAAA;AAAA,EAEAC,kBAAA;AAAA;AAAA,EAEAC,kBAAA;AAAA;AAAA,EAEAC,kBAAA;AAAA;AAAA,EAEAC,qBAAA;AAAA;AAAA,EAEAC,sBAAA;AAAA;AAAA,EAEAC,sBAAA;AAAA;AAAA,EAEAC,sBAAA;AAAA;AAAA,EAEAC,iBAAA;AAAA;AAAA,EAEAC,mBAAA;AAAA;AAAA,EAEAC,kBAAA;AAAA;AAAA,EAEAC,eAAA;AAAA;AAAA,EAEAC,oBAAA;AAAA;AAAA,EAEAC,qBAAA;AAAA;AAAA,EAEAC,sBAAA;AAAA;AAAA,EAEAC,wBAAA;AAAA;AAAA,EAEAC,wBAAA;AAAA;AAAA,EAEAC,0BAAA;AAAA;AAAA,EAEAC,4BAAA;AAAA;AAAA,EAEAC,kBAAA;AAAA;AAAA,EAEAC,0BAAA;AAAA;AAAA,EAEAC,wBAAA;AAAA;AAAA,EAEAC,2BAAA;AAAA;AAAA,EAEAC,wBAAA;AAAA;AAAA,EAEAC,qBAAA;AAAA;AAAA,EAEAC,aAAA;AAAA;AAAA,EAEAC,cAAA;AAAA;AAAA;AAAA,EAGAC,mBAAA;AAAA;AAAA,EAEAC,cAAA;AAAA,EACA,sBAAA;AAAA,EACA,SAAA;AAAA,EACAC,oBAAA;AAAA,EACAC,eAAA;AAAA,EACAC,gBAAA;AAAA;AAAA;AAAA;AAAA;AAKF,CAAA,CAAA;AAEO,MAAM,OAAU,GAAA,CAAC,GAAU,EAAA,MAAA,GAAc,EAAO,KAAA;AACrD,EAAW,UAAA,CAAA,OAAA,CAAQ,CAAC,IAAS,KAAA;AAC3B,IAAA,IAAI,KAAK,OAAU,EAAA;AACjB,MAAA,GAAA,CAAI,IAAI,IAAI,CAAA,CAAA;AAAA,KACd,MAAA,IAAW,KAAK,IAAM,EAAA;AACpB,MAAI,GAAA,CAAA,SAAA,CAAU,IAAK,CAAA,IAAA,EAAM,IAAI,CAAA,CAAA;AAAA,KAC/B;AAAA,GACD,CAAA,CAAA;AACD,EAAAC,gBAAA,CAAW,GAAG,CAAA,CAAA;AACd,EAAAC,qBAAA,CAAgB,MAAM,CAAA,CAAA;AACxB,EAAA;AAEA,YAAe;AAAA,EACb,OAAA;AACF,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
package/lib/index.scss CHANGED
@@ -1,6 +1,7 @@
1
1
  /* stylelint-disable */
2
2
  @import './icon/style/index.scss';
3
3
  @import './group/style/index.scss';
4
+ @import './table-form/style/index.scss';
4
5
  @import './dialog/style/index.scss';
5
6
  @import './attachment/style/index.scss';
6
7
  @import './file-input/style/index.scss';
@@ -63,4 +64,82 @@
63
64
  .cl {
64
65
  zoom: 1;
65
66
  }
67
+
68
+ //unocss
69
+ *,::before,::after{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgba(0,0,0,0);--un-ring-shadow:0 0 rgba(0,0,0,0);--un-shadow-inset: ;--un-shadow:0 0 rgba(0,0,0,0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgba(147,197,253,0.5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: ;}::backdrop{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgba(0,0,0,0);--un-ring-shadow:0 0 rgba(0,0,0,0);--un-shadow-inset: ;--un-shadow:0 0 rgba(0,0,0,0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgba(147,197,253,0.5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: ;}
70
+ /* layer: default */
71
+ .visible{visibility:visible;}
72
+ .absolute{position:absolute;}
73
+ .fixed{position:fixed;}
74
+ .relative{position:relative;}
75
+ .left-0{left:0;}
76
+ .left-5\%{left:5%;}
77
+ .left-99\%{left:99%;}
78
+ .right-0{right:0;}
79
+ .right-5\%{right:5%;}
80
+ .right-99\%{right:99%;}
81
+ .top-\[50\%\]{top:50%;}
82
+ .top-10px{top:10px;}
83
+ .grid{display:grid;}
84
+ .m-1px{margin:1px;}
85
+ .m2{margin:0.5rem;}
86
+ .m-b-10px{margin-bottom:10px;}
87
+ .m-b-5px{margin-bottom:5px;}
88
+ .m-l-20px{margin-left:20px;}
89
+ .m-l-5px{margin-left:5px;}
90
+ .m-l-6px{margin-left:6px;}
91
+ .m-r-4px{margin-right:4px;}
92
+ .m-r-5px{margin-right:5px;}
93
+ .m-t-10px{margin-top:10px;}
94
+ .m-t-5px{margin-top:5px;}
95
+ .me{margin-inline-end:1rem;}
96
+ .ml-10px{margin-left:10px;}
97
+ .ml-4{margin-left:1rem;}
98
+ .mr{margin-right:1rem;}
99
+ .mr-1{margin-right:0.25rem;}
100
+ .mr-10px{margin-right:10px;}
101
+ .block{display:block;}
102
+ .hidden{display:none;}
103
+ .min-h-30px{min-height:30px;}
104
+ .w-100\%{width:100%;}
105
+ .w-40px{width:40px;}
106
+ .w-50\%{width:50%;}
107
+ .w100{width:25rem;}
108
+ .flex{display:flex;}
109
+ .table{display:table;}
110
+ .translate-y-\[-50\%\]{--un-translate-y:-50%;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));}
111
+ .cursor-pointer{cursor:pointer;}
112
+ .resize{resize:both;}
113
+ .content-center{align-content:center;}
114
+ .items-center{align-items:center;}
115
+ .justify-center{justify-content:center;}
116
+ .justify-between{justify-content:space-between;}
117
+ .border,
118
+ .border-1px{border-width:1px;}
119
+ .border-white{--un-border-opacity:1;border-color:rgba(255,255,255,var(--un-border-opacity));}
120
+ .hover\:border-blue:hover{--un-border-opacity:1;border-color:rgba(96,165,250,var(--un-border-opacity));}
121
+ .rd-4px{border-radius:4px;}
122
+ .border-solid{border-style:solid;}
123
+ .bg-black{--un-bg-opacity:1;background-color:rgba(0,0,0,var(--un-bg-opacity));}
124
+ .p-10px,
125
+ .p10px{padding:10px;}
126
+ .p-5px{padding:5px;}
127
+ .p2{padding:0.5rem;}
128
+ .px{padding-left:1rem;padding-right:1rem;}
129
+ .pb-5px{padding-bottom:5px;}
130
+ .pl-20{padding-left:5rem;}
131
+ .pt-5px{padding-top:5px;}
132
+ .text-center{text-align:center;}
133
+ .vertical-text-top{vertical-align:text-top;}
134
+ .italic{font-style:italic;}
135
+ .color-blue{--un-text-opacity:1;color:rgba(96,165,250,var(--un-text-opacity));}
136
+ .hover\:color-blue:hover{--un-text-opacity:1;color:rgba(96,165,250,var(--un-text-opacity));}
137
+ .line-through{text-decoration-line:line-through;}
138
+ .underline{text-decoration-line:underline;}
139
+ //.tab{-moz-tab-size:4;-o-tab-size:4;tab-size:4;}
140
+ //.blur{--un-blur:blur(8px);filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia);}
141
+ //.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;}
142
+ //@keyframes __un_qm{0%{box-shadow:inset 4px 4px #ff1e90, inset -4px -4px #ff1e90}100%{box-shadow:inset 8px 8px #3399ff, inset -8px -8px #3399ff}}
143
+ //.\?{animation:__un_qm 0.5s ease-in-out alternate infinite;}
144
+
66
145
  /* stylelint-enable */
@@ -1110,7 +1110,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
1110
1110
  const _component_dk_dialog = vue.resolveComponent("dk-dialog");
1111
1111
  const _directive_loading = vue.resolveDirective("loading");
1112
1112
 
1113
- return (vue.openBlock(), vue.createBlock(_component_el_container, { class: "_fc-designer dk-page-diy" }, {
1113
+ return (vue.openBlock(), vue.createBlock(_component_el_container, { class: "dk-page-diy" }, {
1114
1114
  default: vue.withCtx(() => [
1115
1115
  vue.createCommentVNode(" 左边"),
1116
1116
  vue.createVNode(_component_el_aside, {
@@ -1224,8 +1224,8 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
1224
1224
  }, null, 32 /* HYDRATE_EVENTS */))
1225
1225
  : vue.createCommentVNode("v-if", true),
1226
1226
  vue.createElementVNode("div", {
1227
- class: "aside-toggle left-99%",
1228
- style: vue.normalizeStyle(_ctx.leftAside.hide ? 'display:block' : ''),
1227
+ class: "aside-toggle",
1228
+ style: vue.normalizeStyle([{"left":"99%"}, _ctx.leftAside.hide ? 'display:block' : '']),
1229
1229
  onClick: _cache[4] || (_cache[4] = $event => (_ctx.hideAside('left')))
1230
1230
  }, [
1231
1231
  vue.createVNode(_component_dk_icon, {