@solar-taro/ui-sun 2.5.3 → 2.6.1

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 (58) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/index.d.ts +1 -0
  3. package/index.js +8 -6
  4. package/index12.js +1 -1
  5. package/index15.js +4 -4
  6. package/index23.js +1 -1
  7. package/index25.js +1 -1
  8. package/index26.js +1 -1
  9. package/index27.js +6 -8
  10. package/index28.js +9 -9
  11. package/index29.js +10 -2
  12. package/index31.js +1 -1
  13. package/index32.js +1 -1
  14. package/index33.js +7 -2
  15. package/index34.js +1 -1
  16. package/index35.js +1 -1
  17. package/index36.js +1 -1
  18. package/index37.js +2 -7
  19. package/index38.js +1 -1
  20. package/index39.js +1 -1
  21. package/index41.js +1 -1
  22. package/index42.js +1 -1
  23. package/index43.js +1 -1
  24. package/index44.js +1 -1
  25. package/index45.js +1 -1
  26. package/index46.js +1 -1
  27. package/index47.js +1 -1
  28. package/index48.js +1 -1
  29. package/index49.js +1 -1
  30. package/index50.js +1 -1
  31. package/index51.js +2 -526
  32. package/index53.js +525 -65
  33. package/index54.js +65 -11
  34. package/index55.js +11 -24
  35. package/index56.js +24 -13
  36. package/index57.js +14 -26
  37. package/index58.js +26 -2
  38. package/index59.js +2 -506
  39. package/index60.js +481 -54
  40. package/index61.js +72 -63
  41. package/index62.js +64 -63
  42. package/index63.js +46 -520
  43. package/index64.js +543 -2
  44. package/index66.js +2 -2
  45. package/index67.js +2 -4
  46. package/index68.js +4 -2
  47. package/index69.js +2 -4
  48. package/index70.js +4 -2
  49. package/index73.js +2 -48
  50. package/index74.js +41 -75
  51. package/index75.js +82 -2
  52. package/index76.js +2 -2
  53. package/index78.js +2 -2
  54. package/index79.js +4 -0
  55. package/package.json +1 -1
  56. package/skeleton/index.d.ts +1 -0
  57. package/skeleton/index.scss +29 -0
  58. package/skeleton/index.vue.d.ts +2 -0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## 2.6.0 (2026-02-03)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **ui-sun/skeleton:** add skeleton component
6
+
7
+ ### ❤️ Thank You
8
+
9
+ - HyperLife1119
10
+
11
+ ## 2.5.3 (2026-01-24)
12
+
13
+ This was a version bump only for ui-sun to align it with other projects, there were no code changes.
14
+
1
15
  ## 2.5.2 (2026-01-21)
2
16
 
3
17
  This was a version bump only for ui-sun to align it with other projects, there were no code changes.
package/index.d.ts CHANGED
@@ -13,6 +13,7 @@ export * from './plugin';
13
13
  export * from './popover';
14
14
  export * from './qrcode';
15
15
  export * from './segment';
16
+ export * from './skeleton';
16
17
  export * from './slider-captcha';
17
18
  export * from './spinner';
18
19
  export * from './sudoku';
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { SolarSun as a } from "./index2.js";
1
+ import { SolarSun as o } from "./index2.js";
2
2
  import { default as t } from "./index3.js";
3
3
  import { default as f } from "./index4.js";
4
4
  import { default as l } from "./index5.js";
@@ -7,7 +7,7 @@ import { default as m } from "./index7.js";
7
7
  import { default as x } from "./index8.js";
8
8
  import { default as c } from "./index9.js";
9
9
  import { default as T } from "./index10.js";
10
- import { default as C } from "./index11.js";
10
+ import { default as k } from "./index11.js";
11
11
  import { default as B } from "./index12.js";
12
12
  import { default as P } from "./index13.js";
13
13
  import { default as v } from "./index14.js";
@@ -25,8 +25,9 @@ import { default as W } from "./index25.js";
25
25
  import { default as Y } from "./index26.js";
26
26
  import { default as _ } from "./index27.js";
27
27
  import { default as ee } from "./index28.js";
