china-mobile-international-custom-components 0.0.40 → 0.0.41

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 (41) hide show
  1. package/es/ApplicationTypeTag.mjs +1 -1
  2. package/es/AvailableRangePreview.mjs +1 -1
  3. package/es/AvailableRangeSetting.mjs +2 -2
  4. package/es/BackBar.mjs +49 -0
  5. package/es/SourcePublish.mjs +278 -269
  6. package/es/Table.mjs +6 -6
  7. package/es/assets/AiboxTable.css +1 -0
  8. package/es/assets/BackBar.css +1 -1
  9. package/es/assets/SourcePublish.css +1 -1
  10. package/es/chunks/AiboxTable.feSxtxGI.js +563 -0
  11. package/es/chunks/{BackBar.DwhmSL-a.js → BackBar.C3Tp-e_K.js} +1 -1
  12. package/es/chunks/BackBar.DE2EjQfI.js +606 -0
  13. package/es/chunks/BackBar.zjPh_z_w.js +601 -0
  14. package/es/chunks/index.D1cu8OUn.js +260 -0
  15. package/es/chunks/index.DENagLDS.js +313 -0
  16. package/es/index.mjs +4 -4
  17. package/lib/ApplicationTypeTag.js +1 -1
  18. package/lib/AvailableRangePreview.js +1 -1
  19. package/lib/AvailableRangeSetting.js +1 -1
  20. package/lib/BackBar.js +1 -0
  21. package/lib/SourcePublish.js +1 -1
  22. package/lib/Table.js +1 -1
  23. package/lib/assets/AiboxTable.css +1 -0
  24. package/lib/assets/BackBar.css +1 -1
  25. package/lib/assets/SourcePublish.css +1 -1
  26. package/lib/chunks/AiboxTable.DdCYg_mt.js +1 -0
  27. package/lib/chunks/BackBar.BL8repFN.js +1 -0
  28. package/lib/chunks/{BackBar.CYThcqhK.js → BackBar.CpYFuBeN.js} +1 -1
  29. package/lib/chunks/BackBar.DcGRWfNN.js +1 -0
  30. package/lib/chunks/index.5Su4CrC-.js +1 -0
  31. package/lib/chunks/index.B_esKpWv.js +1 -0
  32. package/lib/index.js +1 -1
  33. package/package.json +4 -4
  34. package/es/chunks/i18n.DUrvNBQz.js +0 -4028
  35. package/es/chunks/index.BcLVH95_.js +0 -4058
  36. package/es/chunks/index.ClqvUq64.js +0 -302
  37. package/es/chunks/index.Dh5IGfxO.js +0 -290
  38. package/lib/chunks/i18n.D-d0yyXi.js +0 -6
  39. package/lib/chunks/index.Bk55us0s.js +0 -1
  40. package/lib/chunks/index.CSLWrMRE.js +0 -1
  41. package/lib/chunks/index.CV29Us4A.js +0 -6
@@ -1,7 +1,7 @@
1
1
  import { w as I } from "./chunks/index.bCzIhWFw.js";
2
2
  import { computed as A, createElementBlock as _, openBlock as n, normalizeClass as r, toDisplayString as p } from "vue";
3
3
  import { A as t } from "./chunks/config.DE5PZU2F.js";
4
- import { u } from "./chunks/i18n.DUrvNBQz.js";
4
+ import { u } from "./chunks/i18n.BNeBD4gR.js";
5
5
  import { _ as i } from "./chunks/_plugin-vue_export-helper.CHgC5LLL.js";
6
6
  import './assets/ApplicationTypeTag.css';const L = () => {
7
7
  const { t: a } = u();
@@ -1,5 +1,5 @@
1
1
  import "./chunks/index.bCzIhWFw.js";
2
- import { A as r, T as s, A as t } from "./chunks/index.CSPp4g5C.js";
2
+ import { A as r, T as s, A as t } from "./chunks/index.DENagLDS.js";
3
3
  export {
4
4
  r as AvailableRangePreview,
5
5
  s as TagList,
@@ -1,6 +1,6 @@
1
1
  import "./chunks/index.bCzIhWFw.js";
2
- import { A as r, A as T } from "./chunks/index.Doax01RQ.js";
3
- import { D as o, M as t, P as A, R as S, a as P, r as R } from "./chunks/index.CSPp4g5C.js";
2
+ import { A as r, A as T } from "./chunks/index.D1cu8OUn.js";
3
+ import { D as o, M as t, P as A, R as S, a as P, r as R } from "./chunks/index.DENagLDS.js";
4
4
  export {
5
5
  r as AvailableRangeSetting,
6
6
  o as DEFAULT_SHOW_COUNT,
package/es/BackBar.mjs ADDED
@@ -0,0 +1,49 @@
1
+ import { createElementBlock as o, openBlock as a, normalizeStyle as s, createElementVNode as d, renderSlot as u, createCommentVNode as f, createVNode as c, unref as r, withModifiers as k, withCtx as m, toDisplayString as b } from "vue";
2
+ import { useRouter as p } from "vue-router";
3
+ import { IconZuo as B } from "color-message-aibox-vue";
4
+ import { ElIcon as y } from "element-plus";
5
+ import './assets/BackBar.css';const _ = { class: "back-bar__icon" }, g = {
6
+ key: 0,
7
+ class: "back-bar__title"
8
+ }, E = {
9
+ __name: "BackBar",
10
+ props: {
11
+ goBackFn: {
12
+ type: Function,
13
+ default: null
14
+ },
15
+ backBarStyle: {
16
+ type: String,
17
+ default: "#fff"
18
+ },
19
+ title: {
20
+ type: String,
21
+ default: ""
22
+ }
23
+ },
24
+ setup(t) {
25
+ const e = t, l = p(), n = () => {
26
+ e.goBackFn ? e.goBackFn() : l.back();
27
+ };
28
+ return (i, S) => (a(), o("div", {
29
+ class: "back-bar",
30
+ style: s({ "background-color": t.backBarStyle })
31
+ }, [
32
+ d("div", _, [
33
+ c(r(y), {
34
+ onClick: k(n, ["stop"])
35
+ }, {
36
+ default: m(() => [
37
+ c(r(B))
38
+ ]),
39
+ _: 1
40
+ })
41
+ ]),
42
+ u(i.$slots, "default"),
43
+ t.title ? (a(), o("div", g, b(t.title), 1)) : f("", !0)
44
+ ], 4));
45
+ }
46
+ };
47
+ export {
48
+ E as default
49
+ };