ninemoon-ui 0.0.21 → 0.0.23

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/dist/index.css CHANGED
@@ -434,9 +434,6 @@
434
434
  .tdd-rounded-full {
435
435
  border-radius: 9999px;
436
436
  }
437
- .tdd-rounded-lg {
438
- border-radius: 0.5rem;
439
- }
440
437
  .tdd-rounded-sm {
441
438
  border-radius: 0.125rem;
442
439
  }
@@ -743,11 +740,6 @@
743
740
  .tdd-opacity-0 {
744
741
  opacity: 0;
745
742
  }
746
- .tdd-shadow-tddimgshadow {
747
- --tw-shadow: 0px 1px 8px 1px rgba(0, 0, 0, 0.08);;
748
- --tw-shadow-colored: 0px 1px 8px 1px var(--tw-shadow-color);
749
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
750
- }
751
743
  .tdd-outline-none {
752
744
  outline: 2px solid transparent;
753
745
  outline-offset: 2px;
package/dist/index.umd.js CHANGED
@@ -439,9 +439,6 @@
439
439
  .tdd-rounded-full {
440
440
  border-radius: 9999px;
441
441
  }
442
- .tdd-rounded-lg {
443
- border-radius: 0.5rem;
444
- }
445
442
  .tdd-rounded-sm {
446
443
  border-radius: 0.125rem;
447
444
  }
@@ -748,11 +745,6 @@
748
745
  .tdd-opacity-0 {
749
746
  opacity: 0;
750
747
  }
751
- .tdd-shadow-tddimgshadow {
752
- --tw-shadow: 0px 1px 8px 1px rgba(0, 0, 0, 0.08);;
753
- --tw-shadow-colored: 0px 1px 8px 1px var(--tw-shadow-color);
754
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
755
- }
756
748
  .tdd-outline-none {
757
749
  outline: 2px solid transparent;
758
750
  outline-offset: 2px;
@@ -1218,7 +1210,7 @@
1218
1210
  background-color: rgb(255 255 255 / var(--tw-bg-opacity))
1219
1211
  }
1220
1212
  .pageScroll .tddScroll {
1221
- overflow-x: clip;
1213
+ height: 103%;
1222
1214
  }
1223
1215
  .pageScroll .thumb {
1224
1216
  height: 0;
@@ -2258,14 +2250,14 @@
2258
2250
  };
2259
2251
  const validate = async (callBack) => {
2260
2252
  let passflag = true;
2261
- checkList.value.forEach(async (rule) => {
2253
+ for (const rule of checkList.value) {
2262
2254
  await rule.fc((msg) => {
2263
2255
  if (msg !== null && msg !== void 0) {
2264
2256
  passflag = false;
2265
2257
  console.warn(msg);
2266
2258
  }
2267
2259
  });
2268
- });
2260
+ }
2269
2261
  if (passflag === true) {
2270
2262
  callBack(passflag);
2271
2263
  }
@@ -5583,7 +5575,7 @@
5583
5575
  ref_key: "wrap",
5584
5576
  ref: wrap,
5585
5577
  onScroll: handleScroll,
5586
- class: vue.normalizeClass([{ "tdd-max-h-[300px]": _ctx.isSelectdom }, "tddScroll tdd-h-full tdd-overscroll-contain tdd-overflow-scroll"]),
5578
+ class: vue.normalizeClass([{ "tdd-max-h-[300px]": _ctx.isSelectdom }, "tddScroll tdd-overscroll-contain tdd-overflow-scroll"]),
5587
5579
  style: vue.normalizeStyle({
5588
5580
  marginRight: `-${marginnum.value}px`,
5589
5581
  marginBottom: `-${marginnum.value}px`
@@ -24,14 +24,14 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
24
24
  };
25
25
  const validate = async (callBack) => {
26
26
  let passflag = true;
27
- checkList.value.forEach(async (rule) => {
27
+ for (const rule of checkList.value) {
28
28
  await rule.fc((msg) => {
29
29
  if (msg !== null && msg !== void 0) {
30
30
  passflag = false;
31
31
  console.warn(msg);
32
32
  }
33
33
  });
34
- });
34
+ }
35
35
  if (passflag === true) {
36
36
  callBack(passflag);
37
37
  }
@@ -171,7 +171,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
171
171
  ref_key: "wrap",
172
172
  ref: wrap,
173
173
  onScroll: handleScroll,
174
- class: normalizeClass([{ "tdd-max-h-[300px]": _ctx.isSelectdom }, "tddScroll tdd-h-full tdd-overscroll-contain tdd-overflow-scroll"]),
174
+ class: normalizeClass([{ "tdd-max-h-[300px]": _ctx.isSelectdom }, "tddScroll tdd-overscroll-contain tdd-overflow-scroll"]),
175
175
  style: normalizeStyle({
176
176
  marginRight: `-${marginnum.value}px`,
177
177
  marginBottom: `-${marginnum.value}px`
@@ -1,6 +1,6 @@
1
1
 
2
2
  .pageScroll .tddScroll {
3
- overflow-x: clip;
3
+ height: 103%;
4
4
  }
5
5
  .pageScroll .thumb {
6
6
  height: 0;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninemoon-ui",
3
3
  "private": false,
4
- "version": "0.0.21",
4
+ "version": "0.0.23",
5
5
  "author": "zhuboy",
6
6
  "keywords": [
7
7
  "vue3",