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

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 (138) hide show
  1. package/dist/cjs/locales/base.d.ts +3 -0
  2. package/dist/cjs/locales/en-US.js +4 -1
  3. package/dist/cjs/locales/id-ID.js +4 -1
  4. package/dist/cjs/locales/ja-JP.js +4 -1
  5. package/dist/cjs/locales/tr-TR.js +4 -1
  6. package/dist/cjs/locales/zh-CN.js +4 -1
  7. package/dist/cjs/locales/zh-TW.js +4 -1
  8. package/dist/cjs/locales/zh-UG.js +4 -1
  9. package/dist/cjs/packages/actionsheet/style/style.harmony.css +45 -24
  10. package/dist/cjs/packages/address/style/style.harmony.css +45 -24
  11. package/dist/cjs/packages/calendar/style/style.harmony.css +45 -24
  12. package/dist/cjs/packages/cascader/style/style.harmony.css +45 -24
  13. package/dist/cjs/packages/configprovider/types.d.ts +1 -1
  14. package/dist/cjs/packages/datepicker/style/style.harmony.css +46 -25
  15. package/dist/cjs/packages/imagepreview/style/style.harmony.css +45 -24
  16. package/dist/cjs/packages/numberkeyboard/style/style.css +1 -1
  17. package/dist/cjs/packages/numberkeyboard/style/style.harmony.css +46 -25
  18. package/dist/cjs/packages/nutui.react.build.d.ts +3 -1
  19. package/dist/cjs/packages/nutui.react.build.js +18 -14
  20. package/dist/cjs/packages/nutui.react.d.ts +4 -1
  21. package/dist/cjs/packages/nutui.react.js +19 -14
  22. package/dist/cjs/packages/nutui.react.scss.d.ts +1 -0
  23. package/dist/cjs/packages/nutui.react.scss.js +1 -0
  24. package/dist/cjs/packages/overlay/overlay.js +11 -17
  25. package/dist/cjs/packages/picker/style/style.css +1 -1
  26. package/dist/cjs/packages/picker/style/style.harmony.css +46 -25
  27. package/dist/cjs/packages/popover/style/style.harmony.css +45 -24
  28. package/dist/cjs/packages/popup/popup.js +171 -99
  29. package/dist/cjs/packages/popup/style/popup.scss +29 -9
  30. package/dist/cjs/packages/popup/style/style.css +45 -24
  31. package/dist/cjs/packages/popup/style/style.harmony.css +45 -24
  32. package/dist/cjs/packages/popup/style-jmapp/popup.scss +29 -9
  33. package/dist/cjs/packages/popup/style-jmapp/style.css +29 -8
  34. package/dist/cjs/packages/popup/style-jrkf/popup.scss +29 -9
  35. package/dist/cjs/packages/popup/style-jrkf/style.css +29 -8
  36. package/dist/cjs/packages/quickenter/index.d.ts +3 -0
  37. package/dist/cjs/packages/quickenter/index.js +13 -0
  38. package/dist/cjs/packages/quickenter/quickenter.d.ts +4 -0
  39. package/dist/cjs/packages/quickenter/quickenter.js +147 -0
  40. package/dist/cjs/packages/quickenter/style/css.js +2 -0
  41. package/dist/cjs/packages/quickenter/style/index.js +2 -0
  42. package/dist/cjs/packages/quickenter/style/quickenter.scss +110 -0
  43. package/dist/cjs/packages/quickenter/style/style.css +99 -0
  44. package/dist/cjs/packages/quickenter/style/style.harmony.css +500 -0
  45. package/dist/cjs/packages/quickenter/style-jmapp/css.js +2 -0
  46. package/dist/cjs/packages/quickenter/style-jmapp/index.js +2 -0
  47. package/dist/cjs/packages/quickenter/style-jmapp/quickenter.scss +110 -0
  48. package/dist/cjs/packages/quickenter/style-jmapp/style.css +99 -0
  49. package/dist/cjs/packages/quickenter/style-jrkf/css.js +2 -0
  50. package/dist/cjs/packages/quickenter/style-jrkf/index.js +2 -0
  51. package/dist/cjs/packages/quickenter/style-jrkf/quickenter.scss +110 -0
  52. package/dist/cjs/packages/quickenter/style-jrkf/style.css +99 -0
  53. package/dist/cjs/packages/shortpassword/style/style.harmony.css +45 -24
  54. package/dist/cjs/packages/timeselect/style/style.harmony.css +45 -24
  55. package/dist/cjs/packages/tour/style/style.harmony.css +45 -24
  56. package/dist/cjs/types/index.d.ts +3 -0
  57. package/dist/cjs/types/index.js +3 -0
  58. package/dist/cjs/types/spec/quickenter/base.d.ts +26 -0
  59. package/dist/cjs/types/spec/quickenter/base.js +4 -0
  60. package/dist/cjs/types/spec/quickenter/h5.d.ts +5 -0
  61. package/dist/cjs/types/spec/quickenter/h5.js +4 -0
  62. package/dist/cjs/types/spec/quickenter/taro.d.ts +5 -0
  63. package/dist/cjs/types/spec/quickenter/taro.js +4 -0
  64. package/dist/cjs/utils/taro/ConfigurableCSSTransition.d.ts +15 -0
  65. package/dist/cjs/utils/taro/ConfigurableCSSTransition.js +90 -0
  66. package/dist/es/locales/base.d.ts +3 -0
  67. package/dist/es/locales/en-US.js +4 -1
  68. package/dist/es/locales/id-ID.js +4 -1
  69. package/dist/es/locales/ja-JP.js +4 -1
  70. package/dist/es/locales/tr-TR.js +4 -1
  71. package/dist/es/locales/zh-CN.js +4 -1
  72. package/dist/es/locales/zh-TW.js +4 -1
  73. package/dist/es/locales/zh-UG.js +4 -1
  74. package/dist/es/packages/actionsheet/style/style.harmony.css +45 -24
  75. package/dist/es/packages/address/style/style.harmony.css +45 -24
  76. package/dist/es/packages/calendar/style/style.harmony.css +45 -24
  77. package/dist/es/packages/cascader/style/style.harmony.css +45 -24
  78. package/dist/es/packages/configprovider/types.d.ts +1 -1
  79. package/dist/es/packages/datepicker/style/style.harmony.css +46 -25
  80. package/dist/es/packages/imagepreview/style/style.harmony.css +45 -24
  81. package/dist/es/packages/numberkeyboard/style/style.css +1 -1
  82. package/dist/es/packages/numberkeyboard/style/style.harmony.css +46 -25
  83. package/dist/es/packages/nutui.react.build.d.ts +3 -1
  84. package/dist/es/packages/nutui.react.build.js +3 -1
  85. package/dist/es/packages/overlay/overlay.js +11 -17
  86. package/dist/es/packages/picker/style/style.css +1 -1
  87. package/dist/es/packages/picker/style/style.harmony.css +46 -25
  88. package/dist/es/packages/popover/style/style.harmony.css +45 -24
  89. package/dist/es/packages/popup/popup.js +172 -101
  90. package/dist/es/packages/popup/style/popup.scss +29 -9
  91. package/dist/es/packages/popup/style/style.css +45 -24
  92. package/dist/es/packages/popup/style/style.harmony.css +45 -24
  93. package/dist/es/packages/popup/style-jmapp/popup.scss +29 -9
  94. package/dist/es/packages/popup/style-jmapp/style.css +29 -8
  95. package/dist/es/packages/popup/style-jrkf/popup.scss +29 -9
  96. package/dist/es/packages/popup/style-jrkf/style.css +29 -8
  97. package/dist/es/packages/quickenter/index.d.ts +3 -0
  98. package/dist/es/packages/quickenter/index.js +2 -0
  99. package/dist/es/packages/quickenter/quickenter.d.ts +4 -0
  100. package/dist/es/packages/quickenter/quickenter.js +135 -0
  101. package/dist/es/packages/quickenter/style/css.js +2 -0
  102. package/dist/es/packages/quickenter/style/index.js +2 -0
  103. package/dist/es/packages/quickenter/style/quickenter.scss +110 -0
  104. package/dist/es/packages/quickenter/style/style.css +99 -0
  105. package/dist/es/packages/quickenter/style/style.harmony.css +500 -0
  106. package/dist/es/packages/quickenter/style-jmapp/css.js +2 -0
  107. package/dist/es/packages/quickenter/style-jmapp/index.js +2 -0
  108. package/dist/es/packages/quickenter/style-jmapp/quickenter.scss +110 -0
  109. package/dist/es/packages/quickenter/style-jmapp/style.css +99 -0
  110. package/dist/es/packages/quickenter/style-jrkf/css.js +2 -0
  111. package/dist/es/packages/quickenter/style-jrkf/index.js +2 -0
  112. package/dist/es/packages/quickenter/style-jrkf/quickenter.scss +110 -0
  113. package/dist/es/packages/quickenter/style-jrkf/style.css +99 -0
  114. package/dist/es/packages/shortpassword/style/style.harmony.css +45 -24
  115. package/dist/es/packages/timeselect/style/style.harmony.css +45 -24
  116. package/dist/es/packages/tour/style/style.harmony.css +45 -24
  117. package/dist/es/types/index.d.ts +3 -0
  118. package/dist/es/types/index.js +3 -0
  119. package/dist/es/types/spec/quickenter/base.d.ts +44 -0
  120. package/dist/es/types/spec/quickenter/base.js +1 -0
  121. package/dist/es/types/spec/quickenter/h5.d.ts +5 -0
  122. package/dist/es/types/spec/quickenter/h5.js +1 -0
  123. package/dist/es/types/spec/quickenter/taro.d.ts +5 -0
  124. package/dist/es/types/spec/quickenter/taro.js +1 -0
  125. package/dist/es/utils/taro/ConfigurableCSSTransition.d.ts +15 -0
  126. package/dist/es/utils/taro/ConfigurableCSSTransition.js +79 -0
  127. package/dist/nutui.react.umd.js +631 -332
  128. package/dist/style-jmapp.css +1 -1
  129. package/dist/style-jmapp.scss +35 -34
  130. package/dist/style-jrkf.css +1 -1
  131. package/dist/style-jrkf.scss +34 -33
  132. package/dist/style.css +1 -1
  133. package/dist/style.scss +35 -34
  134. package/dist/styles/variables-daojia.scss +36 -0
  135. package/dist/styles/variables-jmapp.scss +36 -0
  136. package/dist/styles/variables-jrkf.scss +36 -0
  137. package/dist/styles/variables.scss +37 -1
  138. package/package.json +1 -1
