@solar-taro/ui-sun 2.0.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 (63) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/index.d.ts +2 -0
  3. package/index.js +29 -25
  4. package/index13.js +1 -1
  5. package/index14.js +1 -1
  6. package/index23.js +1 -1
  7. package/index24.js +1 -1
  8. package/index25.js +9 -9
  9. package/index26.js +10 -2
  10. package/index27.js +10 -2
  11. package/index28.js +1 -1
  12. package/index29.js +2 -7
  13. package/index30.js +1 -1
  14. package/index31.js +1 -1
  15. package/index32.js +1 -1
  16. package/index33.js +7 -2
  17. package/index34.js +1 -1
  18. package/index35.js +1 -1
  19. package/index36.js +1 -1
  20. package/index37.js +1 -1
  21. package/index38.js +1 -1
  22. package/index39.js +1 -1
  23. package/index40.js +1 -1
  24. package/index41.js +1 -1
  25. package/index42.js +1 -1
  26. package/index43.js +1 -1
  27. package/index44.js +1 -1
  28. package/index45.js +1 -1
  29. package/index46.js +1 -1
  30. package/index47.js +2 -3
  31. package/index48.js +7 -7
  32. package/index49.js +3 -3
  33. package/index50.js +4 -4
  34. package/index51.js +4 -4
  35. package/index54.js +3 -26
  36. package/index55.js +2 -2
  37. package/index56.js +24 -504
  38. package/index57.js +2 -79
  39. package/index58.js +498 -62
  40. package/index59.js +58 -48
  41. package/index60.js +62 -535
  42. package/index61.js +69 -2
  43. package/index62.js +543 -2
  44. package/index63.js +2 -2
  45. package/index64.js +2 -4
  46. package/index65.js +2 -2
  47. package/index66.js +4 -4
  48. package/index68.js +4 -2
  49. package/index71.js +2 -48
  50. package/index72.js +41 -75
  51. package/index73.js +82 -2
  52. package/index74.js +2 -2
  53. package/index75.js +2 -2
  54. package/index76.js +4 -0
  55. package/index77.js +4 -0
  56. package/package.json +1 -1
  57. package/page-header/index.d.ts +1 -0
  58. package/page-header/index.scss +5 -0
  59. package/page-header/index.vue.d.ts +17 -0
  60. package/popover/index.scss +20 -18
  61. package/title/index.d.ts +1 -0
  62. package/title/index.scss +4 -0
  63. package/title/index.vue.d.ts +17 -0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,36 @@
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
+
15
+ # 2.0.0 (2025-11-13)
16
+
17
+ ### 🚀 Features
18
+
19
+ - **ui-sun/fab:** add hover effects and adjust border-radius for improved UI
20
+ - **ui-sun:** add item and tabbar components
21
+ - **ui-sun/virtual-scroll:** enhance type safety
22
+
23
+ ### 🩹 Fixes
24
+
25
+ - **ui-sun/icon:** change display property to inline-block for better layout
26
+ - **ui-sun/list-header:** update padding for improved layout
27
+ - **ui-sun/spinner:** ensure text is centered
28
+ - **ui-sun/fab:** correct button dimensions to 56px
29
+
30
+ ### ❤️ Thank You
31
+
32
+ - HyperLife1119
33
+
1
34
  ## 1.6.5 (2025-11-10)
2
35
 
3
36
  ### 🚀 Features
package/index.d.ts CHANGED
@@ -7,6 +7,7 @@ export * from './item';
7
7
  export * from './lazy-render';
8
8
  export * from './list-header';
9
9
  export * from './navbar';
10
+ export * from './page-header';
10
11
  export * from './plugin';
11
12
  export * from './popover';
12
13
  export * from './qrcode';
@@ -16,4 +17,5 @@ export * from './spinner';
16
17
  export * from './sudoku';
17
18
  export * from './tabbar';
18
19
  export * from './table';
20
+ export * from './title';
19
21
  export * from './virtual-scroll';
