@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.
- package/CHANGELOG.md +33 -0
- package/index.d.ts +2 -0
- package/index.js +29 -25
- package/index13.js +1 -1
- package/index14.js +1 -1
- package/index23.js +1 -1
- package/index24.js +1 -1
- package/index25.js +9 -9
- package/index26.js +10 -2
- package/index27.js +10 -2
- package/index28.js +1 -1
- package/index29.js +2 -7
- package/index30.js +1 -1
- package/index31.js +1 -1
- package/index32.js +1 -1
- package/index33.js +7 -2
- 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/index41.js +1 -1
- package/index42.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 +7 -7
- package/index49.js +3 -3
- package/index50.js +4 -4
- package/index51.js +4 -4
- package/index54.js +3 -26
- package/index55.js +2 -2
- package/index56.js +24 -504
- package/index57.js +2 -79
- package/index58.js +498 -62
- package/index59.js +58 -48
- package/index60.js +62 -535
- package/index61.js +69 -2
- package/index62.js +543 -2
- package/index63.js +2 -2
- package/index64.js +2 -4
- package/index65.js +2 -2
- package/index66.js +4 -4
- package/index68.js +4 -2
- package/index71.js +2 -48
- package/index72.js +41 -75
- package/index73.js +82 -2
- package/index74.js +2 -2
- package/index75.js +2 -2
- package/index76.js +4 -0
- package/index77.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 +20 -18
- package/title/index.d.ts +1 -0
- package/title/index.scss +4 -0
- 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
|
|
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
|
|
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
|
|
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
|
|
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
|
-
|
|
28
|
+
a as SolarSun,
|
|
27
29
|
t as SunAccordion,
|
|
28
30
|
f as SunChip,
|
|
29
|
-
|
|
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
|
-
|
|
36
|
+
i as SunLazyRender,
|
|
35
37
|
O as SunListHeader,
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
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 "./
|
|
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 "./
|
|
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
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 "./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
|
|
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 "./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
|
-
|
|
11
|
+
i as default
|
|
4
12
|
};
|
package/index27.js
CHANGED
|
@@ -1,4 +1,12 @@
|
|
|
1
|
-
import
|
|
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
|
-
|
|
11
|
+
p as default
|
|
4
12
|
};
|
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/index41.js
CHANGED
package/index42.js
CHANGED
package/index43.js
CHANGED
package/index44.js
CHANGED
package/index45.js
CHANGED
package/index46.js
CHANGED
package/index47.js
CHANGED
package/index48.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { commonjsGlobal as L } from "./
|
|
2
|
-
import { __module as H } from "./
|
|
3
|
-
import { __require as Q } from "./
|
|
4
|
-
import { __require as T } from "./
|
|
5
|
-
import { __require as Y } from "./
|
|
6
|
-
import { __require as Z } from "./
|
|
7
|
-
import { __require as $ } from "./
|
|
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 "./
|
|
2
|
-
import { __module as r } from "./
|
|
3
|
-
import { __require as f } from "./
|
|
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 "./
|
|
2
|
-
import { __module as c } from "./
|
|
3
|
-
import { __require as m } from "./
|
|
4
|
-
import { __require as s } from "./
|
|
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 "./
|
|
2
|
-
import { __module as o } from "./
|
|
3
|
-
import { __require as i } from "./
|
|
4
|
-
import { __require as a } from "./
|
|
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
|
-
|
|
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
|
-
|
|
26
|
-
|
|
27
|
-
f as getDefaultExportFromCjs
|
|
3
|
+
o as ACTIVE_CHILD,
|
|
4
|
+
t as PARENT
|
|
28
5
|
};
|
package/index55.js
CHANGED