@solar-taro/ui-sun 2.8.11 → 3.0.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 (93) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/empty/index.d.ts +1 -0
  3. package/empty/index.scss +23 -0
  4. package/empty/index.vue.d.ts +18 -0
  5. package/fab/index.scss +4 -0
  6. package/index.d.ts +4 -0
  7. package/index.js +50 -42
  8. package/index10.js +29 -17
  9. package/index11.js +19 -25
  10. package/index12.js +81 -34
  11. package/index13.js +24 -75
  12. package/index14.js +34 -20
  13. package/index15.js +72 -46
  14. package/index16.js +19 -144
  15. package/index17.js +48 -28
  16. package/index18.js +144 -21
  17. package/index19.js +28 -42
  18. package/index20.js +18 -21
  19. package/index21.js +42 -11
  20. package/index22.js +21 -26
  21. package/index23.js +12 -18
  22. package/index24.js +27 -117
  23. package/index25.js +17 -9
  24. package/index26.js +34 -11
  25. package/index27.js +123 -11
  26. package/index28.js +14 -8
  27. package/index29.js +10 -9
  28. package/index30.js +8 -7
  29. package/index31.js +11 -2
  30. package/index32.js +8 -2
  31. package/index33.js +10 -2
  32. package/index34.js +10 -2
  33. package/index36.js +1 -1
  34. package/index38.js +2 -7
  35. package/index39.js +1 -1
  36. package/index4.js +1 -1
  37. package/index40.js +1 -1
  38. package/index41.js +1 -1
  39. package/index42.js +7 -2
  40. package/index43.js +1 -1
  41. package/index44.js +1 -1
  42. package/index45.js +1 -1
  43. package/index46.js +1 -1
  44. package/index47.js +1 -1
  45. package/index48.js +1 -1
  46. package/index49.js +1 -1
  47. package/index50.js +1 -1
  48. package/index51.js +1 -1
  49. package/index52.js +1 -1
  50. package/index53.js +526 -2
  51. package/index55.js +2 -66
  52. package/index56.js +2 -12
  53. package/index57.js +2 -25
  54. package/index58.js +2 -14
  55. package/index59.js +1 -1
  56. package/index60.js +2 -526
  57. package/index61.js +2 -26
  58. package/index62.js +2 -2
  59. package/index63.js +2 -506
  60. package/index64.js +65 -78
  61. package/index65.js +12 -70
  62. package/index66.js +25 -69
  63. package/index67.js +14 -543
  64. package/index68.js +26 -2
  65. package/index7.js +18 -17
  66. package/index70.js +506 -2
  67. package/index71.js +78 -3
  68. package/index72.js +70 -2
  69. package/index73.js +69 -4
  70. package/index74.js +543 -2
  71. package/index77.js +2 -48
  72. package/index78.js +3 -81
  73. package/index8.js +13 -14
  74. package/index80.js +4 -2
  75. package/index81.js +2 -2
  76. package/index82.js +2 -2
  77. package/index83.js +4 -0
  78. package/index84.js +50 -0
  79. package/index85.js +84 -0
  80. package/index86.js +4 -0
  81. package/index87.js +4 -0
  82. package/index88.js +4 -0
  83. package/index89.js +4 -0
  84. package/index9.js +16 -30
  85. package/item-divider/index.d.ts +1 -0
  86. package/item-divider/index.scss +9 -0
  87. package/item-divider/index.vue.d.ts +18 -0
  88. package/list/index.d.ts +1 -0
  89. package/list/index.vue.d.ts +90 -0
  90. package/package.json +1 -1
  91. package/toggle/index.d.ts +1 -0
  92. package/toggle/index.scss +95 -0
  93. package/toggle/index.vue.d.ts +16 -0
