@maxax/ui 1.0.11 → 1.0.17

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 (50) hide show
  1. package/dist/component.d.ts.map +1 -1
  2. package/dist/components/app-common/better-scroll.vue.d.ts +24 -0
  3. package/dist/components/app-common/better-scroll.vue.d.ts.map +1 -0
  4. package/dist/components/app-common/button-icon.vue.d.ts +28 -0
  5. package/dist/components/app-common/button-icon.vue.d.ts.map +1 -0
  6. package/dist/components/app-common/full-screen.vue.d.ts +6 -0
  7. package/dist/components/app-common/full-screen.vue.d.ts.map +1 -0
  8. package/dist/components/app-common/icon-tooltip.vue.d.ts +23 -0
  9. package/dist/components/app-common/icon-tooltip.vue.d.ts.map +1 -0
  10. package/dist/components/app-common/index.d.ts +16 -0
  11. package/dist/components/app-common/index.d.ts.map +1 -0
  12. package/dist/components/app-common/menu-toggler.vue.d.ts +13 -0
  13. package/dist/components/app-common/menu-toggler.vue.d.ts.map +1 -0
  14. package/dist/components/app-common/pin-toggler.vue.d.ts +6 -0
  15. package/dist/components/app-common/pin-toggler.vue.d.ts.map +1 -0
  16. package/dist/components/app-common/reload-button.vue.d.ts +6 -0
  17. package/dist/components/app-common/reload-button.vue.d.ts.map +1 -0
  18. package/dist/components/basic-button-action/BasicButtonImport.vue.d.ts +2 -2
  19. package/dist/components/basic-cascader/BasicCascader.vue.d.ts +1 -1
  20. package/dist/components/basic-drawer/BasicDrawer.vue.d.ts +1 -1
  21. package/dist/components/basic-json-viewer/components/TreeNode.d.ts +1 -1
  22. package/dist/components/basic-message-box/BasicMessageBox.vue.d.ts +2 -2
  23. package/dist/components/basic-radio-group/BasicRadioGroup.d.ts +1 -1
  24. package/dist/components/basic-region-select/BasicRegionSelect.d.ts +6 -6
  25. package/dist/components/basic-select/BasicSelect.vue.d.ts +1 -1
  26. package/dist/components/basic-svg-icon/interface.d.ts +1 -1
  27. package/dist/components/basic-svg-icon/interface.d.ts.map +1 -1
  28. package/dist/components/basic-upload/BasicUpload.d.ts +2 -2
  29. package/dist/components/basic-upload-core/AjaxUploader.d.ts +3 -3
  30. package/dist/components/basic-upload-core/BasicUploadCore.d.ts +3 -3
  31. package/dist/components/index.d.ts +1 -0
  32. package/dist/components/index.d.ts.map +1 -1
  33. package/dist/components/tree-drop/TreeDrop.vue.d.ts +1 -1
  34. package/dist/index.cjs +2340 -1959
  35. package/dist/index.cjs.map +1 -1
  36. package/dist/index.mjs +2337 -1956
  37. package/dist/index.mjs.map +1 -1
  38. package/dist/locale/lang/en.d.ts.map +1 -1
  39. package/dist/locale/lang/zh-cn.d.ts.map +1 -1
  40. package/dist/locales.cjs +79 -53
  41. package/dist/locales.cjs.map +1 -1
  42. package/dist/locales.mjs +79 -53
  43. package/dist/locales.mjs.map +1 -1
  44. package/dist/{utils-D_olU8qE.cjs → utils-DRBSpYf4.cjs} +11 -1
  45. package/dist/utils-DRBSpYf4.cjs.map +1 -0
  46. package/dist/{utils-JnUSPc85.js → utils-WrckZ9PX.js} +11 -1
  47. package/dist/utils-WrckZ9PX.js.map +1 -0
  48. package/package.json +6 -5
  49. package/dist/utils-D_olU8qE.cjs.map +0 -1
  50. package/dist/utils-JnUSPc85.js.map +0 -1
package/dist/locales.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { b, a, t, z } from "./utils-JnUSPc85.js";
1
+ import { b, a, t, z } from "./utils-WrckZ9PX.js";
2
2
  function getDefaultExportFromCjs(x) {
3
3
  return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, "default") ? x["default"] : x;
4
4
  }
@@ -126,7 +126,8 @@ function requireEnUS$1() {
126
126
  searchEmpty: "No matching data found!"
127
127
  },
128
128
  tree: {
129
- searchEmpty: "未匹配到数据!"
129
+ searchEmpty: "未匹配到数据!",
130
+ dragTip: "Move: {0}"
130
131
  },
