@nutui/nutui-react-taro 3.0.19-cpp.26-beta.2 → 3.0.19-cpp.26-beta.4

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 (46) hide show
  1. package/dist/cjs/packages/configprovider/types.d.ts +1 -1
  2. package/dist/cjs/packages/dialog/style/dialog.scss +1 -1
  3. package/dist/cjs/packages/dialog/style/style.css +1 -1
  4. package/dist/cjs/packages/dialog/style/style.harmony.css +1 -1
  5. package/dist/cjs/packages/dialog/style-jmapp/dialog.scss +1 -1
  6. package/dist/cjs/packages/dialog/style-jmapp/style.css +1 -1
  7. package/dist/cjs/packages/dialog/style-jrkf/dialog.scss +1 -1
  8. package/dist/cjs/packages/dialog/style-jrkf/style.css +1 -1
  9. package/dist/cjs/packages/inputnumber/inputnumber.js +1 -1
  10. package/dist/cjs/packages/popup/popup.js +3 -1
  11. package/dist/cjs/packages/quickenter/style/quickenter.scss +2 -0
  12. package/dist/cjs/packages/quickenter/style/style.css +1 -0
  13. package/dist/cjs/packages/quickenter/style/style.harmony.css +1 -0
  14. package/dist/cjs/packages/quickenter/style-jmapp/quickenter.scss +2 -0
  15. package/dist/cjs/packages/quickenter/style-jmapp/style.css +1 -0
  16. package/dist/cjs/packages/quickenter/style-jrkf/quickenter.scss +2 -0
  17. package/dist/cjs/packages/quickenter/style-jrkf/style.css +1 -0
  18. package/dist/es/packages/configprovider/types.d.ts +1 -1
  19. package/dist/es/packages/dialog/style/dialog.scss +1 -1
  20. package/dist/es/packages/dialog/style/style.css +1 -1
  21. package/dist/es/packages/dialog/style/style.harmony.css +1 -1
  22. package/dist/es/packages/dialog/style-jmapp/dialog.scss +1 -1
  23. package/dist/es/packages/dialog/style-jmapp/style.css +1 -1
  24. package/dist/es/packages/dialog/style-jrkf/dialog.scss +1 -1
  25. package/dist/es/packages/dialog/style-jrkf/style.css +1 -1
  26. package/dist/es/packages/inputnumber/inputnumber.js +1 -1
  27. package/dist/es/packages/popup/popup.js +4 -1
  28. package/dist/es/packages/quickenter/style/quickenter.scss +2 -0
  29. package/dist/es/packages/quickenter/style/style.css +1 -0
  30. package/dist/es/packages/quickenter/style/style.harmony.css +1 -0
  31. package/dist/es/packages/quickenter/style-jmapp/quickenter.scss +2 -0
  32. package/dist/es/packages/quickenter/style-jmapp/style.css +1 -0
  33. package/dist/es/packages/quickenter/style-jrkf/quickenter.scss +2 -0
  34. package/dist/es/packages/quickenter/style-jrkf/style.css +1 -0
  35. package/dist/nutui.react.umd.js +7 -2
  36. package/dist/style-jmapp.css +1 -1
  37. package/dist/style-jmapp.scss +31 -31
  38. package/dist/style-jrkf.css +1 -1
  39. package/dist/style-jrkf.scss +24 -24
  40. package/dist/style.css +1 -1
  41. package/dist/style.scss +29 -29
  42. package/dist/styles/variables-daojia.scss +5 -0
  43. package/dist/styles/variables-jmapp.scss +5 -0
  44. package/dist/styles/variables-jrkf.scss +5 -0
  45. package/dist/styles/variables.scss +9 -0
  46. package/package.json +1 -1
@@ -412,6 +412,7 @@
412
412
  box-sizing: border-box;
413
413
  display: flex;
414
414
  flex-direction: column;
415
+ box-shadow: var(--nutui-quickenter-box-shadow, 0px 8px 16px rgba(141, 153, 167, 0.2), 0px -0.5px 0px rgba(0, 0, 0, 0.05) inset);
415
416
  }
416
417
  .nut-quickenter-control {
417
418
  display: flex;
@@ -7,6 +7,8 @@
7
7
  box-sizing: border-box;
8
8
  display: flex;
9
9
  flex-direction: column;
10
+ box-shadow: $quickenter-box-shadow;
11
+ // backdrop-filter: $quickenter-backdrop-filter;
10
12
 
11
13
  &-control {
12
14
  display: flex;
@@ -11,6 +11,7 @@
11
11
  box-sizing: border-box;
12
12
  display: flex;
13
13
  flex-direction: column;
14
+ box-shadow: var(--nutui-quickenter-box-shadow, 0px 8px 16px rgba(141, 153, 167, 0.2), 0px -0.5px 0px rgba(0, 0, 0, 0.05) inset);
14
15
  }
15
16
  .nut-quickenter-control {
16
17
  display: flex;
@@ -7,6 +7,8 @@
7
7
  box-sizing: border-box;
8
8
  display: flex;
9
9
  flex-direction: column;
10
+ box-shadow: $quickenter-box-shadow;
11
+ // backdrop-filter: $quickenter-backdrop-filter;
10
12
 
11
13
  &-control {
12
14
  display: flex;
@@ -11,6 +11,7 @@
11
11
  box-sizing: border-box;
12
12
  display: flex;
13
13
  flex-direction: column;
14
+ box-shadow: var(--nutui-quickenter-box-shadow, 0px 8px 16px rgba(141, 153, 167, 0.2), 0px -0.5px 0px rgba(0, 0, 0, 0.05) inset);
14
15
  }
15
16
  .nut-quickenter-control {
16
17
  display: flex;
@@ -4673,7 +4673,12 @@
4673
4673
  onClick: handleCloseIconClick,
4674
4674
  ariaRole: "button",
4675
4675
  ariaLabel: closeAriaLabel || locale.close
4676
- }, /* @__PURE__ */ React.isValidElement(closeIcon) ? closeIcon : /* @__PURE__ */ React.createElement(IconSVG$p, null));
4676
+ }, /* @__PURE__ */ React.isValidElement(closeIcon) ? closeIcon : (
4677
+ // @ts-ignore
4678
+ /* @__PURE__ */ React.createElement(IconSVG$p, {
4679
+ ariaHidden: true
4680
+ })
4681
+ ));
4677
4682
  }, [
4678
4683
  closeable,
4679
4684
  closeIconPosition,
@@ -10566,7 +10571,7 @@
10566
10571
  className: classNames("".concat(classPrefix$h, "-icon ").concat(classPrefix$h, "-icon-minus"), _define_property({}, "".concat(classPrefix$h, "-icon-disabled"), Number(shadowValue) <= Number(min) || disabled))
10567
10572
  })), /* @__PURE__ */ React.createElement("input", {
10568
10573
  className: classNames("".concat(classPrefix$h, "-input"), _define_property({}, "".concat(classPrefix$h, "-input-disabled"), disabled)),
10569
- type: type2,
10574
+ type: formatter ? "text" : type2,
10570
10575
  ref: inputRef,
10571
10576
  inputMode: type2 === "digit" ? "decimal" : "numeric",
10572
10577
  disabled,