@solar-taro/ui-sun 2.1.0 → 2.2.0

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 (64) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/index.d.ts +1 -0
  3. package/index.js +12 -10
  4. package/index12.js +1 -1
  5. package/index13.js +1 -1
  6. package/index14.js +1 -1
  7. package/index15.js +5 -5
  8. package/index23.js +1 -1
  9. package/index24.js +1 -1
  10. package/index25.js +1 -1
  11. package/index26.js +1 -1
  12. package/index27.js +10 -2
  13. package/index28.js +1 -1
  14. package/index29.js +1 -1
  15. package/index30.js +2 -7
  16. package/index31.js +1 -1
  17. package/index32.js +1 -1
  18. package/index33.js +7 -2
  19. package/index34.js +1 -1
  20. package/index35.js +1 -1
  21. package/index36.js +1 -1
  22. package/index37.js +1 -1
  23. package/index38.js +1 -1
  24. package/index39.js +1 -1
  25. package/index40.js +1 -1
  26. package/index41.js +1 -1
  27. package/index42.js +1 -1
  28. package/index43.js +1 -1
  29. package/index44.js +1 -1
  30. package/index45.js +1 -1
  31. package/index46.js +1 -1
  32. package/index47.js +1 -1
  33. package/index48.js +65 -525
  34. package/index49.js +12 -3
  35. package/index50.js +23 -64
  36. package/index51.js +13 -11
  37. package/index52.js +5 -25
  38. package/index53.js +526 -14
  39. package/index54.js +3 -5
  40. package/index55.js +2 -26
  41. package/index56.js +26 -2
  42. package/index57.js +2 -506
  43. package/index58.js +481 -54
  44. package/index59.js +72 -63
  45. package/index60.js +64 -63
  46. package/index61.js +46 -520
  47. package/index62.js +543 -2
  48. package/index64.js +2 -2
  49. package/index65.js +2 -4
  50. package/index66.js +4 -2
  51. package/index67.js +2 -4
  52. package/index68.js +4 -2
  53. package/index71.js +2 -48
  54. package/index72.js +41 -75
  55. package/index73.js +82 -2
  56. package/index74.js +2 -2
  57. package/index75.js +2 -2
  58. package/index77.js +4 -0
  59. package/package.json +1 -1
  60. package/page-header/index.scss +2 -2
  61. package/popover/index.scss +20 -19
  62. package/title/index.d.ts +1 -0
  63. package/title/index.scss +4 -0
  64. package/title/index.vue.d.ts +17 -0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## 2.1.0 (2025-11-25)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **ui-sun:** add PageHeader component
6
+
7
+ ### 🩹 Fixes
8
+
9
+ - **ui-sun/popover:** ensure white-space is nowrap for popover container
10
+
11
+ ### ❤️ Thank You
12
+
13
+ - HyperLife1119
14
+
1
15
  # 2.0.0 (2025-11-13)
2
16
 
3
17
  ### 🚀 Features
package/index.d.ts CHANGED
@@ -17,4 +17,5 @@ export * from './spinner';
17
17
  export * from './sudoku';
18
18
  export * from './tabbar';
19
19
  export * from './table';
20
+ export * from './title';
20
21
  export * from './virtual-scroll';
package/index.js CHANGED
@@ -1,13 +1,13 @@
1
1
  import { SolarSun as a } from "./index2.js";
2
2
  import { default as t } from "./index3.js";
3
3
  import { default as f } from "./index4.js";
4
- import { default as S } from "./index5.js";
5
- import { default as l } from "./index6.js";
4
+ import { default as n } from "./index5.js";
5
+ import { default as d } from "./index6.js";
6
6
  import { default as m } from "./index7.js";
7
7
  import { default as x } from "./index8.js";
8
- import { default as c } from "./index9.js";
9
- import { default as g } from "./index10.js";
10
- import { default as T } from "./index11.js";
8
+ import { default as i } from "./index9.js";
9
+ import { default as T } from "./index10.js";
10
+ import { default as C } from "./index11.js";
11
11
  import { default as P } from "./index12.js";
12
12
  import { default as k } from "./index13.js";
13
13
  import { default as F } from "./index14.js";
@@ -23,20 +23,21 @@ import { default as K } from "./index23.js";
23
23
  import { default as O } from "./index24.js";
24
24
  import { default as W } from "./index25.js";
25
25
  import { default as Y } from "./index26.js";