131
132
  treeSelect: {
132
133
  clearChecked: "Clear",
@@ -553,22 +554,26 @@ function requireEnUS$1() {
553
554
  },
554
555
  gantt: {
555
556
  tFullFormat: {
556
- year: "{yy}",
557
- quarter: "Quarter {q} of year {yy}",
558
- month: "{yy}-{M}",
559
- week: "Week {W} of year {yy}",
560
- day: "{yy}-{M}-{d}",
561
- hour: "{yy}-{M}-{d} {H}",
562
- minute: "{yy}-{M}-{d} {H}:{m}"
557
+ year: "{yyyy}",
558
+ quarter: "{yyyy}年第{q}季度",
559
+ month: "{yyyy}{MM}",
560
+ week: "{yyyy}年第{W}",
561
+ day: "{yyyy}{MM}{E}",
562
+ date: "{yyyy}{MM}{dd}",
563
+ hour: "{yyyy}{MM}{dd}{HH}",
564
+ minute: "{yyyy}年{MM}月{dd}日{HH}时{mm}分",
565
+ second: "{yyyy}年{MM}月{dd}日{HH}时{mm}分{ss}秒"
563
566
  },
564
567
  tSimpleFormat: {
565
- year: "{yy}",
566
- quarter: "Quarter {q}",
567
- month: "{M}",
568
- week: "Week {W}",
568
+ year: "{yyyy}",
569
+ quarter: "{q}季度",
570
+ month: "{M}",
571
+ week: "{W}",
569
572
  day: "{d}",
570
- hour: "{H}",
571
- minute: "{m}"
573
+ date: "{d}",
574
+ hour: "{HH}",
575
+ minute: "{mm}",
576
+ second: "{ss}"
572
577
  },
573
578
  dayss: {
574
579
  w0: "Sun",
@@ -953,7 +958,8 @@ function requireZhCN$1() {
953
958
  searchEmpty: "未匹配到数据!"
954
959
  },
955
960
  tree: {
956
- searchEmpty: "未匹配到数据!"
961
+ searchEmpty: "未匹配到数据!",
962
+ dragTip: "移动:{0}"
957
963
  },
958
964
  treeSelect: {
959
965
  clearChecked: "清除",
@@ -1380,24 +1386,26 @@ function requireZhCN$1() {
1380
1386
  },
1381
1387
  gantt: {
1382
1388
  tFullFormat: {
1383
- year: "{yy}年",
1384
- quarter: "{yy}年第{q}季度",
1385
- month: "{yy}年{M}月",
1386
- week: "{yy}年第{W}周",
1387
- day: "{yy}年{M}月{E}",
1388
- date: "{yy}年{M}月{d}日",
1389
- hour: "{yy}年 {M}月{d}日{H}时",
1390
- minute: "{yy}年{M}月{d}日{H}时{m}分"
1389
+ year: "{yyyy}年",
1390
+ quarter: "{yyyy}年第{q}季度",
1391
+ month: "{yyyy}年{MM}月",
1392
+ week: "{yyyy}年第{W}周",
1393
+ day: "{yyyy}年{MM}月 {E}",
1394
+ date: "{yyyy}年{MM}月{dd}日",
1395
+ hour: "{yyyy}年{MM}月{dd}日{HH}时",
1396
+ minute: "{yyyy}年{MM}月{dd}日{HH}时{mm}分",
1397
+ second: "{yyyy}年{MM}月{dd}日{HH}时{mm}分{ss}秒"
1391
1398
  },
1392
1399
  tSimpleFormat: {
1393
- year: "{yy}年",
1400
+ year: "{yyyy}年",
1394
1401
  quarter: "{q}季度",
1395
1402
  month: "{M}月",
1396
1403
  week: "{W}周",
1397
1404
  day: "{d}",
1398
1405
  date: "{d}",
1399
- hour: "{H}",
1400
- minute: "{m}"
1406
+ hour: "{HH}",
1407
+ minute: "{mm}",
1408
+ second: "{ss}"
1401
1409
  },
1402
1410
  dayss: {
1403
1411
  w0: "日",
@@ -1782,7 +1790,8 @@ function requireEnUS() {
1782
1790
  searchEmpty: "No matching data found!"
1783
1791
  },
1784
1792
  tree: {
1785
- searchEmpty: "未匹配到数据!"
1793
+ searchEmpty: "未匹配到数据!",
1794
+ dragTip: "Move: {0}"
1786
1795
  },
1787
1796
  treeSelect: {
1788
1797
  clearChecked: "Clear",
@@ -2209,22 +2218,26 @@ function requireEnUS() {
2209
2218
  },
2210
2219
  gantt: {
2211
2220
  tFullFormat: {
2212
- year: "{yy}",
2213
- quarter: "Quarter {q} of year {yy}",
2214
- month: "{yy}-{M}",
2215
- week: "Week {W} of year {yy}",
2216
- day: "{yy}-{M}-{d}",
2217
- hour: "{yy}-{M}-{d} {H}",
2218
- minute: "{yy}-{M}-{d} {H}:{m}"
2221
+ year: "{yyyy}",
2222
+ quarter: "{yyyy}年第{q}季度",
2223
+ month: "{yyyy}{MM}",
2224
+ week: "{yyyy}年第{W}",
2225
+ day: "{yyyy}{MM}{E}",
2226
+ date: "{yyyy}{MM}{dd}",
2227
+ hour: "{yyyy}{MM}{dd}{HH}",
2228
+ minute: "{yyyy}年{MM}月{dd}日{HH}时{mm}分",
2229
+ second: "{yyyy}年{MM}月{dd}日{HH}时{mm}分{ss}秒"
2219
2230
  },
2220
2231
  tSimpleFormat: {
2221
- year: "{yy}",
2222
- quarter: "Quarter {q}",
2223
- month: "{M}",
2224
- week: "Week {W}",
2232
+ year: "{yyyy}",
2233
+ quarter: "{q}季度",
2234
+ month: "{M}",
2235
+ week: "{W}",
2225
2236
  day: "{d}",
2226
- hour: "{H}",
2227
- minute: "{m}"
2237
+ date: "{d}",
2238
+ hour: "{HH}",
2239
+ minute: "{mm}",
2240
+ second: "{ss}"
2228
2241
  },
2229
2242
  dayss: {
2230
2243
  w0: "Sun",
@@ -2609,7 +2622,8 @@ function requireZhCN() {
2609
2622
  searchEmpty: "未匹配到数据!"
2610
2623
  },
2611
2624
  tree: {
2612
- searchEmpty: "未匹配到数据!"
2625
+ searchEmpty: "未匹配到数据!",
2626
+ dragTip: "移动:{0}"
2613
2627
  },
2614
2628
  treeSelect: {
2615
2629
  clearChecked: "清除",
@@ -3036,24 +3050,26 @@ function requireZhCN() {
3036
3050
  },
3037
3051
  gantt: {
3038
3052
  tFullFormat: {
3039
- year: "{yy}年",
3040
- quarter: "{yy}年第{q}季度",
3041
- month: "{yy}年{M}月",
3042
- week: "{yy}年第{W}周",
3043
- day: "{yy}年{M}月{E}",
3044
- date: "{yy}年{M}月{d}日",
3045
- hour: "{yy}年 {M}月{d}日{H}时",
3046
- minute: "{yy}年{M}月{d}日{H}时{m}分"
3053
+ year: "{yyyy}年",
3054
+ quarter: "{yyyy}年第{q}季度",
3055
+ month: "{yyyy}年{MM}月",
3056
+ week: "{yyyy}年第{W}周",
3057
+ day: "{yyyy}年{MM}月 {E}",
3058
+ date: "{yyyy}年{MM}月{dd}日",
3059
+ hour: "{yyyy}年{MM}月{dd}日{HH}时",
3060
+ minute: "{yyyy}年{MM}月{dd}日{HH}时{mm}分",
3061
+ second: "{yyyy}年{MM}月{dd}日{HH}时{mm}分{ss}秒"
3047
3062
  },
3048
3063
  tSimpleFormat: {
3049
- year: "{yy}年",
3064
+ year: "{yyyy}年",
3050
3065
  quarter: "{q}季度",
3051
3066
  month: "{M}月",
3052
3067
  week: "{W}周",
3053
3068
  day: "{d}",
3054
3069
  date: "{d}",
3055
- hour: "{H}",
3056
- minute: "{m}"
3070
+ hour: "{HH}",
3071
+ minute: "{mm}",
3072
+ second: "{ss}"
3057
3073
  },
3058
3074
  dayss: {
3059
3075
  w0: "日",
@@ -3317,6 +3333,16 @@ const zhCN = /* @__PURE__ */ getDefaultExportFromCjs(zhCNExports);
3317
3333
  const en = {
3318
3334
  name: "en-US",
3319
3335
  max: {
3336
+ icon: {
3337
+ lang: "Switch Language",
3338
+ fullscreen: "Fullscreen",
3339
+ fullscreenExit: "Exit Fullscreen",
3340
+ reload: "Reload Page",
3341
+ collapse: "Collapse Menu",
3342
+ expand: "Expand Menu",
3343
+ pin: "Pin",
3344
+ unpin: "Unpin"
3345
+ },
3320
3346
  notification: {
3321
3347
  delete: "Are you sure you want to delete?"
3322
3348
  },