linkmore-design 1.1.9 → 1.1.11

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 (233) hide show
  1. package/CHANGELOG.md +673 -647
  2. package/dist/Button/demos/type.d.ts +2 -0
  3. package/dist/CustomTableOption/index.d.ts +1 -0
  4. package/dist/CustomTableOption/locale/en_US.d.ts +19 -0
  5. package/dist/CustomTableOption/locale/zh_CN.d.ts +19 -0
  6. package/dist/LmEditTable/demos/priceTable.d.ts +2 -0
  7. package/dist/LmEditTable/util.d.ts +1 -0
  8. package/dist/LmFilter/demos/filterControl.d.ts +2 -0
  9. package/dist/Locale/default.d.ts +4 -1
  10. package/dist/Locale/zh_CN.d.ts +4 -1
  11. package/dist/Modal/demos/locale.d.ts +2 -0
  12. package/dist/Modal/locale.d.ts +7 -0
  13. package/dist/base.css +1 -0
  14. package/dist/index.umd.js +260 -212
  15. package/dist/index.umd.min.js +8 -8
  16. package/dist/variables.css +148 -12
  17. package/es/Affix/style/index.css +1 -0
  18. package/es/Alert/style/index.css +1 -0
  19. package/es/Approval/style/index.css +1 -0
  20. package/es/AutoComplete/style/index.css +1 -0
  21. package/es/Avatar/style/index.css +1 -0
  22. package/es/Badge/style/index.css +1 -0
  23. package/es/Breadcrumb/style/index.css +1 -0
  24. package/es/Button/style/index.css +4 -1
  25. package/es/Button/style/variables.css +4 -1
  26. package/es/ButtonTags/style/index.css +1 -0
  27. package/es/Calendar/style/index.css +1 -0
  28. package/es/Card/style/index.css +1 -0
  29. package/es/CardTable/style/index.css +7 -9
  30. package/es/CardTable/style/variables.css +7 -9
  31. package/es/Carousel/style/index.css +1 -0
  32. package/es/Cascader/style/index.css +1 -0
  33. package/es/Col/style/index.css +1 -0
  34. package/es/Collapse/style/index.css +1 -0
  35. package/es/Comment/style/index.css +1 -0
  36. package/es/CustomTableOption/cardSort.js +21 -16
  37. package/es/CustomTableOption/columnsSort.js +16 -16
  38. package/es/CustomTableOption/filterSort.js +11 -11
  39. package/es/CustomTableOption/index.d.ts +1 -0
  40. package/es/CustomTableOption/index.js +45 -17
  41. package/es/CustomTableOption/locale/en_US.d.ts +19 -0
  42. package/es/CustomTableOption/locale/en_US.js +19 -0
  43. package/es/CustomTableOption/locale/zh_CN.d.ts +19 -0
  44. package/es/CustomTableOption/locale/zh_CN.js +19 -0
  45. package/es/CustomTableOption/style/index.css +5 -0
  46. package/es/CustomTableOption/style/variables.css +4 -0
  47. package/es/CustomerService/style/index.css +1 -0
  48. package/es/DatePicker/style/index.css +1 -0
  49. package/es/Descriptions/style/index.css +1 -0
  50. package/es/Divider/style/index.css +1 -0
  51. package/es/Drawer/style/index.css +1 -0
  52. package/es/Dropdown/style/index.css +3 -2
  53. package/es/Dropdown/style/variables.css +2 -2
  54. package/es/EditTable/style/index.css +1 -0
  55. package/es/Empty/style/index.css +1 -0
  56. package/es/Filter/style/index.css +1 -0
  57. package/es/Form/style/index.css +1 -0
  58. package/es/FullScreen/style/index.css +1 -0
  59. package/es/Grid/style/index.css +1 -0
  60. package/es/Icon/style/index.css +1 -0
  61. package/es/Image/style/index.css +1 -0
  62. package/es/ImageViewer/components/Operate.js +5 -2
  63. package/es/Input/style/index.css +1 -0
  64. package/es/InputNumber/style/index.css +1 -0
  65. package/es/Layout/style/index.css +1 -0
  66. package/es/LeftTable/index.js +3 -1
  67. package/es/LeftTable/style/index.css +1 -0
  68. package/es/List/style/index.css +1 -0
  69. package/es/LmEditTable/EditTable.js +39 -88
  70. package/es/LmEditTable/style/index.css +5 -0
  71. package/es/LmEditTable/style/variables.css +4 -0
  72. package/es/LmEditTable/util.d.ts +1 -0
  73. package/es/LmEditTable/util.js +27 -0
  74. package/es/LmSelect/style/index.css +1 -0
  75. package/es/LmTable/Table.js +9 -5
  76. package/es/LmTable/style/index.css +4 -0
  77. package/es/LmTable/style/variables.css +3 -0
  78. package/es/LmUpload/style/index.css +118 -0
  79. package/es/LmUpload/style/variables.css +118 -0
  80. package/es/Locale/default.d.ts +4 -1
  81. package/es/Locale/default.js +3 -1
  82. package/es/Locale/zh_CN.d.ts +4 -1
  83. package/es/Locale/zh_CN.js +3 -1
  84. package/es/Mentions/style/index.css +1 -0
  85. package/es/Menu/style/index.css +1 -0
  86. package/es/Modal/index.js +18 -14
  87. package/es/Modal/locale.d.ts +7 -0
  88. package/es/Modal/locale.js +12 -0
  89. package/es/Modal/style/index.css +1 -0
  90. package/es/PageHeader/style/index.css +1 -0
  91. package/es/Pagination/style/index.css +1 -0
  92. package/es/Popconfirm/style/index.css +1 -0
  93. package/es/Popover/style/index.css +1 -0
  94. package/es/Progress/style/index.css +1 -0
  95. package/es/QuickMenu/style/index.css +6 -0
  96. package/es/QuickMenu/style/variables.css +5 -0
  97. package/es/Rate/style/index.css +1 -0
  98. package/es/Result/style/index.css +1 -0
  99. package/es/Row/style/index.css +1 -0
  100. package/es/Segmented/style/index.css +1 -0
  101. package/es/Select/style/index.css +1 -0
  102. package/es/Skeleton/style/index.css +1 -0
  103. package/es/Slider/style/index.css +1 -0
  104. package/es/Space/style/index.css +1 -0
  105. package/es/Spin/style/index.css +1 -0
  106. package/es/Statistic/style/index.css +1 -0
  107. package/es/Steps/style/index.css +1 -0
  108. package/es/Switch/style/index.css +1 -0
  109. package/es/Table/style/index.css +1 -0
  110. package/es/Tabs/style/index.css +1 -0
  111. package/es/Tag/style/index.css +1 -0
  112. package/es/TimePicker/style/index.css +1 -0
  113. package/es/Timeline/style/index.css +1 -0
  114. package/es/Tooltip/style/index.css +1 -0
  115. package/es/Transfer/style/index.css +1 -0
  116. package/es/Tree/style/index.css +1 -0
  117. package/es/TreeSelect/style/index.css +1 -0
  118. package/es/Typography/style/index.css +1 -0
  119. package/es/Upload/style/index.css +1 -0
  120. package/es/locale-provider/style/index.css +1 -0
  121. package/es/message/style/index.css +1 -0
  122. package/es/notification/style/index.css +1 -0
  123. package/es/styles/main.css +1 -0
  124. package/es/styles/variables.css +148 -12
  125. package/lib/Affix/style/index.css +1 -0
  126. package/lib/Alert/style/index.css +1 -0
  127. package/lib/Approval/style/index.css +1 -0
  128. package/lib/AutoComplete/style/index.css +1 -0
  129. package/lib/Avatar/style/index.css +1 -0
  130. package/lib/Badge/style/index.css +1 -0
  131. package/lib/Breadcrumb/style/index.css +1 -0
  132. package/lib/Button/style/index.css +4 -1
  133. package/lib/Button/style/variables.css +4 -1
  134. package/lib/ButtonTags/style/index.css +1 -0
  135. package/lib/Calendar/style/index.css +1 -0
  136. package/lib/Card/style/index.css +1 -0
  137. package/lib/CardTable/style/index.css +7 -9
  138. package/lib/CardTable/style/variables.css +7 -9
  139. package/lib/Carousel/style/index.css +1 -0
  140. package/lib/Cascader/style/index.css +1 -0
  141. package/lib/Col/style/index.css +1 -0
  142. package/lib/Collapse/style/index.css +1 -0
  143. package/lib/Comment/style/index.css +1 -0
  144. package/lib/CustomTableOption/cardSort.js +20 -15
  145. package/lib/CustomTableOption/columnsSort.js +16 -16
  146. package/lib/CustomTableOption/filterSort.js +11 -11
  147. package/lib/CustomTableOption/index.d.ts +1 -0
  148. package/lib/CustomTableOption/index.js +45 -16
  149. package/lib/CustomTableOption/locale/en_US.d.ts +19 -0
  150. package/lib/CustomTableOption/locale/en_US.js +26 -0
  151. package/lib/CustomTableOption/locale/zh_CN.d.ts +19 -0
  152. package/lib/CustomTableOption/locale/zh_CN.js +26 -0
  153. package/lib/CustomTableOption/style/index.css +5 -0
  154. package/lib/CustomTableOption/style/variables.css +4 -0
  155. package/lib/CustomerService/style/index.css +1 -0
  156. package/lib/DatePicker/style/index.css +1 -0
  157. package/lib/Descriptions/style/index.css +1 -0
  158. package/lib/Divider/style/index.css +1 -0
  159. package/lib/Drawer/style/index.css +1 -0
  160. package/lib/Dropdown/style/index.css +3 -2
  161. package/lib/Dropdown/style/variables.css +2 -2
  162. package/lib/EditTable/style/index.css +1 -0
  163. package/lib/Empty/style/index.css +1 -0
  164. package/lib/Filter/style/index.css +1 -0
  165. package/lib/Form/style/index.css +1 -0
  166. package/lib/FullScreen/style/index.css +1 -0
  167. package/lib/Grid/style/index.css +1 -0
  168. package/lib/Icon/style/index.css +1 -0
  169. package/lib/Image/style/index.css +1 -0
  170. package/lib/ImageViewer/components/Operate.js +6 -2
  171. package/lib/Input/style/index.css +1 -0
  172. package/lib/InputNumber/style/index.css +1 -0
  173. package/lib/Layout/style/index.css +1 -0
  174. package/lib/LeftTable/index.js +3 -1
  175. package/lib/LeftTable/style/index.css +1 -0
  176. package/lib/List/style/index.css +1 -0
  177. package/lib/LmEditTable/EditTable.js +39 -87
  178. package/lib/LmEditTable/style/index.css +5 -0
  179. package/lib/LmEditTable/style/variables.css +4 -0
  180. package/lib/LmEditTable/util.d.ts +1 -0
  181. package/lib/LmEditTable/util.js +30 -0
  182. package/lib/LmSelect/style/index.css +1 -0
  183. package/lib/LmTable/Table.js +9 -5
  184. package/lib/LmTable/style/index.css +4 -0
  185. package/lib/LmTable/style/variables.css +3 -0
  186. package/lib/LmUpload/style/index.css +118 -0
  187. package/lib/LmUpload/style/variables.css +118 -0
  188. package/lib/Locale/default.d.ts +4 -1
  189. package/lib/Locale/default.js +4 -1
  190. package/lib/Locale/zh_CN.d.ts +4 -1
  191. package/lib/Locale/zh_CN.js +4 -1
  192. package/lib/Mentions/style/index.css +1 -0
  193. package/lib/Menu/style/index.css +1 -0
  194. package/lib/Modal/index.js +22 -14
  195. package/lib/Modal/locale.d.ts +7 -0
  196. package/lib/Modal/locale.js +25 -0
  197. package/lib/Modal/style/index.css +1 -0
  198. package/lib/PageHeader/style/index.css +1 -0
  199. package/lib/Pagination/style/index.css +1 -0
  200. package/lib/Popconfirm/style/index.css +1 -0
  201. package/lib/Popover/style/index.css +1 -0
  202. package/lib/Progress/style/index.css +1 -0
  203. package/lib/QuickMenu/style/index.css +6 -0
  204. package/lib/QuickMenu/style/variables.css +5 -0
  205. package/lib/Rate/style/index.css +1 -0
  206. package/lib/Result/style/index.css +1 -0
  207. package/lib/Row/style/index.css +1 -0
  208. package/lib/Segmented/style/index.css +1 -0
  209. package/lib/Select/style/index.css +1 -0
  210. package/lib/Skeleton/style/index.css +1 -0
  211. package/lib/Slider/style/index.css +1 -0
  212. package/lib/Space/style/index.css +1 -0
  213. package/lib/Spin/style/index.css +1 -0
  214. package/lib/Statistic/style/index.css +1 -0
  215. package/lib/Steps/style/index.css +1 -0
  216. package/lib/Switch/style/index.css +1 -0
  217. package/lib/Table/style/index.css +1 -0
  218. package/lib/Tabs/style/index.css +1 -0
  219. package/lib/Tag/style/index.css +1 -0
  220. package/lib/TimePicker/style/index.css +1 -0
  221. package/lib/Timeline/style/index.css +1 -0
  222. package/lib/Tooltip/style/index.css +1 -0
  223. package/lib/Transfer/style/index.css +1 -0
  224. package/lib/Tree/style/index.css +1 -0
  225. package/lib/TreeSelect/style/index.css +1 -0
  226. package/lib/Typography/style/index.css +1 -0
  227. package/lib/Upload/style/index.css +1 -0
  228. package/lib/locale-provider/style/index.css +1 -0
  229. package/lib/message/style/index.css +1 -0
  230. package/lib/notification/style/index.css +1 -0
  231. package/lib/styles/main.css +1 -0
  232. package/lib/styles/variables.css +148 -12
  233. package/package.json +1 -6
