@vipl520/dk-ui 1.0.76 → 1.0.77

Sign up to get free protection for your applications and to get access to all the features.
Files changed (47) hide show
  1. package/dist/attributes.json +8 -0
  2. package/dist/index.css +1 -1
  3. package/dist/index.js +285 -12
  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 +282 -11
  9. package/dist/tags.json +7 -0
  10. package/dist/web-types.json +34 -0
  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 +1 -0
  15. package/es/style-custom-input/style/index.scss +0 -1
  16. package/es/table-form/index.d.ts +53 -0
  17. package/es/table-form/index.mjs +8 -0
  18. package/es/table-form/index.mjs.map +1 -0
  19. package/es/table-form/src/props.d.ts +23 -0
  20. package/es/table-form/src/props.mjs +26 -0
  21. package/es/table-form/src/props.mjs.map +1 -0
  22. package/es/table-form/src/table-form.vue.d.ts +52 -0
  23. package/es/table-form/src/table-form.vue.mjs +7 -0
  24. package/es/table-form/src/table-form.vue.mjs.map +1 -0
  25. package/es/table-form/src/table-form.vue2.mjs +250 -0
  26. package/es/table-form/src/table-form.vue2.mjs.map +1 -0
  27. package/es/table-form/style/index.css +1 -0
  28. package/es/table-form/style/index.scss +110 -0
  29. package/lib/index.d.ts +1 -0
  30. package/lib/index.js +187 -182
  31. package/lib/index.js.map +1 -1
  32. package/lib/index.scss +1 -0
  33. package/lib/style-custom-input/style/index.scss +0 -1
  34. package/lib/table-form/index.d.ts +53 -0
  35. package/lib/table-form/index.js +14 -0
  36. package/lib/table-form/index.js.map +1 -0
  37. package/lib/table-form/src/props.d.ts +23 -0
  38. package/lib/table-form/src/props.js +28 -0
  39. package/lib/table-form/src/props.js.map +1 -0
  40. package/lib/table-form/src/table-form.vue.d.ts +52 -0
  41. package/lib/table-form/src/table-form.vue.js +11 -0
  42. package/lib/table-form/src/table-form.vue.js.map +1 -0
  43. package/lib/table-form/src/table-form.vue2.js +254 -0
  44. package/lib/table-form/src/table-form.vue2.js.map +1 -0
  45. package/lib/table-form/style/index.css +1 -0
  46. package/lib/table-form/style/index.scss +110 -0
  47. 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';
@@ -1,5 +1,4 @@
1
1
  /* stylelint-disable */
2
2
  .dk-style-custom-input {
3
-
4
3
  }
5
4
  /* stylelint-enable */