28
+ import { default as oe } from "./index29.js";
28
29
  export {
29
- a as SolarSun,
30
+ o as SolarSun,
30
31
  t as SunAccordion,
31
32
  f as SunBackButton,
32
33
  l as SunChip,
@@ -39,18 +40,19 @@ export {
39
40
  W as SunListHeader,
40
41
  T as SunNavbar,
41
42
  Y as SunPageHeader,
42
- C as SunPopover,
43
+ k as SunPopover,
43
44
  B as SunQrcode,
44
45
  v as SunSegment,
45
46
  P as SunSegmentBtn,
47
+ _ as SunSkeleton,
46
48
  H as SunSliderCaptcha,
47
49
  R as SunSpinner,
48
50
  y as SunSudoku,
49
- _ as SunSudokuItem,
51
+ ee as SunSudokuItem,
50
52
  A as SunTabbar,
51
53
  q as SunTb,
52
54
  N as SunTbCell,
53
55
  V as SunTbRow,
54
- ee as SunTitle,
56
+ oe as SunTitle,
55
57
  E as SunVirtualScroll
56
58
  };
package/index12.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as C, watch as I, onMounted as L, onUnmounted as M, createElementVNode as k, unref as w, openBlock as z, createElementBlock as R } from "vue";
2
2
  import { createSelectorQuery as y, getWindowInfo as Q, previewImage as S } from "@tarojs/taro";
3
- import { QrCode as U, QrCodeEcc as a } from "./index51.js";
3
+ import { QrCode as U, QrCodeEcc as a } from "./index53.js";
4
4
  const h = k, A = w, B = z, D = R;
5
5
  let T = 1;
