@solar-taro/ui-sun 2.0.0 → 2.1.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.
- package/CHANGELOG.md +19 -0
- package/index.d.ts +1 -0
- package/index.js +25 -23
- package/index12.js +1 -1
- package/index13.js +1 -1
- package/index14.js +1 -1
- package/index15.js +5 -5
- package/index23.js +1 -1
- package/index24.js +1 -1
- package/index25.js +9 -9
- package/index26.js +10 -2
- package/index27.js +1 -1
- package/index28.js +1 -1
- package/index29.js +2 -7
- package/index30.js +7 -2
- package/index31.js +1 -1
- package/index32.js +1 -1
- package/index33.js +1 -1
- package/index34.js +1 -1
- package/index35.js +1 -1
- package/index36.js +1 -1
- package/index37.js +1 -1
- package/index38.js +1 -1
- package/index39.js +1 -1
- package/index40.js +1 -1
- package/index43.js +1 -1
- package/index44.js +1 -1
- package/index45.js +1 -1
- package/index46.js +1 -1
- package/index47.js +2 -3
- package/index48.js +525 -65
- package/index49.js +3 -12
- package/index50.js +64 -23
- package/index51.js +11 -13
- package/index52.js +25 -5
- package/index53.js +14 -526
- package/index54.js +4 -25
- package/index55.js +26 -2
- package/index56.js +2 -506
- package/index57.js +481 -54
- package/index58.js +72 -63
- package/index59.js +64 -63
- package/index60.js +46 -520
- package/index61.js +543 -2
- package/index63.js +2 -2
- package/index64.js +2 -4
- package/index65.js +4 -2
- package/index66.js +2 -4
- package/index67.js +4 -2
- package/index71.js +3 -3
- package/index72.js +3 -3
- package/index73.js +2 -2
- package/index74.js +2 -2
- package/index76.js +4 -0
- package/package.json +1 -1
- package/page-header/index.d.ts +1 -0
- package/page-header/index.scss +5 -0
- package/page-header/index.vue.d.ts +17 -0
- package/popover/index.scss +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
|
1
|
+
# 2.0.0 (2025-11-13)
|
|
2
|
+
|
|
3
|
+
### 🚀 Features
|
|
4
|
+
|
|
5
|
+
- **ui-sun/fab:** add hover effects and adjust border-radius for improved UI
|
|
6
|
+
- **ui-sun:** add item and tabbar components
|
|
7
|
+
- **ui-sun/virtual-scroll:** enhance type safety
|
|
8
|
+
|
|
9
|
+
### 🩹 Fixes
|
|
10
|
+
|
|
11
|
+
- **ui-sun/icon:** change display property to inline-block for better layout
|
|
12
|
+
- **ui-sun/list-header:** update padding for improved layout
|
|
13
|
+
- **ui-sun/spinner:** ensure text is centered
|
|
14
|
+
- **ui-sun/fab:** correct button dimensions to 56px
|
|
15
|
+
|
|
16
|
+
### ❤️ Thank You
|
|
17
|
+
|
|
18
|
+
- HyperLife1119
|
|
19
|
+
|
|
1
20
|
## 1.6.5 (2025-11-10)
|
|
2
21
|
|
|
3
22
|
### 🚀 Features
|
package/index.d.ts
CHANGED
package/index.js
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { SolarSun as
|
|
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
4
|
import { default as S } from "./index5.js";
|
|
5
|
-
import { default as
|
|
5
|
+
import { default as l } from "./index6.js";
|
|
6
6
|
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
|
-
import { default as
|
|
10
|
-
import { default as
|
|
11
|
-
import { default as
|
|
12
|
-
import { default as
|
|
13
|
-
import { default as
|
|
14
|
-
import { default as
|
|
15
|
-
import { default as
|
|
16
|
-
import { default as
|
|
17
|
-
import { default as
|
|
9
|
+
import { default as g } from "./index10.js";
|
|
10
|
+
import { default as T } 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,27 +22,29 @@ 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";
|
|
25
26
|
export {
|
|
26
|
-
|
|
27
|
+
a as SolarSun,
|
|
27
28
|
t as SunAccordion,
|
|
28
29
|
f as SunChip,
|
|
29
30
|
S as SunCircularProgress,
|
|
30
31
|
K as SunFab,
|
|
31
|
-
|
|
32
|
+
l as SunFabGroup,
|
|
32
33
|
m as SunIcon,
|
|
33
34
|
x as SunItem,
|
|
34
35
|
c as SunLazyRender,
|
|
35
36
|
O as SunListHeader,
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
37
|
+
g as SunNavbar,
|
|
38
|
+
W as SunPageHeader,
|
|
39
|
+
T as SunPopover,
|
|
40
|
+
P as SunQrcode,
|
|
41
|
+
F as SunSegment,
|
|
42
|
+
k as SunSegmentBtn,
|
|
43
|
+
L as SunSliderCaptcha,
|
|
44
|
+
w as SunSpinner,
|
|
45
|
+
z as SunSudoku,
|
|
46
|
+
Y as SunSudokuItem,
|
|
47
|
+
B as SunTabbar,
|
|
46
48
|
q as SunTb,
|
|
47
49
|
N as SunTbCell,
|
|
48
50
|
V as SunTbRow,
|
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 "./
|
|
3
|
+
import { QrCode as U, QrCodeEcc as a } from "./index48.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 "./
|
|
2
|
+
import { ACTIVE_CHILD as d, PARENT as g } from "./index49.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 "./
|
|
2
|
+
import { ACTIVE_CHILD as N, PARENT as P } from "./index49.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 "./
|
|
10
|
-
import { e as D } from "./
|
|
11
|
-
import de from "./
|
|
12
|
-
import me from "./
|
|
13
|
-
import { attachLoading as ve } from "./
|
|
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";
|
|
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
package/index24.js
CHANGED
package/index25.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { renderSlot as o,
|
|
2
|
-
import n from "./
|
|
3
|
-
const c = {},
|
|
4
|
-
function
|
|
5
|
-
return
|
|
6
|
-
|
|
7
|
-
]
|
|
1
|
+
import { renderSlot as o, openBlock as t, createElementBlock as r } from "vue";
|
|
2
|
+
import n from "./index30.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
|
|
9
|
+
const p = /* @__PURE__ */ n(c, [["render", d]]);
|
|
10
10
|
export {
|
|
11
|
-
|
|
11
|
+
p as default
|
|
12
12
|
};
|
package/index26.js
CHANGED
|
@@ -1,4 +1,12 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { renderSlot as o, mergeProps as r, openBlock as t, createElementBlock as s } from "vue";
|
|
2
|
+
import n from "./index30.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
|
-
|
|
11
|
+
i as default
|
|
4
12
|
};
|
package/index27.js
CHANGED
package/index28.js
CHANGED
package/index29.js
CHANGED
package/index30.js
CHANGED
package/index31.js
CHANGED
package/index32.js
CHANGED
package/index33.js
CHANGED
package/index34.js
CHANGED
package/index35.js
CHANGED
package/index36.js
CHANGED
package/index37.js
CHANGED
package/index38.js
CHANGED
package/index39.js
CHANGED
package/index40.js
CHANGED
package/index43.js
CHANGED
package/index44.js
CHANGED
package/index45.js
CHANGED
package/index46.js
CHANGED
package/index47.js
CHANGED