package/index31.js CHANGED
@@ -1,4 +1,13 @@
1
- import f from "./index7.js";
1
+ import { renderSlot as t, openBlock as n, createElementBlock as r } from "vue";
2
+ import c from "./index42.js";
3
+ const s = {}, o = t, l = n, _ = r, a = { class: "sun-page-header" };
4
+ function d(e, f) {
5
+ return l(), _("view", a, [
6
+ o(e.$slots, "default"),
7
+ o(e.$slots, "end")
8
+ ]);
9
+ }
10
+ const p = /* @__PURE__ */ c(s, [["render", d]]);
2
11
  export {
3
- f as default
12
+ p as default
4
13
  };
package/index32.js CHANGED
@@ -1,4 +1,10 @@
1
- import f from "./index8.js";
1
+ import { mergeProps as o, openBlock as r, createElementBlock as t } from "vue";
2
+ import c from "./index42.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);
6
+ }
7
+ const i = /* @__PURE__ */ c(n, [["render", m]]);
2
8
  export {
3
- f as default
9
+ i as default
4
10
  };
package/index33.js CHANGED
@@ -1,4 +1,12 @@
1
- import f from "./index6.js";
1
+ import { renderSlot as o, mergeProps as r, openBlock as t, createElementBlock as s } from "vue";
2
+ import n from "./index42.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/index34.js CHANGED
@@ -1,4 +1,12 @@
1
- import f from "./index25.js";
1
+ import { renderSlot as t, openBlock as o, createElementBlock as n } from "vue";
2
+ import r from "./index42.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/index36.js CHANGED
@@ -1,4 +1,4 @@
1
- import f from "./index3.js";
1
+ import f from "./index8.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/index38.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 "./index28.js";
7
2
  export {
8
- s as default
3
+ f as default
9
4
  };
package/index39.js CHANGED
@@ -1,4 +1,4 @@
1
- import f from "./index5.js";
1
+ import f from "./index10.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/index4.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as o, unref as r, openBlock as t, createBlock as c } from "vue";
2
2
  import { router as a } from "@solar-taro/core";
3
- import m from "./index25.js";
3
+ import m from "./index28.js";
4
4
  const n = r, p = t, _ = c, b = /* @__PURE__ */ o({
5
5
  __name: "index",
6
6
  setup(s) {
package/index40.js CHANGED
@@ -1,4 +1,4 @@
1
- import f from "./index11.js";
1
+ import f from "./index7.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/index41.js CHANGED
@@ -1,4 +1,4 @@
1
- import f from "./index10.js";
1
+ import f from "./index6.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/index42.js CHANGED
@@ -1,4 +1,9 @@
1
- import f from "./index12.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/index43.js CHANGED
@@ -1,4 +1,4 @@
1
- import f from "./index14.js";
1
+ import f from "./index12.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/index44.js CHANGED
@@ -1,4 +1,4 @@
1
- import f from "./index15.js";
1
+ import f from "./index5.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/index45.js CHANGED
@@ -1,4 +1,4 @@
1
- import f from "./index16.js";
1
+ import f from "./index11.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/index46.js CHANGED
@@ -1,4 +1,4 @@
1
- import f from "./index13.js";
1
+ import f from "./index15.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/index47.js CHANGED
@@ -1,4 +1,4 @@
1
- import f from "./index17.js";
1
+ import f from "./index13.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/index48.js CHANGED
@@ -1,4 +1,4 @@
1
- import f from "./index18.js";
1
+ import f from "./index3.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/index49.js CHANGED
@@ -1,4 +1,4 @@
1
- import f from "./index19.js";
1
+ import f from "./index16.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/index50.js CHANGED
@@ -1,4 +1,4 @@
1
- import f from "./index20.js";
1
+ import f from "./index17.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/index51.js CHANGED
@@ -1,4 +1,4 @@
1
- import f from "./index21.js";
1
+ import f from "./index14.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/index52.js CHANGED
@@ -1,4 +1,4 @@
1
- import f from "./index22.js";
1
+ import f from "./index18.js";
2
2
  export {
3
3
  f as default
4
4
  };