@airpower/web 1.11.3 → 1.11.4

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/main.js +2 -2
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -18043,8 +18043,8 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
18043
18043
  }, null, 8, ["desensitize", "phone"])) : item.datetime ? (openBlock(), createBlock(unref(ADateTime), {
18044
18044
  key: 4,
18045
18045
  formatter: item.datetime === true ? unref(DateTimeFormatter).FULL_DATE_TIME : item.datetime,
18046
- "milli-second": getValue(scope, item)
18047
- }, null, 8, ["formatter", "milli-second"])) : item.money ? (openBlock(), createBlock(unref(AMoney), {
18046
+ time: getValue(scope, item)
18047
+ }, null, 8, ["formatter", "time"])) : item.money ? (openBlock(), createBlock(unref(AMoney), {
18048
18048
  key: 5,
18049
18049
  money: getValue(scope, item)
18050
18050
  }, null, 8, ["money"])) : item.payload ? (openBlock(), createElementBlock(Fragment, { key: 6 }, [
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@airpower/web",
3
3
  "type": "module",
4
- "version": "1.11.3",
4
+ "version": "1.11.4",
5
5
  "description": "AirPower-Web",
6
6
  "author": {
7
7
  "name": "Hamm",