package/index.js CHANGED
@@ -1,20 +1,20 @@
1
- import { SolarSun as o } from "./index2.js";
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";
4
+ import { default as n } from "./index5.js";
5
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 C } from "./index10.js";
10
- import { default as g } from "./index11.js";
11
- import { default as h } from "./index12.js";
12
- import { default as v } from "./index13.js";
13
- import { default as L } from "./index14.js";
14
- import { default as R } from "./index15.js";
15
- import { default as y } from "./index16.js";
16
- import { default as A } from "./index17.js";
17
- import { default as G } from "./index18.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
+ import { default as P } from "./index12.js";
12
+ import { default as k } from "./index13.js";
13
+ import { default as F } from "./index14.js";
14
+ import { default as L } from "./index15.js";
15
+ import { default as w } from "./index16.js";
16
+ import { default as z } from "./index17.js";
17
+ import { default as B } from "./index18.js";
18
18
  import { default as N } from "./index19.js";
19
19
  import { default as V } from "./index20.js";
20
20
  import { default as q } from "./index21.js";
@@ -22,29 +22,33 @@ import { default as E } from "./index22.js";
22
22
  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
+ import { default as Y } from "./index26.js";
26
+ import { default as _ } from "./index27.js";
25
27
  export {
26
- o as SolarSun,
28
+ a as SolarSun,
27
29
  t as SunAccordion,
28
30
  f as SunChip,
29
- S as SunCircularProgress,
31
+ n as SunCircularProgress,
30
32
  K as SunFab,
31
33
  d as SunFabGroup,
32
34
  m as SunIcon,
33
35
  x as SunItem,
34
- c as SunLazyRender,
36
+ i as SunLazyRender,
35
37
  O as SunListHeader,
36
- C as SunNavbar,
37
- g as SunPopover,
38
- h as SunQrcode,
39
- L as SunSegment,
40
- v as SunSegmentBtn,
41
- R as SunSliderCaptcha,
42
- y as SunSpinner,
43
- A as SunSudoku,
44
- W as SunSudokuItem,
45
- G as SunTabbar,
38
+ T as SunNavbar,
39
+ W as SunPageHeader,
40
+ C as SunPopover,
41
+ P as SunQrcode,
42
+ F as SunSegment,
43
+ k as SunSegmentBtn,
44
+ L as SunSliderCaptcha,
45
+ w as SunSpinner,
46
+ z as SunSudoku,
47
+ Y as SunSudokuItem,
48
+ B as SunTabbar,
46
49
  q as SunTb,
47
50
  N as SunTbCell,
48
51
  V as SunTbRow,
52
+ _ as SunTitle,
49
53
  E as SunVirtualScroll
50
54
  };
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 "./index47.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 "./index47.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/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 "./index29.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 "./index29.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,12 +1,12 @@
1
- import { renderSlot as o, mergeProps as r, openBlock as t, createElementBlock as s } from "vue";
2
- import n from "./index29.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 { renderSlot as o, openBlock as t, createElementBlock as r } from "vue";
2
+ import n from "./index33.js";
3
+ const c = {}, s = o, l = t, _ = r, a = { class: "sun-page-header" };
4
+ function d(e, f) {
5
+ return l(), _("view", a, [
6
+ s(e.$slots, "default")
7
+ ]);
8
8
  }
9
- const i = /* @__PURE__ */ n(c, [["render", u]]);
9
+ const p = /* @__PURE__ */ n(c, [["render", d]]);
10
10
  export {
11
- i as default
11
+ p as default
12
12
  };
package/index26.js CHANGED
@@ -1,4 +1,12 @@
1
- import f from "./index8.js";
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
+ }
9
+ const i = /* @__PURE__ */ n(c, [["render", u]]);
2
10
  export {
3
- f as default
11
+ i as default
4
12
  };
package/index27.js CHANGED
@@ -1,4 +1,12 @@
1
- import f from "./index4.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 "./index6.js";
1
+ import f from "./index3.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/index29.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 "./index4.js";
7
2
  export {
8
- s as default
3
+ f as default
9
4
  };
package/index30.js CHANGED
@@ -1,4 +1,4 @@
1
- import f from "./index3.js";
1
+ import f from "./index7.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/index31.js CHANGED
@@ -1,4 +1,4 @@
1
- import f from "./index9.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 "./index13.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 "./index14.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 "./index7.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 "./index10.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 "./index19.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 "./index20.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 "./index21.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 "./index22.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 "./index11.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 "./index12.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 "./index5.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 "./index18.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 "./index16.js";
1
+ import f from "./index20.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/index47.js CHANGED
@@ -1,5 +1,4 @@
1
- const o = Symbol(), t = Symbol();
1
+ import f from "./index21.js";
2
2
  export {
3
- o as ACTIVE_CHILD,
4
- t as PARENT
3
+ f as default
5
4
  };