@@ -1,3 +1,121 @@
1
+ .lm_image_viewer_wrapper {
2
+ position: fixed;
3
+ z-index: 1001;
4
+ inset: 0;
5
+ }
6
+ .lm_image_viewer_wrapper .lm_image_viewer_mask {
7
+ position: absolute;
8
+ background-color: rgba(0, 0, 0, 0.5);
9
+ inset: 0;
10
+ }
11
+ .lm_image_viewer_wrapper .lm_image_viewer_container {
12
+ position: relative;
13
+ z-index: 2;
14
+ display: flex;
15
+ flex-flow: column;
16
+ gap: var(--gap);
17
+ align-items: center;
18
+ height: 100vh;
19
+ padding: 50px 0;
20
+ }
21
+ .lm_image_viewer_wrapper .lm_image_viewer_container .preview_list {
22
+ flex: 1;
23
+ width: 51%;
24
+ max-height: 100%;
25
+ overflow: hidden;
26
+ touch-action: none;
27
+ }
28
+ .lm_image_viewer_wrapper .lm_image_viewer_container .preview_list div {
29
+ height: 100%;
30
+ }
31
+ .lm_image_viewer_wrapper .lm_image_viewer_container .preview_list .preview_item {
32
+ overflow: hidden;
33
+ text-align: center;
34
+ border-radius: 2px;
35
+ }
36
+ .lm_image_viewer_wrapper .lm_image_viewer_container .preview_list .preview_item img {
37
+ display: inline-block;
38
+ width: 100%;
39
+ height: 100%;
40
+ object-fit: contain;
41
+ transition: 0.3s;
42
+ }
43
+ .lm_image_viewer_wrapper .lm_image_viewer_container .thumb_list {
44
+ display: flex;
45
+ gap: var(--gap);
46
+ width: 51%;
47
+ overflow-x: auto;
48
+ overflow-y: hidden;
49
+ }
50
+ .lm_image_viewer_wrapper .lm_image_viewer_container .thumb_list .thumb_item {
51
+ display: inline-flex;
52
+ align-items: center;
53
+ justify-content: center;
54
+ width: 98px;
55
+ height: 98px;
56
+ text-align: center;
57
+ background-color: var(--color-contrast);
58
+ border: 2px solid transparent;
59
+ border-radius: 2px;
60
+ transition: 0.3s;
61
+ }
62
+ .lm_image_viewer_wrapper .lm_image_viewer_container .thumb_list .thumb_item .thumb_item_icon {
63
+ color: var(--color-45);
64
+ font-size: 34px;
65
+ }
66
+ .lm_image_viewer_wrapper .lm_image_viewer_container .thumb_list .thumb_item img {
67
+ display: inline-block;
68
+ width: 94px;
69
+ height: 94px;
70
+ object-fit: cover;
71
+ }
72
+ .lm_image_viewer_wrapper .lm_image_viewer_container .thumb_list .thumb_item.active {
73
+ border-color: var(--primary-color);
74
+ }
75
+ .lm_image_viewer_wrapper .lm_image_viewer_container .image_viewer_action {
76
+ position: absolute;
77
+ bottom: 50px;
78
+ left: 50%;
79
+ display: flex;
80
+ gap: 24px;
81
+ align-items: center;
82
+ justify-content: space-between;
83
+ padding: 8px 12px;
84
+ font-size: 24px;
85
+ background-color: #fff;
86
+ border-radius: 100px;
87
+ transform: translateX(-50%);
88
+ }
89
+ .lm_image_viewer_wrapper .lm_image_viewer_container .image_viewer_action .anticon {
90
+ cursor: pointer;
91
+ transition: 0.3s;
92
+ }
93
+ .lm_image_viewer_wrapper .lm_image_viewer_container .image_viewer_action .anticon:hover {
94
+ color: var(--primary-color);
95
+ }
96
+ .lm_image_viewer_wrapper .lm_image_viewer_container .arrow {
97
+ position: absolute;
98
+ top: 50%;
99
+ display: flex;
100
+ align-items: center;
101
+ justify-content: center;
102
+ height: 48px;
103
+ color: var(--color-contrast);
104
+ font-size: 32px;
105
+ background-color: var(--text-color);
106
+ transform: translateY(-50%);
107
+ cursor: pointer;
108
+ transition: 0.3s;
109
+ }
110
+ .lm_image_viewer_wrapper .lm_image_viewer_container .arrow.arrow_left {
111
+ left: 40px;
112
+ }
113
+ .lm_image_viewer_wrapper .lm_image_viewer_container .arrow.arrow_right {
114
+ right: 40px;
115
+ }
116
+ .lm_image_viewer_wrapper .lm_image_viewer_container .arrow:hover {
117
+ color: var(--primary-color);
118
+ }
1
119
  .lm_upload_wrapper {
2
120
  display: flex;
3
121
  flex-wrap: wrap;
@@ -1,3 +1,6 @@
1
1
  import type { Locale } from 'antd/es/locale-provider';
2
- declare const localeValues: Locale;
2
+ interface ILocal extends Locale {
3
+ CustomTableOption?: any;
4
+ }
5
+ declare const localeValues: ILocal;
3
6
  export default localeValues;
@@ -15,6 +15,8 @@ var _en_US3 = _interopRequireDefault(require("antd/es/date-picker/locale/en_US")
15
15
 
16
16
  var _en_US4 = _interopRequireDefault(require("antd/es/time-picker/locale/en_US"));
17
17
 
18
+ var _en_US5 = _interopRequireDefault(require("../CustomTableOption/locale/en_US"));
19
+
18
20
  /* eslint-disable no-template-curly-in-string */
19
21
  var typeTemplate = '${label} is not a valid ${type}';
20
22
  var localeValues = {
@@ -140,7 +142,8 @@ var localeValues = {
140
142
  },
141
143
  Image: {
142
144
  preview: 'Preview'
143
- }
145
+ },
146
+ CustomTableOption: _en_US5.default
144
147
  };
145
148
  var _default = localeValues;
146
149
  exports.default = _default;
@@ -1,3 +1,6 @@
1
1
  import type { Locale } from 'antd/es/locale-provider';
2
- declare const localeValues: Locale;
2
+ interface ILocal extends Locale {
3
+ CustomTableOption?: any;
4
+ }
5
+ declare const localeValues: ILocal;
3
6
  export default localeValues;
@@ -15,6 +15,8 @@ var _zh_CN3 = _interopRequireDefault(require("antd/es/date-picker/locale/zh_CN")
15
15
 
16
16
  var _zh_CN4 = _interopRequireDefault(require("antd/es/time-picker/locale/zh_CN"));
17
17
 
18
+ var _zh_CN5 = _interopRequireDefault(require("../CustomTableOption/locale/zh_CN"));
19
+
18
20
  /* eslint-disable no-template-curly-in-string */
19
21
  var typeTemplate = '${label}不是一个有效的${type}';
20
22
  var localeValues = {
@@ -139,7 +141,8 @@ var localeValues = {
139
141
  },
140
142
  Image: {
141
143
  preview: '预览'
142
- }
144
+ },
145
+ CustomTableOption: _zh_CN5.default
143
146
  };
144
147
  var _default = localeValues;
145
148
  exports.default = _default;
@@ -198,6 +198,7 @@
198
198
  --font-size-base: 14px;
199
199
  --font-size-lg: calc(var(--font-size-base) + 2px);
200
200
  --font-size-sm: 12px;
201
+ --border-radius: 2px;
201
202
  --color-contrast: #fff;
202
203
  --color-100: #000;
203
204
  --color-85: #262626;
@@ -198,6 +198,7 @@
198
198
  --font-size-base: 14px;
199
199
  --font-size-lg: calc(var(--font-size-base) + 2px);
200
200
  --font-size-sm: 12px;
201
+ --border-radius: 2px;
201
202
  --color-contrast: #fff;
202
203
  --color-100: #000;
203
204
  --color-85: #262626;
@@ -19,6 +19,10 @@ var _classnames = _interopRequireDefault(require("classnames"));
19
19
 
20
20
  var _SizeContext = _interopRequireDefault(require("../ConfigProvider/SizeContext"));
21
21
 
22
+ var _LocaleReceiver = _interopRequireDefault(require("../locale-provider/LocaleReceiver"));
23
+
24
+ var _locale = require("./locale");
25
+
22
26
  var __rest = void 0 && (void 0).__rest || function (s, e) {
23
27
  var t = {};
24
28
 
@@ -40,34 +44,38 @@ var CLMModal = function CLMModal(props) {
40
44
  size = _props$size === void 0 ? 'default' : _props$size,
41
45
  onOk = props.onOk,
42
46
  onCancel = props.onCancel,
43
- _props$okText = props.okText,
44
- okText = _props$okText === void 0 ? '确定' : _props$okText,
45
- _props$cancelText = props.cancelText,
46
- cancelText = _props$cancelText === void 0 ? '取消' : _props$cancelText,
47
47
  visible = props.visible,
48
48
  open = props.open,
49
- other = __rest(props, ["wrapClassName", "size", "onOk", "onCancel", "okText", "cancelText", "visible", "open"]);
49
+ other = __rest(props, ["wrapClassName", "size", "onOk", "onCancel", "visible", "open"]);
50
50
 
51
51
  var defaultFooterSize = _react.default.useContext(_SizeContext.default) || 'middle';
52
- return /*#__PURE__*/_react.default.createElement(_modal.default, Object.assign({
53
- wrapClassName: (0, _classnames.default)(wrapClassName, prefixCls),
54
- width: size === 'default' ? 552 : 416,
55
- footer: [/*#__PURE__*/_react.default.createElement(_Button.default, {
52
+
53
+ var defaultFooter = /*#__PURE__*/_react.default.createElement(_LocaleReceiver.default, {
54
+ componentName: "Modal",
55
+ defaultLocale: (0, _locale.getConfirmLocale)()
56
+ }, function (contextLocale) {
57
+ var okText = props.okText,
58
+ cancelText = props.cancelText;
59
+ return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement(_Button.default, Object.assign({
56
60
  onClick: onCancel,
57
61
  key: 'canncel_button',
58
62
  size: defaultFooterSize
59
- }, cancelText), /*#__PURE__*/_react.default.createElement(_Button.default, {
63
+ }, props.cancelButtonProps), cancelText || contextLocale.cancelText), /*#__PURE__*/_react.default.createElement(_Button.default, Object.assign({
60
64
  type: "primary",
61
65
  onClick: onOk,
62
66
  key: 'ok_button',
63
67
  size: defaultFooterSize
64
- }, okText)]
68
+ }, props.okButtonProps), okText !== null && okText !== void 0 ? okText : contextLocale.okText));
69
+ });
70
+
71
+ return /*#__PURE__*/_react.default.createElement(_modal.default, Object.assign({
72
+ wrapClassName: (0, _classnames.default)(wrapClassName, prefixCls),
73
+ width: size === 'default' ? 552 : 416,
74
+ footer: defaultFooter
65
75
  }, other, {
66
76
  onOk: onOk,
67
77
  onCancel: onCancel,
68
- okText: okText,
69
- visible: visible || open,
70
- cancelText: cancelText
78
+ visible: visible || open
71
79
  }));
72
80
  };
73
81
 
@@ -0,0 +1,7 @@
1
+ export interface ModalLocale {
2
+ okText: string;
3
+ cancelText: string;
4
+ justOkText: string;
5
+ }
6
+ export declare function changeConfirmLocale(newLocale?: ModalLocale): void;
7
+ export declare function getConfirmLocale(): ModalLocale;
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports.changeConfirmLocale = changeConfirmLocale;
9
+ exports.getConfirmLocale = getConfirmLocale;
10
+
11
+ var _default = _interopRequireDefault(require("../Locale/default"));
12
+
13
+ var runtimeLocale = Object.assign({}, _default.default.Modal);
14
+
15
+ function changeConfirmLocale(newLocale) {
16
+ if (newLocale) {
17
+ runtimeLocale = Object.assign(Object.assign({}, runtimeLocale), newLocale);
18
+ } else {
19
+ runtimeLocale = Object.assign({}, _default.default.Modal);
20
+ }
21
+ }
22
+
23
+ function getConfirmLocale() {
24
+ return runtimeLocale;
25
+ }
@@ -198,6 +198,7 @@
198
198
  --font-size-base: 14px;
199
199
  --font-size-lg: calc(var(--font-size-base) + 2px);
200
200
  --font-size-sm: 12px;
201
+ --border-radius: 2px;
201
202
  --color-contrast: #fff;
202
203
  --color-100: #000;
203
204
  --color-85: #262626;
@@ -198,6 +198,7 @@
198
198
  --font-size-base: 14px;
199
199
  --font-size-lg: calc(var(--font-size-base) + 2px);
200
200
  --font-size-sm: 12px;
201
+ --border-radius: 2px;
201
202
  --color-contrast: #fff;
202
203
  --color-100: #000;
203
204
  --color-85: #262626;
@@ -198,6 +198,7 @@
198
198
  --font-size-base: 14px;
199
199
  --font-size-lg: calc(var(--font-size-base) + 2px);
200
200
  --font-size-sm: 12px;
201
+ --border-radius: 2px;
201
202
  --color-contrast: #fff;
202
203
  --color-100: #000;
203
204
  --color-85: #262626;
@@ -198,6 +198,7 @@
198
198
  --font-size-base: 14px;
199
199
  --font-size-lg: calc(var(--font-size-base) + 2px);
200
200
  --font-size-sm: 12px;
201
+ --border-radius: 2px;
201
202
  --color-contrast: #fff;
202
203
  --color-100: #000;
203
204
  --color-85: #262626;
@@ -198,6 +198,7 @@
198
198
  --font-size-base: 14px;
199
199
  --font-size-lg: calc(var(--font-size-base) + 2px);
200
200
  --font-size-sm: 12px;
201
+ --border-radius: 2px;
201
202
  --color-contrast: #fff;
202
203
  --color-100: #000;
203
204
  --color-85: #262626;
@@ -198,6 +198,7 @@
198
198
  --font-size-base: 14px;
199
199
  --font-size-lg: calc(var(--font-size-base) + 2px);
200
200
  --font-size-sm: 12px;
201
+ --border-radius: 2px;
201
202
  --color-contrast: #fff;
202
203
  --color-100: #000;
203
204
  --color-85: #262626;
@@ -198,6 +198,7 @@
198
198
  --font-size-base: 14px;
199
199
  --font-size-lg: calc(var(--font-size-base) + 2px);
200
200
  --font-size-sm: 12px;
201
+ --border-radius: 2px;
201
202
  --color-contrast: #fff;
202
203
  --color-100: #000;
203
204
  --color-85: #262626;
@@ -516,6 +517,11 @@ p {
516
517
  z-index: 999;
517
518
  background-color: #fff;
518
519
  }
520
+ .lm_quick_menu .ant-btn {
521
+ border: 0;
522
+ border-radius: 4px;
523
+ box-shadow: 0px 12px 48px 0px rgba(0, 0, 0, 0.03), 0px 9px 28px 0px rgba(0, 0, 0, 0.05), 0px 6px 16px 0px rgba(0, 0, 0, 0.08);
524
+ }
519
525
  .lm_quick_menu .lm_menu_list {
520
526
  position: relative;
521
527
  width: 0;
@@ -5,6 +5,11 @@
5
5
  z-index: 999;
6
6
  background-color: #fff;
7
7
  }
8
+ .lm_quick_menu .ant-btn {
9
+ border: 0;
10
+ border-radius: 4px;
11
+ box-shadow: 0px 12px 48px 0px rgba(0, 0, 0, 0.03), 0px 9px 28px 0px rgba(0, 0, 0, 0.05), 0px 6px 16px 0px rgba(0, 0, 0, 0.08);
12
+ }
8
13
  .lm_quick_menu .lm_menu_list {
9
14
  position: relative;
10
15
  width: 0;
@@ -198,6 +198,7 @@
198
198
  --font-size-base: 14px;
199
199
  --font-size-lg: calc(var(--font-size-base) + 2px);
200
200
  --font-size-sm: 12px;
201
+ --border-radius: 2px;
201
202
  --color-contrast: #fff;
202
203
  --color-100: #000;
203
204
  --color-85: #262626;
@@ -198,6 +198,7 @@
198
198
  --font-size-base: 14px;
199
199
  --font-size-lg: calc(var(--font-size-base) + 2px);
200
200
  --font-size-sm: 12px;
201
+ --border-radius: 2px;
201
202
  --color-contrast: #fff;
202
203
  --color-100: #000;
203
204
  --color-85: #262626;
@@ -198,6 +198,7 @@
198
198
  --font-size-base: 14px;
199
199
  --font-size-lg: calc(var(--font-size-base) + 2px);
200
200
  --font-size-sm: 12px;
201
+ --border-radius: 2px;
201
202
  --color-contrast: #fff;
202
203
  --color-100: #000;
203
204
  --color-85: #262626;
@@ -198,6 +198,7 @@
198
198
  --font-size-base: 14px;
199
199
  --font-size-lg: calc(var(--font-size-base) + 2px);
200
200
  --font-size-sm: 12px;
201
+ --border-radius: 2px;
201
202
  --color-contrast: #fff;
202
203
  --color-100: #000;
203
204
  --color-85: #262626;
@@ -198,6 +198,7 @@
198
198
  --font-size-base: 14px;
199
199
  --font-size-lg: calc(var(--font-size-base) + 2px);
200
200
  --font-size-sm: 12px;
201
+ --border-radius: 2px;
201
202
  --color-contrast: #fff;
202
203
  --color-100: #000;
203
204
  --color-85: #262626;
@@ -198,6 +198,7 @@
198
198
  --font-size-base: 14px;
199
199
  --font-size-lg: calc(var(--font-size-base) + 2px);
200
200
  --font-size-sm: 12px;
201
+ --border-radius: 2px;
201
202
  --color-contrast: #fff;
202
203
  --color-100: #000;
203
204
  --color-85: #262626;
@@ -198,6 +198,7 @@
198
198
  --font-size-base: 14px;
199
199
  --font-size-lg: calc(var(--font-size-base) + 2px);
200
200
  --font-size-sm: 12px;
201
+ --border-radius: 2px;
201
202
  --color-contrast: #fff;
202
203
  --color-100: #000;
203
204
  --color-85: #262626;
@@ -198,6 +198,7 @@
198
198
  --font-size-base: 14px;
199
199
  --font-size-lg: calc(var(--font-size-base) + 2px);
200
200
  --font-size-sm: 12px;
201
+ --border-radius: 2px;
201
202
  --color-contrast: #fff;
202
203
  --color-100: #000;
203
204
  --color-85: #262626;
@@ -198,6 +198,7 @@
198
198
  --font-size-base: 14px;
199
199
  --font-size-lg: calc(var(--font-size-base) + 2px);
200
200
  --font-size-sm: 12px;
201
+ --border-radius: 2px;
201
202
  --color-contrast: #fff;
202
203
  --color-100: #000;
203
204
  --color-85: #262626;
@@ -198,6 +198,7 @@
198
198
  --font-size-base: 14px;
199
199
  --font-size-lg: calc(var(--font-size-base) + 2px);
200
200
  --font-size-sm: 12px;
201
+ --border-radius: 2px;
201
202
  --color-contrast: #fff;
202
203
  --color-100: #000;
203
204
  --color-85: #262626;
@@ -198,6 +198,7 @@
198
198
  --font-size-base: 14px;
199
199
  --font-size-lg: calc(var(--font-size-base) + 2px);
200
200
  --font-size-sm: 12px;
201
+ --border-radius: 2px;
201
202
  --color-contrast: #fff;
202
203
  --color-100: #000;
203
204
  --color-85: #262626;
@@ -198,6 +198,7 @@
198
198
  --font-size-base: 14px;
199
199
  --font-size-lg: calc(var(--font-size-base) + 2px);
200
200
  --font-size-sm: 12px;
201
+ --border-radius: 2px;
201
202
  --color-contrast: #fff;
202
203
  --color-100: #000;
203
204
  --color-85: #262626;
@@ -198,6 +198,7 @@
198
198
  --font-size-base: 14px;
199
199
  --font-size-lg: calc(var(--font-size-base) + 2px);
200
200
  --font-size-sm: 12px;
201
+ --border-radius: 2px;
201
202
  --color-contrast: #fff;
202
203
  --color-100: #000;
203
204
  --color-85: #262626;
@@ -198,6 +198,7 @@
198
198
  --font-size-base: 14px;
199
199
  --font-size-lg: calc(var(--font-size-base) + 2px);
200
200
  --font-size-sm: 12px;
201
+ --border-radius: 2px;
201
202
  --color-contrast: #fff;
202
203
  --color-100: #000;
203
204
  --color-85: #262626;
@@ -198,6 +198,7 @@
198
198
  --font-size-base: 14px;
199
199
  --font-size-lg: calc(var(--font-size-base) + 2px);
200
200
  --font-size-sm: 12px;
201
+ --border-radius: 2px;
201
202
  --color-contrast: #fff;
202
203
  --color-100: #000;
203
204
  --color-85: #262626;
@@ -198,6 +198,7 @@
198
198
  --font-size-base: 14px;
199
199
  --font-size-lg: calc(var(--font-size-base) + 2px);
200
200
  --font-size-sm: 12px;
201
+ --border-radius: 2px;
201
202
  --color-contrast: #fff;
202
203
  --color-100: #000;
203
204
  --color-85: #262626;
@@ -198,6 +198,7 @@
198
198
  --font-size-base: 14px;
199
199
  --font-size-lg: calc(var(--font-size-base) + 2px);
200
200
  --font-size-sm: 12px;
201
+ --border-radius: 2px;
201
202
  --color-contrast: #fff;
202
203
  --color-100: #000;
203
204
  --color-85: #262626;
@@ -198,6 +198,7 @@
198
198
  --font-size-base: 14px;
199
199
  --font-size-lg: calc(var(--font-size-base) + 2px);
200
200
  --font-size-sm: 12px;
201
+ --border-radius: 2px;
201
202
  --color-contrast: #fff;
202
203
  --color-100: #000;
203
204
  --color-85: #262626;
@@ -198,6 +198,7 @@
198
198
  --font-size-base: 14px;
199
199
  --font-size-lg: calc(var(--font-size-base) + 2px);
200
200
  --font-size-sm: 12px;
201
+ --border-radius: 2px;
201
202
  --color-contrast: #fff;
202
203
  --color-100: #000;
203
204
  --color-85: #262626;
@@ -198,6 +198,7 @@
198
198
  --font-size-base: 14px;
199
199
  --font-size-lg: calc(var(--font-size-base) + 2px);
200
200
  --font-size-sm: 12px;
201
+ --border-radius: 2px;
201
202
  --color-contrast: #fff;
202
203
  --color-100: #000;
203
204
  --color-85: #262626;
@@ -198,6 +198,7 @@
198
198
  --font-size-base: 14px;
199
199
  --font-size-lg: calc(var(--font-size-base) + 2px);
200
200
  --font-size-sm: 12px;
201
+ --border-radius: 2px;
201
202
  --color-contrast: #fff;
202
203
  --color-100: #000;
203
204
  --color-85: #262626;
@@ -198,6 +198,7 @@
198
198
  --font-size-base: 14px;
199
199
  --font-size-lg: calc(var(--font-size-base) + 2px);
200
200
  --font-size-sm: 12px;
201
+ --border-radius: 2px;
201
202
  --color-contrast: #fff;
202
203
  --color-100: #000;
203
204
  --color-85: #262626;
@@ -198,6 +198,7 @@
198
198
  --font-size-base: 14px;
199
199
  --font-size-lg: calc(var(--font-size-base) + 2px);
200
200
  --font-size-sm: 12px;
201
+ --border-radius: 2px;
201
202
  --color-contrast: #fff;
202
203
  --color-100: #000;
203
204
  --color-85: #262626;
@@ -198,6 +198,7 @@
198
198
  --font-size-base: 14px;
199
199
  --font-size-lg: calc(var(--font-size-base) + 2px);
200
200
  --font-size-sm: 12px;
201
+ --border-radius: 2px;
201
202
  --color-contrast: #fff;
202
203
  --color-100: #000;
203
204
  --color-85: #262626;
@@ -198,6 +198,7 @@
198
198
  --font-size-base: 14px;
199
199
  --font-size-lg: calc(var(--font-size-base) + 2px);
200
200
  --font-size-sm: 12px;
201
+ --border-radius: 2px;
201
202
  --color-contrast: #fff;
202
203
  --color-100: #000;
203
204
  --color-85: #262626;
@@ -198,6 +198,7 @@
198
198
  --font-size-base: 14px;
199
199
  --font-size-lg: calc(var(--font-size-base) + 2px);
200
200
  --font-size-sm: 12px;
201
+ --border-radius: 2px;
201
202
  --color-contrast: #fff;
202
203
  --color-100: #000;
203
204
  --color-85: #262626;
@@ -198,6 +198,7 @@
198
198
  --font-size-base: 14px;
199
199
  --font-size-lg: calc(var(--font-size-base) + 2px);
200
200
  --font-size-sm: 12px;
201
+ --border-radius: 2px;
201
202
  --color-contrast: #fff;
202
203
  --color-100: #000;
203
204
  --color-85: #262626;