@litianxiang/portal-ui 0.1.6 → 0.1.7

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.
Files changed (2) hide show
  1. package/dist/index.js +7 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -115,7 +115,13 @@ const Bl = /* @__PURE__ */ ee({
115
115
  edit: "iconfont icon-edit",
116
116
  delete: "iconfont icon-delete",
117
117
  reset: "iconfont icon-shuaxin",
118
- filter: "iconfont icon-filter"
118
+ filter: "iconfont icon-filter",
119
+ publish: "iconfont icon-fabu",
120
+ download: "iconfont icon-xiazai",
121
+ upload: "iconfont icon-shangchuan",
122
+ export: "iconfont icon-export",
123
+ import: "iconfont icon-import",
124
+ form: "iconfont icon-biaodan1"
119
125
  }, o = ["custom"], c = e, i = z, v = q(() => c.icon ? t[c.icon] || c.icon : ""), g = q(() => c.type || ""), m = q(() => {
120
126
  const x = g.value;
121
127
  return x && o.includes(x) ? "" : x;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@litianxiang/portal-ui",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "dist/index.js",