package/index48.js CHANGED
@@ -1,10 +1,10 @@
1
- import { commonjsGlobal as L } from "./index54.js";
2
- import { __module as H } from "./index55.js";
3
- import { __require as Q } from "./index56.js";
4
- import { __require as T } from "./index57.js";
5
- import { __require as Y } from "./index58.js";
6
- import { __require as Z } from "./index59.js";
7
- import { __require as $ } from "./index60.js";
1
+ import { commonjsGlobal as L } from "./index56.js";
2
+ import { __module as H } from "./index57.js";
3
+ import { __require as Q } from "./index58.js";
4
+ import { __require as T } from "./index59.js";
5
+ import { __require as Y } from "./index60.js";
6
+ import { __require as Z } from "./index61.js";
7
+ import { __require as $ } from "./index62.js";
8
8
  (function(I, J) {
9
9
  (function(s, l, V) {
10
10
  I.exports = l(Q(), T(), Y(), Z(), $());
package/index49.js CHANGED
@@ -1,6 +1,6 @@
1
- import { commonjsGlobal as n } from "./index54.js";
2
- import { __module as r } from "./index61.js";
3
- import { __require as f } from "./index56.js";
1
+ import { commonjsGlobal as n } from "./index56.js";
2
+ import { __module as r } from "./index63.js";
3
+ import { __require as f } from "./index58.js";
4
4
  (function(t, m) {
5
5
  (function(o, e) {
6
6
  t.exports = e(f());
package/index50.js CHANGED
@@ -1,7 +1,7 @@
1
- import { commonjsGlobal as i, getDefaultExportFromCjs as p } from "./index54.js";
2
- import { __module as c } from "./index62.js";
3
- import { __require as m } from "./index56.js";
4
- import { __require as s } from "./index60.js";
1
+ import { commonjsGlobal as i, getDefaultExportFromCjs as p } from "./index56.js";
2
+ import { __module as c } from "./index64.js";
3
+ import { __require as m } from "./index58.js";
4
+ import { __require as s } from "./index62.js";
5
5
  (function(n, d) {
6
6
  (function(e, o, r) {
7
7
  n.exports = o(m(), s());
package/index51.js CHANGED
@@ -1,7 +1,7 @@
1
- import { commonjsGlobal as p, getDefaultExportFromCjs as s } from "./index54.js";
2
- import { __module as o } from "./index63.js";
3
- import { __require as i } from "./index56.js";
4
- import { __require as a } from "./index60.js";
1
+ import { commonjsGlobal as p, getDefaultExportFromCjs as s } from "./index56.js";
2
+ import { __module as o } from "./index65.js";
3
+ import { __require as i } from "./index58.js";
4
+ import { __require as a } from "./index62.js";
5
5
  (function(e, u) {
6
6
  (function(r, t, n) {
7
7
  e.exports = t(i(), a());
package/index54.js CHANGED
@@ -1,28 +1,5 @@
1
- var u = typeof globalThis != "undefined" ? globalThis : typeof window != "undefined" ? window : typeof global != "undefined" ? global : typeof self != "undefined" ? self : {};
2
- function f(e) {
3
- return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
4
- }
5
- function l(e) {
6
- if (e.__esModule) return e;
7
- var r = e.default;
8
- if (typeof r == "function") {
9
- var t = function o() {
10
- return this instanceof o ? Reflect.construct(r, arguments, this.constructor) : r.apply(this, arguments);
11
- };
12
- t.prototype = r.prototype;
13
- } else t = {};
14
- return Object.defineProperty(t, "__esModule", { value: !0 }), Object.keys(e).forEach(function(o) {
15
- var n = Object.getOwnPropertyDescriptor(e, o);
16
- Object.defineProperty(t, o, n.get ? n : {
17
- enumerable: !0,
18
- get: function() {
19
- return e[o];
20
- }
21
- });
22
- }), t;
23
- }
1
+ const o = Symbol(), t = Symbol();
24
2
  export {
25
- u as commonjsGlobal,
26
- l as getAugmentedNamespace,
27
- f as getDefaultExportFromCjs
3
+ o as ACTIVE_CHILD,
4
+ t as PARENT
28
5
  };
package/index55.js CHANGED
@@ -1,4 +1,4 @@
1
- var e = { exports: {} };
1
+ import f from "./index22.js";
2
2
  export {
3
- e as __module
3
+ f as default
4
4
  };