@@ -0,0 +1,99 @@
1
+ /* #ifdef harmony */
2
+ /* #endif */
3
+ /* #ifndef harmony */
4
+ /* #endif */
5
+ .nut-quickenter {
6
+ width: 100%;
7
+ max-height: var(--nutui-quickenter-max-height, 256px);
8
+ background: var(--nutui-quickenter-bg-color, #f5f5f5);
9
+ border-radius: 0 0 12px 12px;
10
+ overflow: hidden;
11
+ box-sizing: border-box;
12
+ display: flex;
13
+ flex-direction: column;
14
+ }
15
+ .nut-quickenter-control {
16
+ display: flex;
17
+ align-items: center;
18
+ justify-content: space-between;
19
+ padding: 30px 16px 0;
20
+ box-sizing: border-box;
21
+ }
22
+ .nut-quickenter-title {
23
+ flex: 1;
24
+ overflow: hidden;
25
+ text-overflow: ellipsis;
26
+ white-space: nowrap;
27
+ text-align: left;
28
+ color: var(--nutui-quickenter-title-color, var(--nutui-color-title));
29
+ font-size: var(--nutui-quickenter-title-font-size, var(--nutui-font-text));
30
+ }
31
+ .nut-quickenter-close-btn {
32
+ color: var(--nutui-quickenter-close-icon-color, #808080);
33
+ display: flex;
34
+ align-items: center;
35
+ justify-content: center;
36
+ }
37
+ .nut-quickenter-close-btn svg,
38
+ .nut-quickenter-close-btn .nut-icon {
39
+ width: var(--nutui-quickenter-close-icon-size, 12px);
40
+ height: var(--nutui-quickenter-close-icon-size, 12px);
41
+ }
42
+ .nut-quickenter-content {
43
+ flex: 1;
44
+ padding: 10px 28px;
45
+ overflow-y: hidden;
46
+ box-sizing: border-box;
47
+ }
48
+ .nut-quickenter-content-scrollable {
49
+ overflow-y: auto;
50
+ -webkit-overflow-scrolling: touch;
51
+ }
52
+ .nut-quickenter-list {
53
+ display: flex;
54
+ flex-wrap: wrap;
55
+ align-items: flex-start;
56
+ width: 100%;
57
+ }
58
+ .nut-quickenter-item {
59
+ display: flex;
60
+ flex-direction: column;
61
+ align-items: center;
62
+ justify-content: flex-start;
63
+ width: 56px;
64
+ padding: 0 0 12px 0;
65
+ box-sizing: border-box;
66
+ cursor: pointer;
67
+ margin-right: calc((100% - 224px) / 3);
68
+ }
69
+ .nut-quickenter-item:nth-child(4n) {
70
+ margin-right: 0;
71
+ }
72
+ .nut-quickenter-item-icon {
73
+ width: 56px;
74
+ height: 56px;
75
+ display: flex;
76
+ align-items: center;
77
+ justify-content: center;
78
+ border-radius: 50%;
79
+ background: var(--nutui-quickenter-item-icon-bg-color, #ffffff);
80
+ color: var(--nutui-quickenter-item-icon-color, var(--nutui-color-title));
81
+ margin-bottom: 8px;
82
+ flex-shrink: 0;
83
+ }
84
+ .nut-quickenter-item-icon svg,
85
+ .nut-quickenter-item-icon .nut-icon {
86
+ width: 22px;
87
+ height: 22px;
88
+ }
89
+ .nut-quickenter-item-title {
90
+ font-size: var(--nutui-quickenter-item-title-font-size, var(--nutui-font-text-small));
91
+ color: var(--nutui-quickenter-item-title-color, var(--nutui-color-title));
92
+ text-align: center;
93
+ line-height: 1.4;
94
+ white-space: normal;
95
+ word-wrap: break-word;
96
+ width: 72px;
97
+ margin-left: -8px;
98
+ margin-right: -8px;
99
+ }
@@ -0,0 +1,2 @@
1
+ import '../../popup/style-jrkf/css';
2
+ import './style.css';
@@ -0,0 +1,2 @@
1
+ import '../../popup/style-jrkf';
2
+ import './quickenter.scss';
@@ -0,0 +1,110 @@
1
+ .nut-quickenter {
2
+ width: 100%;
3
+ max-height: $quickenter-max-height; // Limit height for scrolling
4
+ background: $quickenter-bg-color;
5
+ border-radius: 0 0 12px 12px;
6
+ overflow: hidden;
7
+ box-sizing: border-box;
8
+ display: flex;
9
+ flex-direction: column;
10
+
11
+ &-control {
12
+ display: flex;
13
+ align-items: center;
14
+ justify-content: space-between;
15
+ padding: 30px 16px 0;
16
+ box-sizing: border-box;
17
+ }
18
+
19
+ &-title {
20
+ flex: 1;
21
+ overflow: hidden;
22
+ text-overflow: ellipsis;
23
+ white-space: nowrap;
24
+ text-align: left;
25
+ color: $quickenter-title-color;
26
+ font-size: $quickenter-title-font-size;
27
+ }
28
+
29
+ &-close-btn {
30
+ color: $quickenter-close-icon-color;
31
+ display: flex;
32
+ align-items: center;
33
+ justify-content: center;
34
+
35
+ svg,
36
+ .nut-icon {
37
+ width: $quickenter-close-icon-size;
38
+ height: $quickenter-close-icon-size;
39
+ }
40
+ }
41
+
42
+ &-content {
43
+ flex: 1;
44
+ padding: 10px 28px;
45
+ overflow-y: hidden; // Default: no scrolling
46
+ box-sizing: border-box;
47
+
48
+ &-scrollable {
49
+ overflow-y: auto; // Only scroll when > 8 items
50
+ -webkit-overflow-scrolling: touch;
51
+ }
52
+ }
53
+
54
+ &-list {
55
+ display: flex;
56
+ flex-wrap: wrap;
57
+ align-items: flex-start;
58
+ width: 100%;
59
+ }
60
+
61
+ &-item {
62
+ display: flex;
63
+ flex-direction: column;
64
+ align-items: center;
65
+ justify-content: flex-start;
66
+ width: 56px;
67
+ padding: 0 0 12px 0; // Reduced from 16px to ensure 2 rows fit in 256px
68
+ box-sizing: border-box;
69
+ cursor: pointer;
70
+
71
+ // Calculate gap for 4 items per row: (100% - 4 * 56px) / 3
72
+ margin-right: calc((100% - 224px) / 3);
73
+
74
+ &:nth-child(4n) {
75
+ margin-right: 0;
76
+ }
77
+
78
+ &-icon {
79
+ width: 56px;
80
+ height: 56px;
81
+ display: flex;
82
+ align-items: center;
83
+ justify-content: center;
84
+ border-radius: 50%;
85
+ background: $quickenter-item-icon-bg-color;
86
+ color: $quickenter-item-icon-color;
87
+ margin-bottom: 8px;
88
+ flex-shrink: 0;
89
+
90
+ svg,
91
+ .nut-icon {
92
+ width: 22px;
93
+ height: 22px;
94
+ }
95
+ }
96
+
97
+ &-title {
98
+ font-size: $quickenter-item-title-font-size;
99
+ color: $quickenter-item-title-color;
100
+ text-align: center;
101
+ line-height: 1.4;
102
+ // Allow multi-line if text is long, preventing truncation
103
+ white-space: normal;
104
+ word-wrap: break-word;
105
+ width: 72px; // Allow text to be slightly wider than icon
106
+ margin-left: -8px; // Center 72px title over 56px icon
107
+ margin-right: -8px;
108
+ }
109
+ }
110
+ }
@@ -0,0 +1,99 @@
1
+ /* #ifdef harmony */
2
+ /* #endif */
3
+ /* #ifndef harmony */
4
+ /* #endif */
5
+ .nut-quickenter {
6
+ width: 100%;
7
+ max-height: var(--nutui-quickenter-max-height, 256px);
8
+ background: var(--nutui-quickenter-bg-color, #f5f5f5);
9
+ border-radius: 0 0 12px 12px;
10
+ overflow: hidden;
11
+ box-sizing: border-box;
12
+ display: flex;
13
+ flex-direction: column;
14
+ }
15
+ .nut-quickenter-control {
16
+ display: flex;
17
+ align-items: center;
18
+ justify-content: space-between;
19
+ padding: 30px 16px 0;
20
+ box-sizing: border-box;
21
+ }
22
+ .nut-quickenter-title {
23
+ flex: 1;
24
+ overflow: hidden;
25
+ text-overflow: ellipsis;
26
+ white-space: nowrap;
27
+ text-align: left;
28
+ color: var(--nutui-quickenter-title-color, var(--nutui-color-title));
29
+ font-size: var(--nutui-quickenter-title-font-size, var(--nutui-font-text));
30
+ }
31
+ .nut-quickenter-close-btn {
32
+ color: var(--nutui-quickenter-close-icon-color, #808080);
33
+ display: flex;
34
+ align-items: center;
35
+ justify-content: center;
36
+ }
37
+ .nut-quickenter-close-btn svg,
38
+ .nut-quickenter-close-btn .nut-icon {
39
+ width: var(--nutui-quickenter-close-icon-size, 12px);
40
+ height: var(--nutui-quickenter-close-icon-size, 12px);
41
+ }
42
+ .nut-quickenter-content {
43
+ flex: 1;
44
+ padding: 10px 28px;
45
+ overflow-y: hidden;
46
+ box-sizing: border-box;
47
+ }
48
+ .nut-quickenter-content-scrollable {
49
+ overflow-y: auto;
50
+ -webkit-overflow-scrolling: touch;
51
+ }
52
+ .nut-quickenter-list {
53
+ display: flex;
54
+ flex-wrap: wrap;
55
+ align-items: flex-start;
56
+ width: 100%;
57
+ }
58
+ .nut-quickenter-item {
59
+ display: flex;
60
+ flex-direction: column;
61
+ align-items: center;
62
+ justify-content: flex-start;
63
+ width: 56px;
64
+ padding: 0 0 12px 0;
65
+ box-sizing: border-box;
66
+ cursor: pointer;
67
+ margin-right: calc((100% - 224px) / 3);
68
+ }
69
+ .nut-quickenter-item:nth-child(4n) {
70
+ margin-right: 0;
71
+ }
72
+ .nut-quickenter-item-icon {
73
+ width: 56px;
74
+ height: 56px;
75
+ display: flex;
76
+ align-items: center;
77
+ justify-content: center;
78
+ border-radius: 50%;
79
+ background: var(--nutui-quickenter-item-icon-bg-color, #ffffff);
80
+ color: var(--nutui-quickenter-item-icon-color, var(--nutui-color-title));
81
+ margin-bottom: 8px;
82
+ flex-shrink: 0;
83
+ }
84
+ .nut-quickenter-item-icon svg,
85
+ .nut-quickenter-item-icon .nut-icon {
86
+ width: 22px;
87
+ height: 22px;
88
+ }
89
+ .nut-quickenter-item-title {
90
+ font-size: var(--nutui-quickenter-item-title-font-size, var(--nutui-font-text-small));
91
+ color: var(--nutui-quickenter-item-title-color, var(--nutui-color-title));
92
+ text-align: center;
93
+ line-height: 1.4;
94
+ white-space: normal;
95
+ word-wrap: break-word;
96
+ width: 72px;
97
+ margin-left: -8px;
98
+ margin-right: -8px;
99
+ }
@@ -71,7 +71,7 @@
71
71
  align-items: center;
72
72
  justify-content: center;
73
73
  border-bottom: var(--nutui-popup-title-border-bottom, 0);
74
- padding: var(--nutui-popup-title-padding, 16px);
74
+ padding: var(--nutui-popup-title-padding, 11px);
75
75
  position: relative;
76
76
  }
77
77
  .nut-popup-title-wrapper {
@@ -84,7 +84,6 @@
84
84
  color: var(--nutui-color-title, #1a1a1a);
85
85
  font-weight: var(--nutui-font-weight-bold, 600);
86
86
  font-size: var(--nutui-popup-title-font-size, var(--nutui-font-size-xl, 18px));
87
- line-height: var(--nutui-popup-title-font-size, var(--nutui-font-size-xl, 18px));
88
87
  }
89
88
  .nut-popup-title-description {
90
89
  color: var(--nutui-color-text, #505259);
@@ -96,13 +95,13 @@
96
95
  }
97
96
  .nut-popup-title-left {
98
97
  position: absolute;
99
- top: var(--nutui-popup-title-padding, 16px);
100
- left: var(--nutui-popup-title-padding, 16px);
98
+ top: var(--nutui-popup-title-padding, 11px);
99
+ left: var(--nutui-popup-title-padding, 11px);
101
100
  }
102
101
  .nut-popup-title-right {
103
102
  position: absolute;
104
- top: var(--nutui-popup-title-padding, 16px);
105
- right: var(--nutui-popup-title-padding, 16px);
103
+ top: var(--nutui-popup-title-padding, 11px);
104
+ right: var(--nutui-popup-title-padding, 11px);
106
105
  z-index: 1;
107
106
  width: var(--nutui-popup-icon-size, 20px);
108
107
  height: var(--nutui-popup-icon-size, 20px);
@@ -113,20 +112,22 @@
113
112
  opacity: 0.7;
114
113
  }
115
114
  .nut-popup-title-right-top-left {
116
- top: var(--nutui-popup-title-padding, 16px);
117
- left: var(--nutui-popup-title-padding, 16px);
115
+ top: var(--nutui-popup-title-padding, 11px);
116
+ left: var(--nutui-popup-title-padding, 11px);
118
117
  }
119
118
  .nut-popup-title-right-bottom-left {
120
- bottom: var(--nutui-popup-title-padding, 16px);
121
- left: var(--nutui-popup-title-padding, 16px);
119
+ bottom: var(--nutui-popup-title-padding, 11px);
120
+ left: var(--nutui-popup-title-padding, 11px);
122
121
  }
123
122
  .nut-popup-title-right-bottom-right {
124
- right: var(--nutui-popup-title-padding, 16px);
125
- bottom: var(--nutui-popup-title-padding, 16px);
123
+ right: var(--nutui-popup-title-padding, 11px);
124
+ bottom: var(--nutui-popup-title-padding, 11px);
126
125
  }
127
126
  .nut-popup-center {
128
127
  top: 50%;
129
128
  left: 50%;
129
+ right: auto;
130
+ bottom: auto;
130
131
  min-height: 10%;
131
132
  max-width: 295px;
132
133
  transform: translate(-50%, -50%);
@@ -137,6 +138,8 @@
137
138
  .nut-popup-bottom {
138
139
  bottom: 0;
139
140
  left: 0;
141
+ right: auto;
142
+ top: auto;
140
143
  width: 100%;
141
144
  }
142
145
  .nut-popup-bottom.nut-popup-round {
@@ -148,6 +151,8 @@
148
151
  .nut-popup-right {
149
152
  top: 0;
150
153
  right: 0;
154
+ left: auto;
155
+ bottom: auto;
151
156
  width: 100px;
152
157
  height: 100%;
153
158
  }
@@ -157,6 +162,8 @@
157
162
  .nut-popup-left {
158
163
  top: 0;
159
164
  left: 0;
165
+ right: auto;
166
+ bottom: auto;
160
167
  width: 100px;
161
168
  height: 100%;
162
169
  }
@@ -166,6 +173,8 @@
166
173
  .nut-popup-top {
167
174
  top: 0;
168
175
  left: 0;
176
+ right: auto;
177
+ bottom: auto;
169
178
  width: 100%;
170
179
  }
171
180
  .nut-popup-top.nut-popup-round {
@@ -242,6 +251,9 @@
242
251
  }
243
252
  }
244
253
  @keyframes popup-slide-top-exit {
254
+ from {
255
+ transform: translate3d(0, 0%, 0);
256
+ }
245
257
  to {
246
258
  transform: translate3d(0, -100%, 0);
247
259
  }
@@ -266,6 +278,9 @@
266
278
  }
267
279
  }
268
280
  @keyframes popup-slide-right-exit {
281
+ from {
282
+ transform: translate3d(0%, 0, 0);
283
+ }
269
284
  to {
270
285
  transform: translate3d(100%, 0, 0);
271
286
  }
@@ -276,7 +291,7 @@
276
291
  animation-name: popup-slide-right-enter;
277
292
  animation-duration: var(--nutui-popup-animation-duration, 0.3s);
278
293
  }
279
- .nut-popup-slide-right-exit {
294
+ .nut-popup-slide-right-exit-active {
280
295
  animation-fill-mode: both;
281
296
  animation-name: popup-slide-right-exit;
282
297
  animation-duration: var(--nutui-popup-animation-duration, 0.3s);
@@ -289,20 +304,23 @@
289
304
  transform: translate3d(0, 0%, 0);
290
305
  }
291
306
  }
292
- @keyframes slide-bottom-exit {
307
+ @keyframes popup-slide-bottom-exit {
308
+ from {
309
+ transform: translate3d(0, 0%, 0);
310
+ }
293
311
  to {
294
312
  transform: translate3d(0, 100%, 0);
295
313
  }
296
314
  }
297
315
  .nut-popup-slide-bottom-enter-active, .nut-popup-slide-bottom-appear-active {
298
- transform: translate(0, 0);
316
+ transform: translate3d(0, 0, 0);
299
317
  animation-fill-mode: both;
300
318
  animation-name: popup-slide-bottom-enter;
301
319
  animation-duration: var(--nutui-popup-animation-duration, 0.3s);
302
320
  }
303
- .nut-popup-slide-bottom-exit {
321
+ .nut-popup-slide-bottom-exit-active {
304
322
  animation-fill-mode: both;
305
- animation-name: slide-bottom-exit;
323
+ animation-name: popup-slide-bottom-exit;
306
324
  animation-duration: var(--nutui-popup-animation-duration, 0.3s);
307
325
  }
308
326
  @keyframes popup-slide-left-enter {
@@ -314,17 +332,20 @@
314
332
  }
315
333
  }
316
334
  @keyframes popup-slide-left-exit {
335
+ from {
336
+ transform: translate3d(0%, 0, 0);
337
+ }
317
338
  to {
318
339
  transform: translate3d(-100%, 0, 0);
319
340
  }
320
341
  }
321
342
  .nut-popup-slide-left-enter-active, .nut-popup-slide-left-appear-active {
322
- transform: translate(0, 0);
343
+ transform: translate3d(0, 0, 0);
323
344
  animation-fill-mode: both;
324
345
  animation-name: popup-slide-left-enter;
325
346
  animation-duration: var(--nutui-popup-animation-duration, 0.3s);
326
347
  }
327
- .nut-popup-slide-left-exit-active, .nut-popup-slide-left-exit-done {
348
+ .nut-popup-slide-left-exit-active {
328
349
  animation-fill-mode: both;
329
350
  animation-name: popup-slide-left-exit;
330
351
  animation-duration: var(--nutui-popup-animation-duration, 0.3s);
@@ -339,27 +360,27 @@
339
360
  [dir=rtl] .nut-popup-title-left,
340
361
  .nut-rtl .nut-popup-title-left {
341
362
  left: auto;
342
- right: var(--nutui-popup-title-padding, 16px);
363
+ right: var(--nutui-popup-title-padding, 11px);
343
364
  }
344
365
  [dir=rtl] .nut-popup-title-right,
345
366
  .nut-rtl .nut-popup-title-right {
346
367
  right: auto;
347
- left: var(--nutui-popup-title-padding, 16px);
368
+ left: var(--nutui-popup-title-padding, 11px);
348
369
  }
349
370
  [dir=rtl] .nut-popup-title-right-top-left,
350
371
  .nut-rtl .nut-popup-title-right-top-left {
351
372
  left: auto;
352
- right: var(--nutui-popup-title-padding, 16px);
373
+ right: var(--nutui-popup-title-padding, 11px);
353
374
  }
354
375
  [dir=rtl] .nut-popup-title-right-bottom-left,
355
376
  .nut-rtl .nut-popup-title-right-bottom-left {
356
377
  left: auto;
357
- right: var(--nutui-popup-title-padding, 16px);
378
+ right: var(--nutui-popup-title-padding, 11px);
358
379
  }
359
380
  [dir=rtl] .nut-popup-title-right-bottom-right,
360
381
  .nut-rtl .nut-popup-title-right-bottom-right {
361
382
  right: auto;
362
- left: var(--nutui-popup-title-padding, 16px);
383
+ left: var(--nutui-popup-title-padding, 11px);
363
384
  }
364
385
  [dir=rtl] .nut-popup-title .nut-icon-ArrowLeft,
365
386
  .nut-rtl .nut-popup-title .nut-icon-ArrowLeft {