@@ -0,0 +1,53 @@
1
+ export declare const TableForm: import("@vipl520/utils").WithInstall<import("vue").DefineComponent<{
2
+ formCreateInject: ObjectConstructor;
3
+ modelValue: {
4
+ type: ArrayConstructor;
5
+ default: () => never[];
6
+ };
7
+ columns: {
8
+ type: ArrayConstructor;
9
+ required: boolean;
10
+ default: () => never[];
11
+ };
12
+ options: {
13
+ type: ObjectConstructor;
14
+ default: () => {
15
+ submitBtn: boolean;
16
+ resetBtn: boolean;
17
+ };
18
+ };
19
+ max: NumberConstructor;
20
+ disabled: BooleanConstructor;
21
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change" | "delete" | "add")[], "update:modelValue" | "change" | "delete" | "add", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
22
+ formCreateInject: ObjectConstructor;
23
+ modelValue: {
24
+ type: ArrayConstructor;
25
+ default: () => never[];
26
+ };
27
+ columns: {
28
+ type: ArrayConstructor;
29
+ required: boolean;
30
+ default: () => never[];
31
+ };
32
+ options: {
33
+ type: ObjectConstructor;
34
+ default: () => {
35
+ submitBtn: boolean;
36
+ resetBtn: boolean;
37
+ };
38
+ };
39
+ max: NumberConstructor;
40
+ disabled: BooleanConstructor;
41
+ }>> & {
42
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
43
+ onChange?: ((...args: any[]) => any) | undefined;
44
+ onDelete?: ((...args: any[]) => any) | undefined;
45
+ onAdd?: ((...args: any[]) => any) | undefined;
46
+ }, {
47
+ modelValue: unknown[];
48
+ disabled: boolean;
49
+ options: Record<string, any>;
50
+ columns: unknown[];
51
+ }, {}>>;
52
+ export default TableForm;
53
+ export * from './src/props';
@@ -0,0 +1,14 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var utils = require('@vipl520/utils');
6
+ var tableForm = require('./src/table-form.vue.js');
7
+ var props = require('./src/props.js');
8
+
9
+ const TableForm = utils.withInstall(tableForm.default);
10
+
11
+ exports.tableFormProps = props.tableFormProps;
12
+ exports.TableForm = TableForm;
13
+ exports.default = TableForm;
14
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../../src/table-form/index.ts"],"sourcesContent":["import { withInstall } from '@vipl520/utils'\nimport _TableForm from './src/table-form.vue'\n\nexport const TableForm = withInstall(_TableForm)\nexport default TableForm\n\nexport * from './src/props'\n"],"names":["withInstall","_TableForm"],"mappings":";;;;;;;;AAGa,MAAA,SAAA,GAAYA,kBAAYC,iBAAU;;;;;;"}
@@ -0,0 +1,23 @@
1
+ import type { ExtractPropTypes } from 'vue';
2
+ export declare const tableFormProps: {
3
+ formCreateInject: ObjectConstructor;
4
+ modelValue: {
5
+ type: ArrayConstructor;
6
+ default: () => never[];
7
+ };
8
+ columns: {
9
+ type: ArrayConstructor;
10
+ required: boolean;
11
+ default: () => never[];
12
+ };
13
+ options: {
14
+ type: ObjectConstructor;
15
+ default: () => {
16
+ submitBtn: boolean;
17
+ resetBtn: boolean;
18
+ };
19
+ };
20
+ max: NumberConstructor;
21
+ disabled: BooleanConstructor;
22
+ };
23
+ export type TableFormProps = ExtractPropTypes<typeof tableFormProps>;
@@ -0,0 +1,28 @@
1
+ 'use strict';
2
+
3
+ var vue = require('vue');
4
+
5
+ const tableFormProps = {
6
+ formCreateInject: Object,
7
+ modelValue: {
8
+ type: Array,
9
+ default: () => []
10
+ },
11
+ columns: {
12
+ type: Array,
13
+ required: true,
14
+ default: () => []
15
+ },
16
+ options: {
17
+ type: Object,
18
+ default: () => vue.reactive({
19
+ submitBtn: false,
20
+ resetBtn: false
21
+ })
22
+ },
23
+ max: Number,
24
+ disabled: Boolean
25
+ };
26
+
27
+ exports.tableFormProps = tableFormProps;
28
+ //# sourceMappingURL=props.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"props.js","sources":["../../../src/table-form/src/props.ts"],"sourcesContent":["import type { ExtractPropTypes, PropType } from 'vue'\nimport { reactive } from 'vue'\n// src/props.ts\nexport const tableFormProps = {\n formCreateInject: Object,\n modelValue: {\n type: Array,\n default: () => [],\n },\n columns: {\n type: Array,\n required: true,\n default: () => [],\n },\n options: {\n type: Object,\n default: () =>\n reactive({\n submitBtn: false,\n resetBtn: false,\n }),\n },\n max: Number,\n disabled: Boolean,\n}\n\nexport type TableFormProps = ExtractPropTypes<typeof tableFormProps>\n"],"names":["reactive"],"mappings":";;;;AAGO,MAAM,cAAiB,GAAA;AAAA,EAC5B,gBAAkB,EAAA,MAAA;AAAA,EAClB,UAAY,EAAA;AAAA,IACV,IAAM,EAAA,KAAA;AAAA,IACN,OAAA,EAAS,MAAM,EAAC;AAAA,GAClB;AAAA,EACA,OAAS,EAAA;AAAA,IACP,IAAM,EAAA,KAAA;AAAA,IACN,QAAU,EAAA,IAAA;AAAA,IACV,OAAA,EAAS,MAAM,EAAC;AAAA,GAClB;AAAA,EACA,OAAS,EAAA;AAAA,IACP,IAAM,EAAA,MAAA;AAAA,IACN,OAAA,EAAS,MACPA,YAAS,CAAA;AAAA,MACP,SAAW,EAAA,KAAA;AAAA,MACX,QAAU,EAAA,KAAA;AAAA,KACX,CAAA;AAAA,GACL;AAAA,EACA,GAAK,EAAA,MAAA;AAAA,EACL,QAAU,EAAA,OAAA;AACZ;;;;"}