6
6
  const N = /* @__PURE__ */ C({
package/index15.js CHANGED
@@ -7,10 +7,10 @@ import { useCommonInterceptor as re } from "@solar-taro/http";
7
7
  import { SunSpinner as ce } from "@solar-taro/ui-sun";
8
8
  import { attachLoading as le } from "@solar-vue/core";
9
9
  import { createSelectorQuery as pe, getWindowInfo as ue } from "@tarojs/taro";
10
- import { a as de } from "./index53.js";
11
- import { e as D } from "./index54.js";
12
- import me from "./index55.js";
13
- import ve from "./index56.js";
10
+ import { a as de } from "./index54.js";
11
+ import { e as D } from "./index55.js";
12
+ import me from "./index56.js";
13
+ import ve from "./index57.js";
14
14
  const g = K, H = O, o = Q, w = X, fe = Y, N = ee, he = te, U = ae, $ = ne, ye = { class: "sun-slider-captcha" }, ge = { class: "sun-slider-captcha-container" }, we = { class: "sun-slider-captcha-mask" }, ke = { class: "sun-slider-captcha-track" }, _e = ["x", "disabled"], V = "sun-slider-captcha", be = 155, Ie = 310, ze = 155, xe = 50, Le = /* @__PURE__ */ J({
15
15
  __name: "index",
16
16
  props: {
package/index23.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { renderSlot as r, mergeProps as o, openBlock as t, createElementBlock as s } from "vue";
2
- import c from "./index37.js";
2
+ import c from "./index33.js";
3
3
  const n = {}, a = r, l = o, f = t, m = s;
4
4
  function _(e, p) {
5
5
  return f(), m("view", l(e.$attrs, {
package/index25.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { renderSlot as o, openBlock as t, createElementBlock as r } from "vue";
2
- import n from "./index37.js";
2
+ import n from "./index33.js";
3
3
  const c = {}, s = o, l = t, _ = r, a = { class: "sun-list-header" };
4
4
  function d(e, f) {
5
5
  return l(), _("view", a, [
package/index26.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { renderSlot as o, openBlock as t, createElementBlock as r } from "vue";
2
- import n from "./index37.js";
2
+ import n from "./index33.js";
3
3
  const c = {}, s = o, l = t, _ = r, a = { class: "sun-page-header" };
4
4
  function d(e, f) {
5
5
  return l(), _("view", a, [
package/index27.js CHANGED
@@ -1,12 +1,10 @@
1
- import { renderSlot as o, mergeProps as r, openBlock as t, createElementBlock as s } from "vue";
2
- import n from "./index37.js";
3
- const c = {}, l = o, m = r, _ = t, a = s;
4
- function u(e, d) {
5
- return _(), a("view", m(e.$attrs, { class: "sun-sudoku-item" }), [
6
- l(e.$slots, "default")
7
- ], 16);
1
+ import { mergeProps as o, openBlock as r, createElementBlock as t } from "vue";
2
+ import c from "./index33.js";
3
+ const n = {}, s = o, _ = r, l = t;
4
+ function m(e, a) {
5
+ return _(), l("view", s(e.$attrs, { class: "sun-skeleton" }), " ", 16);
8
6
  }
9
- const i = /* @__PURE__ */ n(c, [["render", u]]);
7
+ const i = /* @__PURE__ */ c(n, [["render", m]]);
10
8
  export {
11
9
  i as default
12
10
  };
package/index28.js CHANGED
@@ -1,12 +1,12 @@
1
- import { renderSlot as t, openBlock as o, createElementBlock as n } from "vue";
2
- import r from "./index37.js";
3
- const c = {}, s = t, l = o, _ = n, a = { class: "sun-title" };
4
- function d(e, f) {
5
- return l(), _("view", a, [
6
- s(e.$slots, "default")
7
- ]);
1
+ import { renderSlot as o, mergeProps as r, openBlock as t, createElementBlock as s } from "vue";
2
+ import n from "./index33.js";
3
+ const c = {}, l = o, m = r, _ = t, a = s;
4
+ function u(e, d) {
5
+ return _(), a("view", m(e.$attrs, { class: "sun-sudoku-item" }), [
6
+ l(e.$slots, "default")
7
+ ], 16);
8
8
  }
9
- const p = /* @__PURE__ */ r(c, [["render", d]]);
9
+ const i = /* @__PURE__ */ n(c, [["render", u]]);
10
10
  export {
11
- p as default
11
+ i as default
12
12
  };
package/index29.js CHANGED
@@ -1,4 +1,12 @@
1
- import f from "./index5.js";
1
+ import { renderSlot as t, openBlock as o, createElementBlock as n } from "vue";
2
+ import r from "./index33.js";
3
+ const c = {}, s = t, l = o, _ = n, a = { class: "sun-title" };
4
+ function d(e, f) {
5
+ return l(), _("view", a, [
6
+ s(e.$slots, "default")
7
+ ]);
8
+ }
9
+ const p = /* @__PURE__ */ r(c, [["render", d]]);
2
10
  export {
3
- f as default
11
+ p as default
4
12
  };
package/index31.js CHANGED
@@ -1,4 +1,4 @@
1
- import f from "./index12.js";
1
+ import f from "./index5.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/index32.js CHANGED
@@ -1,4 +1,4 @@
1
- import f from "./index22.js";
1
+ import f from "./index6.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/index33.js CHANGED
@@ -1,4 +1,9 @@
1
- import f from "./index18.js";
1
+ const s = (t, e) => {
2
+ const o = t.__vccOpts || t;
3
+ for (const [r, c] of e)
4
+ o[r] = c;
5
+ return o;
6
+ };
2
7
  export {
3
- f as default
8
+ s as default
4
9
  };
package/index34.js CHANGED
@@ -1,4 +1,4 @@
1
- import f from "./index11.js";
1
+ import f from "./index9.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/index35.js CHANGED
@@ -1,4 +1,4 @@
1
- import f from "./index13.js";
1
+ import f from "./index8.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/index36.js CHANGED
@@ -1,4 +1,4 @@
1
- import f from "./index14.js";
1
+ import f from "./index11.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/index37.js CHANGED
@@ -1,9 +1,4 @@
1
- const s = (t, e) => {
2
- const o = t.__vccOpts || t;
3
- for (const [r, c] of e)
4
- o[r] = c;
5
- return o;
6
- };
1
+ import f from "./index7.js";
7
2
  export {
8
- s as default
3
+ f as default
9
4
  };
package/index38.js CHANGED
@@ -1,4 +1,4 @@
1
- import f from "./index15.js";
1
+ import f from "./index12.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/index39.js CHANGED
@@ -1,4 +1,4 @@
1
- import f from "./index16.js";
1
+ import f from "./index10.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/index41.js CHANGED
@@ -1,4 +1,4 @@
1
- import f from "./index8.js";
1
+ import f from "./index13.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/index42.js CHANGED
@@ -1,4 +1,4 @@
1
- import f from "./index10.js";
1
+ import f from "./index14.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/index43.js CHANGED
@@ -1,4 +1,4 @@
1
- import f from "./index9.js";
1
+ import f from "./index16.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/index44.js CHANGED
@@ -1,4 +1,4 @@
1
- import f from "./index19.js";
1
+ import f from "./index17.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/index45.js CHANGED
@@ -1,4 +1,4 @@
1
- import f from "./index20.js";
1
+ import f from "./index18.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/index46.js CHANGED
@@ -1,4 +1,4 @@
1
- import f from "./index21.js";
1
+ import f from "./index4.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/index47.js CHANGED
@@ -1,4 +1,4 @@
1
- import f from "./index6.js";
1
+ import f from "./index15.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/index48.js CHANGED
@@ -1,4 +1,4 @@
1
- import f from "./index17.js";
1
+ import f from "./index22.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/index49.js CHANGED
@@ -1,4 +1,4 @@
1
- import f from "./index4.js";
1
+ import f from "./index19.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/index50.js CHANGED
@@ -1,4 +1,4 @@
1
- import f from "./index7.js";
1
+ import f from "./index20.js";
2
2
  export {
3
3
  f as default
4
4
  };