@litianxiang/portal-ui 0.1.13 → 0.1.14

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 +4 -4
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2023,7 +2023,7 @@ const we = {
2023
2023
  _: 1
2024
2024
  }),
2025
2025
  n(L, {
2026
- type: "custom",
2026
+ class: "el-button--custom",
2027
2027
  onClick: k
2028
2028
  }, {
2029
2029
  default: i(() => [...w[2] || (w[2] = [
@@ -3027,7 +3027,7 @@ const xt = { class: "page-pagination" }, Bt = /* @__PURE__ */ ee({
3027
3027
  }, 1032, ["onClose"]))), 128))
3028
3028
  ]),
3029
3029
  n(S, {
3030
- type: "custom",
3030
+ class: "el-button--custom",
3031
3031
  onClick: se
3032
3032
  }, {
3033
3033
  default: i(() => [
@@ -3312,7 +3312,7 @@ const xt = { class: "page-pagination" }, Bt = /* @__PURE__ */ ee({
3312
3312
  })) : q("", !0)
3313
3313
  ]),
3314
3314
  n(S, {
3315
- type: "custom",
3315
+ class: "el-button--custom",
3316
3316
  onClick: se
3317
3317
  }, {
3318
3318
  default: i(() => [...R[6] || (R[6] = [
@@ -3521,7 +3521,7 @@ const xt = { class: "page-pagination" }, Bt = /* @__PURE__ */ ee({
3521
3521
  _: 1
3522
3522
  }),
3523
3523
  n(oe, {
3524
- type: "custom",
3524
+ class: "el-button--custom",
3525
3525
  onClick: s
3526
3526
  }, {
3527
3527
  default: i(() => [...b[12] || (b[12] = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@litianxiang/portal-ui",
3
- "version": "0.1.13",
3
+ "version": "0.1.14",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "dist/index.js",