26
+ import { default as _ } from "./index27.js";
26
27
  export {
27
28
  a as SolarSun,
28
29
  t as SunAccordion,
29
30
  f as SunChip,
30
- S as SunCircularProgress,
31
+ n as SunCircularProgress,
31
32
  K as SunFab,
32
- l as SunFabGroup,
33
+ d as SunFabGroup,
33
34
  m as SunIcon,
34
35
  x as SunItem,
35
- c as SunLazyRender,
36
+ i as SunLazyRender,
36
37
  O as SunListHeader,
37
- g as SunNavbar,
38
+ T as SunNavbar,
38
39
  W as SunPageHeader,
39
- T as SunPopover,
40
+ C as SunPopover,
40
41
  P as SunQrcode,
41
42
  F as SunSegment,
42
43
  k as SunSegmentBtn,
@@ -48,5 +49,6 @@ export {
48
49
  q as SunTb,
49
50
  N as SunTbCell,
50
51
  V as SunTbRow,
52
+ _ as SunTitle,
51
53
  E as SunVirtualScroll
52
54
  };
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 "./index48.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/index13.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as p, inject as a, getCurrentInstance as c, onUnmounted as m, unref as u, renderSlot as i, mergeProps as _, openBlock as f, createElementBlock as v } from "vue";
2
- import { ACTIVE_CHILD as d, PARENT as g } from "./index49.js";
2
+ import { ACTIVE_CHILD as d, PARENT as g } from "./index54.js";
3
3
  const o = u, k = i, C = _, B = f, E = v, $ = /* @__PURE__ */ p({
4
4
  __name: "segment-btn",
5
5
  props: {
package/index14.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as x, getCurrentInstance as V, shallowRef as E, shallowReactive as k, computed as a, provide as i, watch as C, onMounted as w, renderSlot as y, createElementVNode as B, mergeProps as I, openBlock as O, createElementBlock as A } from "vue";
2
- import { ACTIVE_CHILD as N, PARENT as P } from "./index49.js";
2
+ import { ACTIVE_CHILD as N, PARENT as P } from "./index54.js";
3
3
  const R = y, T = B, b = I, L = O, S = A, $ = { class: "sun-segment-inner" }, M = /* @__PURE__ */ x({
4
4
  __name: "segment",
5
5
  props: {
package/index15.js CHANGED
@@ -6,11 +6,11 @@ import { filterResult as ie } from "@solar-kit/planets/sun";
6
6
  import { useCommonInterceptor as re } from "@solar-taro/http";
7
7
  import { SunSpinner as ce } from "@solar-taro/ui-sun";
8
8
  import { createSelectorQuery as le, getWindowInfo as pe } from "@tarojs/taro";
9
- import { a as ue } from "./index50.js";
10
- import { e as D } from "./index51.js";
11
- import de from "./index52.js";
12
- import me from "./index53.js";
13
- import { attachLoading as ve } from "./index54.js";
9
+ import { a as ue } from "./index48.js";
10
+ import { e as D } from "./index49.js";
11
+ import de from "./index50.js";
12
+ import me from "./index51.js";
13
+ import { attachLoading as ve } from "./index52.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 "./index30.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/index24.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { renderSlot as o, openBlock as t, createElementBlock as r } from "vue";
2
- import n from "./index30.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/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 "./index30.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/index26.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { renderSlot as o, mergeProps as r, openBlock as t, createElementBlock as s } from "vue";
2
- import n from "./index30.js";
2
+ import n from "./index33.js";
3
3
  const c = {}, l = o, m = r, _ = t, a = s;
4
4
  function u(e, d) {
5
5
  return _(), a("view", m(e.$attrs, { class: "sun-sudoku-item" }), [
package/index27.js CHANGED
@@ -1,4 +1,12 @@
1
- import f from "./index3.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/index28.js CHANGED
@@ -1,4 +1,4 @@
1
- import f from "./index5.js";
1
+ import f from "./index3.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/index29.js CHANGED
@@ -1,4 +1,4 @@
1
- import f from "./index6.js";
1
+ import f from "./index4.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/index30.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/index31.js CHANGED
@@ -1,4 +1,4 @@
1
- import f from "./index7.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 "./index9.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 "./index10.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 "./index12.js";
1
+ import f from "./index8.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/index35.js CHANGED
@@ -1,4 +1,4 @@
1
- import f from "./index4.js";
1
+ import f from "./index9.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/index36.js CHANGED
@@ -1,4 +1,4 @@
1
- import f from "./index13.js";
1
+ import f from "./index11.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/index37.js CHANGED
@@ -1,4 +1,4 @@
1
- import f from "./index14.js";
1
+ import f from "./index10.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/index38.js CHANGED
@@ -1,4 +1,4 @@
1
- import f from "./index11.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 "./index15.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/index40.js CHANGED
@@ -1,4 +1,4 @@
1
- import f from "./index22.js";
1
+ import f from "./index13.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/index41.js CHANGED
@@ -1,4 +1,4 @@
1
- import f from "./index17.js";
1
+ import f from "./index14.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/index42.js CHANGED
@@ -1,4 +1,4 @@
1
- import f from "./index15.js";
1
+ import f from "./index16.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/index43.js CHANGED
@@ -1,4 +1,4 @@
1
- import f from "./index8.js";
1
+ import f from "./index17.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 "./index18.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 "./index19.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 "./index20.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/index47.js CHANGED
@@ -1,4 +1,4 @@
1
- import f from "./index18.js";
1
+ import f from "./index21.js";
2
2
  export {
3
3
  f as default
4
4
  };