ap-dev 1.1.32 → 1.1.34

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.
@@ -637,9 +637,9 @@ edit: (rowData) => {return true;}</div>`
637
637
  code: '<span class="api-code">// 隐藏列<br> hide:true</span>'
638
638
  }, {
639
639
  name: 'sortable',
640
- type: '布尔',
640
+ type: '布尔/字符串',
641
641
  default: 'false',
642
- memo: '是否可以排序。true可排序,false不可排序。<br><span class="api-memo">注:不支持多列同时排序</span>',
642
+ memo: '是否可以排序。true可排序,false不可排序,local前端排序。<br><span class="api-memo">注1:不支持多列同时排序<br>注2:local时为前端排序,不会请求后台数据</span>',
643
643
  code: `<span class="api-code">sortable: true,// 支持排序</span>`
644
644
  }, {
645
645
  group: '通用:式样',
@@ -22,6 +22,7 @@ const iconGroup = [
22
22
  'data-analysis',
23
23
  'data-board',
24
24
  'pc',
25
+ 'baobiao',
25
26
  ]
26
27
  }, {
27
28
  name: "模块类",
@@ -45,7 +46,6 @@ const iconGroup = [
45
46
  'coin',
46
47
  'pic-part',
47
48
  'part',
48
- 'share',
49
49
  'list',
50
50
  ]
51
51
  }, {
@@ -68,6 +68,16 @@ const iconGroup = [
68
68
  'peizhi4',
69
69
  'peizhi1',
70
70
  'close-notification',
71
+
72
+ 'share',
73
+ 'lianjie11',
74
+ 'lianjie9',
75
+ 'lianjie8',
76
+ 'linajie7',
77
+ 'lianjie6',
78
+ 'lianjie5',
79
+ 'lianjie4',
80
+ 'lianjie3',
71
81
  ]
72
82
  }, {
73
83
  name: "人员类",
@@ -110,6 +120,8 @@ const iconGroup = [
110
120
  'warning',
111
121
  'warning-outline',
112
122
  'question',
123
+ 'wenhao',
124
+ 'wenhao2',
113
125
  'info',
114
126
 
115
127
 
@@ -272,11 +284,15 @@ const iconGroup = [
272
284
  'date-time',
273
285
  'table',
274
286
  'code',
287
+ 'sql',
275
288
  'c-scale-to-original',
276
-
289
+
277
290
  'thumb',
278
291
  'zhipai',
279
292
  '404',
293
+ 'f',
294
+ 'tiaojian1',
295
+ 'tiaojian2',
280
296
  ]
281
297
  }, {
282
298
  name: "文档类",
@@ -289,8 +305,8 @@ const iconGroup = [
289
305
  'folder-remove',
290
306
  'folder-delete',
291
307
  'folder-checked',
292
-
293
-
308
+
309
+
294
310
  'skill',
295
311
  'wendangpeizhi',
296
312
  'form',
@@ -318,10 +334,10 @@ const iconGroup = [
318
334
  'notebook-2',
319
335
  'notebook-1',
320
336
  'collection',
321
-
337
+
322
338
  'reading',
323
339
  'education',
324
-
340
+
325
341
  'excel',
326
342
  'pdf',
327
343
  'zip',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ap-dev",
3
- "version": "1.1.32",
3
+ "version": "1.1.34",
4
4
  "description": "===== ap-dev =====",
5
5
  "author": "xiexinbin",
6
6
  "email": "876818817@qq.com",