tntd 2.8.0-beta.3 → 2.8.0-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 (257) hide show
  1. package/es/alert/alert.js +70 -0
  2. package/es/alert/alert.js.map +1 -0
  3. package/es/alert/alert.less +128 -0
  4. package/es/breadcrumb/style/index.less +2 -1
  5. package/es/button/button.less +72 -0
  6. package/es/cascader/style/index.less +2 -2
  7. package/es/checkbox/check.png +0 -0
  8. package/es/checkbox/checkbox.js +48 -0
  9. package/es/checkbox/checkbox.js.map +1 -0
  10. package/es/checkbox/checkbox.less +69 -0
  11. package/es/collapse/style/index.less +2 -1
  12. package/es/color-picker/index.less +4 -1
  13. package/es/date-picker/DatePicker.js +101 -0
  14. package/es/date-picker/DatePicker.js.map +1 -0
  15. package/es/date-picker/index.less +294 -0
  16. package/es/date-picker/style/Picker.less +2 -1
  17. package/es/drawer/index.less +154 -0
  18. package/es/drawer/style/drawer.less +4 -2
  19. package/es/dropdown/style/index.less +2 -1
  20. package/es/form/form.less +36 -0
  21. package/es/grid/RowContext.js +3 -0
  22. package/es/grid/RowContext.js.map +1 -0
  23. package/es/grid/col.js +103 -0
  24. package/es/grid/col.js.map +1 -0
  25. package/es/grid/hooks/useBreakpoint.js +18 -0
  26. package/es/grid/hooks/useBreakpoint.js.map +1 -0
  27. package/es/grid/row.js +154 -0
  28. package/es/grid/row.js.map +1 -0
  29. package/es/grid/style/rtl.less +69 -0
  30. package/es/icon/index.js +2 -1
  31. package/es/icon/index.js.map +1 -1
  32. package/es/icon/style/index.js +2 -1
  33. package/es/icon/style/index.js.map +1 -1
  34. package/es/icon/style/style.less +6 -0
  35. package/es/input/style/mixin.less +1 -1
  36. package/es/input-number/inputNumber.js +29 -0
  37. package/es/input-number/inputNumber.js.map +1 -0
  38. package/es/input-number/inputNumber.less +12 -0
  39. package/es/modal/index.less +36 -0
  40. package/es/modal/style/confirm.less +1 -1
  41. package/es/modal/style/modal.less +5 -1
  42. package/es/notification/assets/index.js +2 -0
  43. package/es/notification/assets/index.js.map +1 -0
  44. package/es/notification/assets/svg-error-tip.js +145 -0
  45. package/es/notification/assets/svg-error-tip.js.map +1 -0
  46. package/es/notification/assets/svg-success-tip.js +162 -0
  47. package/es/notification/assets/svg-success-tip.js.map +1 -0
  48. package/es/notification/notification.js +80 -0
  49. package/es/notification/notification.js.map +1 -0
  50. package/es/notification/notification.less +59 -0
  51. package/es/notification/style/index.less +4 -2
  52. package/es/popconfirm/index.less +32 -0
  53. package/es/popconfirm/popconfirm.js +43 -0
  54. package/es/popconfirm/popconfirm.js.map +1 -0
  55. package/es/popover/index.less +57 -0
  56. package/es/popover/popover.js +34 -0
  57. package/es/popover/popover.js.map +1 -0
  58. package/es/popover/style/index.less +2 -1
  59. package/es/progress/progress.js +132 -0
  60. package/es/progress/progress.js.map +1 -0
  61. package/es/progress/progress.less +82 -0
  62. package/es/query-form/Field/Composition/FieldPopover.js +284 -0
  63. package/es/query-form/Field/Composition/FieldPopover.js.map +1 -0
  64. package/es/query-form/Field/Composition/FieldPopover.less +35 -0
  65. package/es/query-form/Field/Composition/Select.js +108 -0
  66. package/es/query-form/Field/Composition/Select.js.map +1 -0
  67. package/es/query-form/Field/Composition/index.js +275 -0
  68. package/es/query-form/Field/Composition/index.js.map +1 -0
  69. package/es/query-form/Field/Composition/index.less +106 -0
  70. package/es/query-form/Field/Composition/utils.js +19 -0
  71. package/es/query-form/Field/Composition/utils.js.map +1 -0
  72. package/es/radio/radio.js +57 -0
  73. package/es/radio/radio.js.map +1 -0
  74. package/es/radio/radio.less +43 -0
  75. package/es/select/style/index.less +2 -1
  76. package/es/steps/assets/background_left.svg +12 -0
  77. package/es/steps/assets/background_right.svg +12 -0
  78. package/es/steps/assets/horizontal_line.svg +3 -0
  79. package/es/steps/assets/vertical_line.svg +3 -0
  80. package/es/steps/stepStyle/icon.less +51 -0
  81. package/es/steps/stepStyle/progress-dot.less +10 -0
  82. package/es/steps/stepStyle/variables.less +8 -0
  83. package/es/steps/stepStyle/vertical.less +41 -0
  84. package/es/style/mixins/iconfont.less +3 -2
  85. package/es/style/themes/default.less +3 -2
  86. package/es/switch/index.less +46 -0
  87. package/es/tabs/tabs.less +114 -0
  88. package/es/tag/color.less +43 -0
  89. package/es/tag/tag.js +171 -0
  90. package/es/tag/tag.js.map +1 -0
  91. package/es/tag/tag.less +193 -0
  92. package/es/time-picker/TimePicker.js +36 -0
  93. package/es/time-picker/TimePicker.js.map +1 -0
  94. package/es/time-picker/index.less +38 -0
  95. package/es/time-picker/style/index.less +2 -1
  96. package/es/timeline/style/index.less +1 -1
  97. package/es/tntd-action/Action.js +66 -0
  98. package/es/tntd-action/Action.js.map +1 -0
  99. package/es/tntd-action/index.less +53 -0
  100. package/es/tooltip/index.less +29 -0
  101. package/es/tooltip/tooltip.js +33 -0
  102. package/es/tooltip/tooltip.js.map +1 -0
  103. package/lib/alert/alert.d.ts +12 -0
  104. package/lib/alert/alert.d.ts.map +1 -0
  105. package/lib/alert/alert.js +92 -0
  106. package/lib/alert/alert.js.map +1 -0
  107. package/lib/alert/alert.less +128 -0
  108. package/lib/breadcrumb/style/index.less +2 -1
  109. package/lib/button/button.less +72 -0
  110. package/lib/cascader/style/index.less +2 -2
  111. package/lib/checkbox/check.png +0 -0
  112. package/lib/checkbox/checkbox.d.ts +16 -0
  113. package/lib/checkbox/checkbox.d.ts.map +1 -0
  114. package/lib/checkbox/checkbox.js +65 -0
  115. package/lib/checkbox/checkbox.js.map +1 -0
  116. package/lib/checkbox/checkbox.less +69 -0
  117. package/lib/collapse/style/index.less +2 -1
  118. package/lib/color-picker/index.less +4 -1
  119. package/lib/date-picker/DatePicker.d.ts +21 -0
  120. package/lib/date-picker/DatePicker.d.ts.map +1 -0
  121. package/lib/date-picker/DatePicker.js +128 -0
  122. package/lib/date-picker/DatePicker.js.map +1 -0
  123. package/lib/date-picker/index.less +294 -0
  124. package/lib/date-picker/style/Picker.less +2 -1
  125. package/lib/drawer/index.less +154 -0
  126. package/lib/drawer/style/drawer.less +4 -2
  127. package/lib/dropdown/style/index.less +2 -1
  128. package/lib/form/form.less +36 -0
  129. package/lib/grid/RowContext.d.ts +9 -0
  130. package/lib/grid/RowContext.d.ts.map +1 -0
  131. package/lib/grid/RowContext.js +9 -0
  132. package/lib/grid/RowContext.js.map +1 -0
  133. package/lib/grid/col.d.ts +29 -0
  134. package/lib/grid/col.d.ts.map +1 -0
  135. package/lib/grid/col.js +100 -0
  136. package/lib/grid/col.js.map +1 -0
  137. package/lib/grid/hooks/useBreakpoint.d.ts +4 -0
  138. package/lib/grid/hooks/useBreakpoint.d.ts.map +1 -0
  139. package/lib/grid/hooks/useBreakpoint.js +28 -0
  140. package/lib/grid/hooks/useBreakpoint.js.map +1 -0
  141. package/lib/grid/row.d.ts +21 -0
  142. package/lib/grid/row.d.ts.map +1 -0
  143. package/lib/grid/row.js +183 -0
  144. package/lib/grid/row.js.map +1 -0
  145. package/lib/grid/style/rtl.less +69 -0
  146. package/lib/icon/index.d.ts +1 -0
  147. package/lib/icon/index.d.ts.map +1 -1
  148. package/lib/icon/index.js +2 -1
  149. package/lib/icon/index.js.map +1 -1
  150. package/lib/icon/style/index.d.ts +1 -0
  151. package/lib/icon/style/index.d.ts.map +1 -1
  152. package/lib/icon/style/index.js +2 -1
  153. package/lib/icon/style/index.js.map +1 -1
  154. package/lib/icon/style/style.less +6 -0
  155. package/lib/input/style/mixin.less +1 -1
  156. package/lib/input-number/inputNumber.d.ts +10 -0
  157. package/lib/input-number/inputNumber.d.ts.map +1 -0
  158. package/lib/input-number/inputNumber.js +48 -0
  159. package/lib/input-number/inputNumber.js.map +1 -0
  160. package/lib/input-number/inputNumber.less +12 -0
  161. package/lib/modal/index.less +36 -0
  162. package/lib/modal/style/confirm.less +1 -1
  163. package/lib/modal/style/modal.less +5 -1
  164. package/lib/notification/assets/index.d.ts +3 -0
  165. package/lib/notification/assets/index.d.ts.map +1 -0
  166. package/lib/notification/assets/index.js +20 -0
  167. package/lib/notification/assets/index.js.map +1 -0
  168. package/lib/notification/assets/svg-error-tip.d.ts +4 -0
  169. package/lib/notification/assets/svg-error-tip.d.ts.map +1 -0
  170. package/lib/notification/assets/svg-error-tip.js +154 -0
  171. package/lib/notification/assets/svg-error-tip.js.map +1 -0
  172. package/lib/notification/assets/svg-success-tip.d.ts +4 -0
  173. package/lib/notification/assets/svg-success-tip.d.ts.map +1 -0
  174. package/lib/notification/assets/svg-success-tip.js +171 -0
  175. package/lib/notification/assets/svg-success-tip.js.map +1 -0
  176. package/lib/notification/notification.d.ts +9 -0
  177. package/lib/notification/notification.d.ts.map +1 -0
  178. package/lib/notification/notification.js +105 -0
  179. package/lib/notification/notification.js.map +1 -0
  180. package/lib/notification/notification.less +59 -0
  181. package/lib/notification/style/index.less +4 -2
  182. package/lib/popconfirm/index.less +32 -0
  183. package/lib/popconfirm/popconfirm.d.ts +8 -0
  184. package/lib/popconfirm/popconfirm.d.ts.map +1 -0
  185. package/lib/popconfirm/popconfirm.js +61 -0
  186. package/lib/popconfirm/popconfirm.js.map +1 -0
  187. package/lib/popover/index.less +57 -0
  188. package/lib/popover/popover.d.ts +14 -0
  189. package/lib/popover/popover.d.ts.map +1 -0
  190. package/lib/popover/popover.js +55 -0
  191. package/lib/popover/popover.js.map +1 -0
  192. package/lib/popover/style/index.less +2 -1
  193. package/lib/progress/progress.d.ts +12 -0
  194. package/lib/progress/progress.d.ts.map +1 -0
  195. package/lib/progress/progress.js +148 -0
  196. package/lib/progress/progress.js.map +1 -0
  197. package/lib/progress/progress.less +82 -0
  198. package/lib/query-form/Field/Composition/FieldPopover.d.ts +17 -0
  199. package/lib/query-form/Field/Composition/FieldPopover.d.ts.map +1 -0
  200. package/lib/query-form/Field/Composition/FieldPopover.js +319 -0
  201. package/lib/query-form/Field/Composition/FieldPopover.js.map +1 -0
  202. package/lib/query-form/Field/Composition/FieldPopover.less +35 -0
  203. package/lib/query-form/Field/Composition/Select.d.ts +4 -0
  204. package/lib/query-form/Field/Composition/Select.d.ts.map +1 -0
  205. package/lib/query-form/Field/Composition/Select.js +132 -0
  206. package/lib/query-form/Field/Composition/Select.js.map +1 -0
  207. package/lib/query-form/Field/Composition/index.d.ts +14 -0
  208. package/lib/query-form/Field/Composition/index.d.ts.map +1 -0
  209. package/lib/query-form/Field/Composition/index.js +330 -0
  210. package/lib/query-form/Field/Composition/index.js.map +1 -0
  211. package/lib/query-form/Field/Composition/index.less +106 -0
  212. package/lib/query-form/Field/Composition/utils.d.ts +6 -0
  213. package/lib/query-form/Field/Composition/utils.d.ts.map +1 -0
  214. package/lib/query-form/Field/Composition/utils.js +27 -0
  215. package/lib/query-form/Field/Composition/utils.js.map +1 -0
  216. package/lib/radio/radio.d.ts +17 -0
  217. package/lib/radio/radio.d.ts.map +1 -0
  218. package/lib/radio/radio.js +75 -0
  219. package/lib/radio/radio.js.map +1 -0
  220. package/lib/radio/radio.less +43 -0
  221. package/lib/select/style/index.less +2 -1
  222. package/lib/steps/assets/background_left.svg +12 -0
  223. package/lib/steps/assets/background_right.svg +12 -0
  224. package/lib/steps/assets/horizontal_line.svg +3 -0
  225. package/lib/steps/assets/vertical_line.svg +3 -0
  226. package/lib/steps/stepStyle/icon.less +51 -0
  227. package/lib/steps/stepStyle/progress-dot.less +10 -0
  228. package/lib/steps/stepStyle/variables.less +8 -0
  229. package/lib/steps/stepStyle/vertical.less +41 -0
  230. package/lib/style/mixins/iconfont.less +3 -2
  231. package/lib/style/themes/default.less +3 -2
  232. package/lib/switch/index.less +46 -0
  233. package/lib/tabs/tabs.less +114 -0
  234. package/lib/tag/color.less +43 -0
  235. package/lib/tag/tag.d.ts +41 -0
  236. package/lib/tag/tag.d.ts.map +1 -0
  237. package/lib/tag/tag.js +183 -0
  238. package/lib/tag/tag.js.map +1 -0
  239. package/lib/tag/tag.less +193 -0
  240. package/lib/time-picker/TimePicker.d.ts +9 -0
  241. package/lib/time-picker/TimePicker.d.ts.map +1 -0
  242. package/lib/time-picker/TimePicker.js +55 -0
  243. package/lib/time-picker/TimePicker.js.map +1 -0
  244. package/lib/time-picker/index.less +38 -0
  245. package/lib/time-picker/style/index.less +2 -1
  246. package/lib/timeline/style/index.less +1 -1
  247. package/lib/tntd-action/Action.d.ts +6 -0
  248. package/lib/tntd-action/Action.d.ts.map +1 -0
  249. package/lib/tntd-action/Action.js +86 -0
  250. package/lib/tntd-action/Action.js.map +1 -0
  251. package/lib/tntd-action/index.less +53 -0
  252. package/lib/tooltip/index.less +29 -0
  253. package/lib/tooltip/tooltip.d.ts +9 -0
  254. package/lib/tooltip/tooltip.d.ts.map +1 -0
  255. package/lib/tooltip/tooltip.js +53 -0
  256. package/lib/tooltip/tooltip.js.map +1 -0
  257. package/package.json +3 -3
@@ -0,0 +1 @@
1
+ {"version":3,"file":"checkbox.d.ts","sourceRoot":"","sources":["../../src/checkbox/checkbox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAA;AACzC,OAAO,KAAK,EACV,aAAa,IAAI,iBAAiB,EAClC,kBAAkB,IAAI,sBAAsB,EAC7C,MAAM,kBAAkB,CAAA;AAEzB,OAAO,YAAY,MAAM,kBAAkB,CAAA;AAM3C,cAAc,kBAAkB,CAAA;AAEhC,oBAAY,aAAa,GAAG,iBAAiB,GAAG;IAC9C,IAAI,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAA;CAChC,CAAA;AACD,oBAAY,kBAAkB,GAAG,sBAAsB,GAAG;IACxD,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB,CAAA;AAED,UAAU,iBACR,SAAQ,KAAK,CAAC,yBAAyB,CAAC,aAAa,GAAG,KAAK,CAAC,aAAa,CAAC,YAAY,CAAC,CAAC;IAC1F,KAAK,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAAC,CAAA;CACpC;AAID,QAAA,MAAM,QAAQ,mBAiBQ,CAAA;AAsBtB,eAAe,QAAQ,CAAA"}
@@ -0,0 +1,65 @@
1
+ "use strict";
2
+
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ var _exportNames = {};
8
+ exports["default"] = void 0;
9
+ var _react = _interopRequireWildcard(require("react"));
10
+ var _configProvider = require("antd/lib/config-provider");
11
+ var _checkbox = _interopRequireWildcard(require("antd/lib/checkbox"));
12
+ Object.keys(_checkbox).forEach(function (key) {
13
+ if (key === "default" || key === "__esModule") return;
14
+ if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
15
+ if (key in exports && exports[key] === _checkbox[key]) return;
16
+ Object.defineProperty(exports, key, {
17
+ enumerable: true,
18
+ get: function get() {
19
+ return _checkbox[key];
20
+ }
21
+ });
22
+ });
23
+ var _connect = require("../connect");
24
+ var _previewText = require("../preview-text");
25
+ var _classnames = _interopRequireDefault(require("classnames"));
26
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
27
+ function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
28
+ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { "default": e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n["default"] = e, t && t.set(e, n), n; }
29
+ var __rest = void 0 && (void 0).__rest || function (s, e) {
30
+ var t = {};
31
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
32
+ if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
33
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
34
+ }
35
+ return t;
36
+ };
37
+ var tntPrefixCls = 'tnt-checkbox';
38
+ var Checkbox = (0, _react.forwardRef)(function (_a, ref) {
39
+ var className = _a.className,
40
+ children = _a.children,
41
+ desc = _a.desc,
42
+ rest = __rest(_a, ["className", "children", "desc"]);
43
+ return _react["default"].createElement(_configProvider.ConfigConsumer, null, function () {
44
+ return _react["default"].createElement(_checkbox["default"], Object.assign({}, rest, {
45
+ ref: ref,
46
+ className: (0, _classnames["default"])(className, tntPrefixCls)
47
+ }), _react["default"].createElement("span", {
48
+ className: "".concat(tntPrefixCls, "-children")
49
+ }, _react["default"].createElement("span", null, children), !!desc && _react["default"].createElement("span", {
50
+ className: "".concat(tntPrefixCls, "-desc")
51
+ }, desc)));
52
+ });
53
+ });
54
+ var CheckboxGroup = (0, _react.forwardRef)(function (_a, ref) {
55
+ var className = _a.className,
56
+ rest = __rest(_a, ["className"]);
57
+ return _react["default"].createElement(_configProvider.ConfigConsumer, null, function () {
58
+ return _react["default"].createElement(_checkbox["default"].Group, Object.assign({}, rest, {
59
+ ref: ref,
60
+ className: (0, _classnames["default"])(className, "".concat(tntPrefixCls, "-group"))
61
+ }));
62
+ });
63
+ });
64
+ Checkbox.Group = (0, _connect.connectReadonlyComponent)(CheckboxGroup, _previewText.PreviewText.Select);
65
+ var _default = exports["default"] = Checkbox;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"checkbox.js","sourceRoot":"","sources":["../../src/checkbox/checkbox.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+CAAyC;AAKzC,6DAAwD;AACxD,gEAA2C;AAE3C,wCAAqD;AACrD,kDAA6C;AAC7C,4DAAmC;AAEnC,mDAAgC;AAchC,MAAM,YAAY,GAAG,cAAc,CAAA;AAEnC,MAAM,QAAQ,GAAG,IAAA,kBAAU,EACzB,CAAC,EAAsC,EAAE,GAAG,EAAE,EAAE;QAA/C,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,OAAW,EAAN,IAAI,cAApC,iCAAsC,CAAF;IACnC,OAAO,CACL,8BAAC,gCAAc,QACZ,GAAG,EAAE;QACJ,OAAO,CACL,8BAAC,kBAAY,oBAAK,IAAI,IAAE,GAAG,EAAE,GAAG,EAAE,SAAS,EAAE,IAAA,oBAAU,EAAC,SAAS,EAAE,YAAY,CAAC;YAC9E,wCAAM,SAAS,EAAE,GAAG,YAAY,WAAW;gBACzC,4CAAO,QAAQ,CAAQ;gBACtB,CAAC,CAAC,IAAI,IAAI,wCAAM,SAAS,EAAE,GAAG,YAAY,OAAO,IAAG,IAAI,CAAQ,CAC5D,CACM,CAChB,CAAA;IACH,CAAC,CACc,CAClB,CAAA;AACH,CAAC,CACmB,CAAA;AAEtB,MAAM,aAAa,GAAG,IAAA,kBAAU,EAC9B,CAAC,EAAsB,EAAE,GAAG,EAAE,EAAE;QAA/B,EAAE,SAAS,OAAW,EAAN,IAAI,cAApB,aAAsB,CAAF;IACnB,OAAO,CACL,8BAAC,gCAAc,QACZ,GAAG,EAAE;QACJ,OAAO,CACL,8BAAC,kBAAY,CAAC,KAAK,oBACb,IAAI,IACR,GAAG,EAAE,GAAG,EACR,SAAS,EAAE,IAAA,oBAAU,EAAC,SAAS,EAAE,GAAG,YAAY,QAAQ,CAAC,IACzD,CACH,CAAA;IACH,CAAC,CACc,CAClB,CAAA;AACH,CAAC,CACF,CAAA;AAED,QAAQ,CAAC,KAAK,GAAG,IAAA,kCAAwB,EAAC,aAAa,EAAE,0BAAW,CAAC,MAAM,CAAC,CAAA;AAE5E,kBAAe,QAAQ,CAAA","sourcesContent":["import React, { forwardRef } from 'react'\nimport type {\n CheckboxProps as AntdCheckboxProps,\n CheckboxGroupProps as AntdCheckboxGroupProps,\n} from 'antd/lib/checkbox'\nimport { ConfigConsumer } from 'antd/lib/config-provider'\nimport AntdCheckbox from 'antd/lib/checkbox'\nimport type AntdCheckboxGroup from 'antd/lib/checkbox/Group'\nimport { connectReadonlyComponent } from '../connect'\nimport { PreviewText } from '../preview-text'\nimport classNames from 'classnames'\n\nexport * from 'antd/lib/checkbox'\n\nexport type CheckboxProps = AntdCheckboxProps & {\n desc?: string | React.ReactNode\n}\nexport type CheckboxGroupProps = AntdCheckboxGroupProps & {\n readonly?: boolean\n}\n\ninterface CheckboxComponent\n extends React.ForwardRefExoticComponent<CheckboxProps & React.RefAttributes<AntdCheckbox>> {\n Group: React.FC<CheckboxGroupProps>\n}\n\nconst tntPrefixCls = 'tnt-checkbox'\n\nconst Checkbox = forwardRef<AntdCheckbox, CheckboxProps>(\n ({ className, children, desc, ...rest }, ref) => {\n return (\n <ConfigConsumer>\n {() => {\n return (\n <AntdCheckbox {...rest} ref={ref} className={classNames(className, tntPrefixCls)}>\n <span className={`${tntPrefixCls}-children`}>\n <span>{children}</span>\n {!!desc && <span className={`${tntPrefixCls}-desc`}>{desc}</span>}\n </span>\n </AntdCheckbox>\n )\n }}\n </ConfigConsumer>\n )\n }\n) as CheckboxComponent\n\nconst CheckboxGroup = forwardRef<AntdCheckboxGroup, CheckboxGroupProps>(\n ({ className, ...rest }, ref) => {\n return (\n <ConfigConsumer>\n {() => {\n return (\n <AntdCheckbox.Group\n {...rest}\n ref={ref}\n className={classNames(className, `${tntPrefixCls}-group`)}\n />\n )\n }}\n </ConfigConsumer>\n )\n }\n)\n\nCheckbox.Group = connectReadonlyComponent(CheckboxGroup, PreviewText.Select)\n\nexport default Checkbox\n"]}
@@ -0,0 +1,69 @@
1
+ @checkbox-prefix-cls: ~'@{ant-prefix}-checkbox';
2
+ @checkbox-inner-prefix-cls: ~'@{checkbox-prefix-cls}-inner';
3
+
4
+ .tnt-checkbox,
5
+ .tnt-checkbox-group {
6
+ .@{checkbox-prefix-cls}-indeterminate {
7
+ .@{checkbox-inner-prefix-cls} {
8
+ background-color: @checkbox-color;
9
+ border-color: @checkbox-color;
10
+ }
11
+ .@{checkbox-inner-prefix-cls}::after {
12
+ @indeterminate-width: calc(@checkbox-size - 8px);
13
+ @indeterminate-height: 1.4px;
14
+
15
+ width: @indeterminate-width;
16
+ height: @indeterminate-height;
17
+ background-color: @component-background;
18
+ border-radius: 2px;
19
+ transition: none;
20
+ }
21
+
22
+ &.@{checkbox-prefix-cls}-disabled {
23
+ .@{checkbox-inner-prefix-cls} {
24
+ background: @checkbox-check-disabled-color;
25
+ border-color: @checkbox-check-disabled-color !important;
26
+
27
+ &::after {
28
+ background-color: #fff;
29
+ }
30
+ }
31
+ }
32
+ }
33
+
34
+ .@{checkbox-prefix-cls}-checked {
35
+ &.@{checkbox-prefix-cls}-disabled {
36
+ .@{checkbox-inner-prefix-cls} {
37
+ background: @checkbox-check-disabled-color;
38
+ border-color: @checkbox-check-disabled-color !important;
39
+ &::after {
40
+ border-color: #fff;
41
+ }
42
+ }
43
+ }
44
+
45
+ .@{checkbox-inner-prefix-cls}::after {
46
+ width: 16px;
47
+ height: 16px;
48
+ border-width: 0;
49
+ background-image: url(./check.png);
50
+ background-size: contain;
51
+ transform: translate(-25%, -50%);
52
+ transition: none;
53
+ }
54
+ }
55
+ }
56
+
57
+ .tnt-checkbox {
58
+ & > span:nth-of-type(2) {
59
+ display: inline-block;
60
+ }
61
+ &-children {
62
+ display: flex;
63
+ flex-direction: column;
64
+ }
65
+ &-desc {
66
+ font-size: @font-size-sm;
67
+ color: @bg-color-spotilight-tint-50;
68
+ }
69
+ }
@@ -37,7 +37,8 @@
37
37
  top: 50%;
38
38
  left: @padding-md;
39
39
  display: inline-block;
40
- font-size: @font-size-sm;
40
+ // font-size: @font-size-sm;
41
+ font-size: 16px;
41
42
  transform: translateY(-50%);
42
43
 
43
44
  & svg {
@@ -1,3 +1,6 @@
1
+ @import '../style/themes/index';
2
+ @import '../style/mixins/index';
3
+
1
4
  @prefixCls: ~'tntd-color-picker';
2
5
 
3
6
  .color-picker-size(@input-height, @input-padding-horizontal, @font-size) {
@@ -86,7 +89,7 @@
86
89
  }
87
90
 
88
91
  .@{prefixCls}-img {
89
- border-left: 1px solid @border-color-base;
92
+ border-left: 1px solid @select-border-color;
90
93
  background: #fff;
91
94
  text-align: center;
92
95
  img {
@@ -0,0 +1,21 @@
1
+ import React from 'react';
2
+ import type { DatePickerProps as AntdDatePickerProps, MonthPickerProps as AntMonthPickerProps, RangePickerProps as AntRangePickerProps, WeekPickerProps as AntWeekPickerProps } from 'antd/lib/date-picker/interface';
3
+ export * from 'antd/lib/date-picker';
4
+ export * from 'antd/lib/date-picker/interface';
5
+ export declare const TntDatePicker: React.FC<AntdDatePickerProps & {
6
+ theme?: string;
7
+ readonly?: boolean;
8
+ }>;
9
+ export declare const TntMonthPicker: React.FC<AntMonthPickerProps & {
10
+ theme?: string;
11
+ readonly?: boolean;
12
+ }>;
13
+ export declare const TntWeekPicker: React.FC<AntWeekPickerProps & {
14
+ theme?: string;
15
+ readonly?: boolean;
16
+ }>;
17
+ export declare const TntRangePicker: React.FC<AntRangePickerProps & {
18
+ theme?: string;
19
+ readonly?: boolean;
20
+ }>;
21
+ //# sourceMappingURL=DatePicker.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DatePicker.d.ts","sourceRoot":"","sources":["../../src/date-picker/DatePicker.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAA;AAEvC,OAAO,KAAK,EACV,eAAe,IAAI,mBAAmB,EACtC,gBAAgB,IAAI,mBAAmB,EACvC,gBAAgB,IAAI,mBAAmB,EACvC,eAAe,IAAI,kBAAkB,EACtC,MAAM,+BAA+B,CAAA;AAItC,cAAc,qBAAqB,CAAA;AACnC,cAAc,+BAA+B,CAAA;AAG7C,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAClC,mBAAmB,GAAG;IAAE,KAAK,CAAC,EAAE,MAAM,CAAC;IAAC,QAAQ,CAAC,EAAE,OAAO,CAAA;CAAE,CAoB7D,CAAA;AAED,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CACnC,mBAAmB,GAAG;IAAE,KAAK,CAAC,EAAE,MAAM,CAAC;IAAC,QAAQ,CAAC,EAAE,OAAO,CAAA;CAAE,CAmB7D,CAAA;AAED,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAClC,kBAAkB,GAAG;IAAE,KAAK,CAAC,EAAE,MAAM,CAAC;IAAC,QAAQ,CAAC,EAAE,OAAO,CAAA;CAAE,CAmB5D,CAAA;AAED,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CACnC,mBAAmB,GAAG;IAAE,KAAK,CAAC,EAAE,MAAM,CAAC;IAAC,QAAQ,CAAC,EAAE,OAAO,CAAA;CAAE,CAmB7D,CAAA"}
@@ -0,0 +1,128 @@
1
+ "use strict";
2
+
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ var _exportNames = {
8
+ TntDatePicker: true,
9
+ TntMonthPicker: true,
10
+ TntWeekPicker: true,
11
+ TntRangePicker: true
12
+ };
13
+ exports.TntWeekPicker = exports.TntRangePicker = exports.TntMonthPicker = exports.TntDatePicker = void 0;
14
+ var _react = _interopRequireDefault(require("react"));
15
+ var _icon = _interopRequireDefault(require("../icon"));
16
+ var _configProvider = require("antd/lib/config-provider");
17
+ var _datePicker = _interopRequireWildcard(require("antd/lib/date-picker"));
18
+ Object.keys(_datePicker).forEach(function (key) {
19
+ if (key === "default" || key === "__esModule") return;
20
+ if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
21
+ if (key in exports && exports[key] === _datePicker[key]) return;
22
+ Object.defineProperty(exports, key, {
23
+ enumerable: true,
24
+ get: function get() {
25
+ return _datePicker[key];
26
+ }
27
+ });
28
+ });
29
+ var _classnames = _interopRequireDefault(require("classnames"));
30
+ var _interface = require("antd/lib/date-picker/interface");
31
+ Object.keys(_interface).forEach(function (key) {
32
+ if (key === "default" || key === "__esModule") return;
33
+ if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
34
+ if (key in exports && exports[key] === _interface[key]) return;
35
+ Object.defineProperty(exports, key, {
36
+ enumerable: true,
37
+ get: function get() {
38
+ return _interface[key];
39
+ }
40
+ });
41
+ });
42
+ function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
43
+ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { "default": e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n["default"] = e, t && t.set(e, n), n; }
44
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
45
+ var __rest = void 0 && (void 0).__rest || function (s, e) {
46
+ var t = {};
47
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
48
+ if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
49
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
50
+ }
51
+ return t;
52
+ };
53
+ var MonthPicker = _datePicker["default"].MonthPicker,
54
+ WeekPicker = _datePicker["default"].WeekPicker,
55
+ RangePicker = _datePicker["default"].RangePicker;
56
+ var TntDatePicker = exports.TntDatePicker = function TntDatePicker(props) {
57
+ //theme样式类型 outline | fill 默认 outline
58
+ var _props$theme = props.theme,
59
+ theme = _props$theme === void 0 ? 'outline' : _props$theme,
60
+ className = props.className,
61
+ suffixIcon = props.suffixIcon,
62
+ restProps = __rest(props, ["theme", "className", "suffixIcon"]);
63
+ var defaultIcon = _react["default"].createElement(_icon["default"], {
64
+ type: "calendar-3"
65
+ });
66
+ return _react["default"].createElement(_configProvider.ConfigConsumer, null, function (_ref) {
67
+ var getPrefixCls = _ref.getPrefixCls;
68
+ var prefixCls = getPrefixCls('date-picker');
69
+ return _react["default"].createElement(_datePicker["default"], Object.assign({
70
+ suffixIcon: suffixIcon || defaultIcon,
71
+ className: (0, _classnames["default"])(className, "".concat(prefixCls, "-").concat(theme))
72
+ }, restProps));
73
+ });
74
+ };
75
+ var TntMonthPicker = exports.TntMonthPicker = function TntMonthPicker(props) {
76
+ var _props$theme2 = props.theme,
77
+ theme = _props$theme2 === void 0 ? 'outline' : _props$theme2,
78
+ className = props.className,
79
+ suffixIcon = props.suffixIcon,
80
+ restProps = __rest(props, ["theme", "className", "suffixIcon"]);
81
+ var defaultIcon = _react["default"].createElement(_icon["default"], {
82
+ type: "calendar-3"
83
+ });
84
+ return _react["default"].createElement(_configProvider.ConfigConsumer, null, function (_ref2) {
85
+ var getPrefixCls = _ref2.getPrefixCls;
86
+ var prefixCls = getPrefixCls('date-picker');
87
+ return _react["default"].createElement(MonthPicker, Object.assign({
88
+ suffixIcon: suffixIcon || defaultIcon,
89
+ className: (0, _classnames["default"])(className, "".concat(prefixCls, "-").concat(theme))
90
+ }, restProps));
91
+ });
92
+ };
93
+ var TntWeekPicker = exports.TntWeekPicker = function TntWeekPicker(props) {
94
+ var _props$theme3 = props.theme,
95
+ theme = _props$theme3 === void 0 ? 'outline' : _props$theme3,
96
+ className = props.className,
97
+ suffixIcon = props.suffixIcon,
98
+ restProps = __rest(props, ["theme", "className", "suffixIcon"]);
99
+ var defaultIcon = _react["default"].createElement(_icon["default"], {
100
+ type: "calendar-3"
101
+ });
102
+ return _react["default"].createElement(_configProvider.ConfigConsumer, null, function (_ref3) {
103
+ var getPrefixCls = _ref3.getPrefixCls;
104
+ var prefixCls = getPrefixCls('date-picker');
105
+ return _react["default"].createElement(WeekPicker, Object.assign({
106
+ suffixIcon: suffixIcon || defaultIcon,
107
+ className: (0, _classnames["default"])(className, "".concat(prefixCls, "-").concat(theme))
108
+ }, restProps));
109
+ });
110
+ };
111
+ var TntRangePicker = exports.TntRangePicker = function TntRangePicker(props) {
112
+ var _props$theme4 = props.theme,
113
+ theme = _props$theme4 === void 0 ? 'outline' : _props$theme4,
114
+ className = props.className,
115
+ suffixIcon = props.suffixIcon,
116
+ restProps = __rest(props, ["theme", "className", "suffixIcon"]);
117
+ var defaultIcon = _react["default"].createElement(_icon["default"], {
118
+ type: "calendar-3"
119
+ });
120
+ return _react["default"].createElement(_configProvider.ConfigConsumer, null, function (_ref4) {
121
+ var getPrefixCls = _ref4.getPrefixCls;
122
+ var prefixCls = getPrefixCls('date-picker');
123
+ return _react["default"].createElement(RangePicker, Object.assign({
124
+ suffixIcon: suffixIcon || defaultIcon,
125
+ className: (0, _classnames["default"])(className, "".concat(prefixCls, "-").concat(theme))
126
+ }, restProps));
127
+ });
128
+ };
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DatePicker.js","sourceRoot":"","sources":["../../src/date-picker/DatePicker.tsx"],"names":[],"mappings":"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","sourcesContent":["import React, { useState } from 'react'\nimport Icon from '../icon'\nimport type {\n DatePickerProps as AntdDatePickerProps,\n MonthPickerProps as AntMonthPickerProps,\n RangePickerProps as AntRangePickerProps,\n WeekPickerProps as AntWeekPickerProps,\n} from 'antd/lib/date-picker/interface'\nimport { ConfigConsumer } from 'antd/lib/config-provider'\nimport AntdDatePicker from 'antd/lib/date-picker'\nimport classNames from 'classnames'\nexport * from 'antd/lib/date-picker'\nexport * from 'antd/lib/date-picker/interface'\nconst { MonthPicker, WeekPicker, RangePicker } = AntdDatePicker\n\nexport const TntDatePicker: React.FC<\n AntdDatePickerProps & { theme?: string; readonly?: boolean }\n> = (props) => {\n //theme样式类型 outline | fill 默认 outline\n const { theme = 'outline', className, suffixIcon, ...restProps } = props\n const defaultIcon = <Icon type=\"calendar-3\" />\n\n return (\n <ConfigConsumer>\n {({ getPrefixCls }) => {\n const prefixCls = getPrefixCls('date-picker')\n return (\n <AntdDatePicker\n suffixIcon={suffixIcon || defaultIcon}\n className={classNames(className, `${prefixCls}-${theme}`)}\n {...restProps}\n />\n )\n }}\n </ConfigConsumer>\n )\n}\n\nexport const TntMonthPicker: React.FC<\n AntMonthPickerProps & { theme?: string; readonly?: boolean }\n> = (props) => {\n const { theme = 'outline', className, suffixIcon, ...restProps } = props\n const defaultIcon = <Icon type=\"calendar-3\" />\n\n return (\n <ConfigConsumer>\n {({ getPrefixCls }) => {\n const prefixCls = getPrefixCls('date-picker')\n return (\n <MonthPicker\n suffixIcon={suffixIcon || defaultIcon}\n className={classNames(className, `${prefixCls}-${theme}`)}\n {...restProps}\n />\n )\n }}\n </ConfigConsumer>\n )\n}\n\nexport const TntWeekPicker: React.FC<\n AntWeekPickerProps & { theme?: string; readonly?: boolean }\n> = (props) => {\n const { theme = 'outline', className, suffixIcon, ...restProps } = props\n const defaultIcon = <Icon type=\"calendar-3\" />\n\n return (\n <ConfigConsumer>\n {({ getPrefixCls }) => {\n const prefixCls = getPrefixCls('date-picker')\n return (\n <WeekPicker\n suffixIcon={suffixIcon || defaultIcon}\n className={classNames(className, `${prefixCls}-${theme}`)}\n {...restProps}\n />\n )\n }}\n </ConfigConsumer>\n )\n}\n\nexport const TntRangePicker: React.FC<\n AntRangePickerProps & { theme?: string; readonly?: boolean }\n> = (props) => {\n const { theme = 'outline', className, suffixIcon, ...restProps } = props\n const defaultIcon = <Icon type=\"calendar-3\" />\n\n return (\n <ConfigConsumer>\n {({ getPrefixCls }) => {\n const prefixCls = getPrefixCls('date-picker')\n return (\n <RangePicker\n suffixIcon={suffixIcon || defaultIcon}\n className={classNames(className, `${prefixCls}-${theme}`)}\n {...restProps}\n />\n )\n }}\n </ConfigConsumer>\n )\n}\n"]}
@@ -0,0 +1,294 @@
1
+ @import '../style/themes/index';
2
+
3
+ @datepicker-prefix-cls: ~'@{ant-prefix}-date-picker';
4
+ @calendar-prefix-cls: ~'@{ant-prefix}-calendar';
5
+ @calendar-timepicker-prefix-cls: ~'@{ant-prefix}-calendar-time-picker';
6
+
7
+ .@{calendar-prefix-cls}-picker-container{
8
+ .@{calendar-prefix-cls}{
9
+ margin-top: 42px;
10
+ .@{calendar-prefix-cls}-input-wrap{
11
+ display: none;
12
+ }
13
+ }
14
+ .@{calendar-prefix-cls}-range{
15
+ margin-top: 42px;
16
+ .@{calendar-prefix-cls}-input-wrap,.@{calendar-prefix-cls}-range-middle{
17
+ display: none;
18
+ }
19
+ .@{calendar-prefix-cls}-decade-panel,.@{calendar-prefix-cls}-year-panel,.@{calendar-prefix-cls}-month-panel{
20
+ top: 0
21
+ }
22
+ }
23
+ .@{calendar-prefix-cls}-month-calendar,.@{calendar-prefix-cls}-week-number{
24
+ margin-top: 42px;
25
+ }
26
+ //.@{calendar-prefix-cls}-today .@{calendar-prefix-cls}-date{
27
+ // background-color: @white;
28
+ //}
29
+ .@{calendar-prefix-cls}:not(.@{calendar-prefix-cls}-range){
30
+ .@{calendar-prefix-cls}-selected-date .@{calendar-prefix-cls}-date{
31
+ background-color: @blue-6;
32
+ color: @white;
33
+ }
34
+ }
35
+
36
+ }
37
+ //Picker
38
+ .@{calendar-prefix-cls}-picker{
39
+ input,.@{calendar-prefix-cls}-picker-input{
40
+ border-color: @border-color-secondary;
41
+ color: @text-color;
42
+ &:focus{
43
+ border-color: @blue-5;
44
+ }
45
+ }
46
+ &:has(input:not([value=''])),&:hover {
47
+ .@{calendar-prefix-cls}-picker-icon{
48
+ color: @text-color-secondary;
49
+ }
50
+ }
51
+ &:has(input[disabled]){
52
+ .@{calendar-prefix-cls}-picker-icon{
53
+ color: @disabled-color;
54
+ }
55
+ }
56
+ .@{calendar-prefix-cls}-picker-icon{
57
+ width: auto;
58
+ height: @font-size-lg;
59
+ font-size: @font-size-lg;
60
+ }
61
+ .@{calendar-prefix-cls}-picker-clear{
62
+ color: tint(@bg-color-spotilight, 50%);
63
+ }
64
+ }
65
+ .@{datepicker-prefix-cls}{
66
+ &-fill{
67
+ .@{calendar-prefix-cls}-picker{
68
+ &-input {
69
+ &.@{ant-prefix}-input {
70
+ background-color: @fill-color-quaternary;
71
+ border-color: @fill-color-quaternary;
72
+ &-disabled {
73
+ border: none;
74
+ pointer-events: none;
75
+ background: @disabled-bg;
76
+ }
77
+ &:focus{
78
+ background-color: @white;
79
+ border-color: @blue-5;
80
+ }
81
+ }
82
+ &:not([value='']):hover {
83
+ background-color: @white;
84
+ }
85
+ }
86
+ }
87
+ }
88
+ }
89
+
90
+ //Calender
91
+ .@{calendar-prefix-cls}{
92
+ &-footer {
93
+ &-extra {
94
+ .@{ant-prefix}-tag{
95
+ color: @text-color;
96
+ border: none;
97
+ background-color: @white;
98
+ &:hover{
99
+ color: @blue-6;
100
+ }
101
+ }
102
+ }
103
+ }
104
+
105
+ thead tr{
106
+ border-bottom: none;
107
+ }
108
+ table th{
109
+ background-color: @white;
110
+ }
111
+ }
112
+
113
+ //RangePicker
114
+ .@{calendar-prefix-cls}-range{
115
+ .@{calendar-prefix-cls}-in-range-cell,
116
+ .@{calendar-prefix-cls}-selected-start-date,
117
+ .@{calendar-prefix-cls}-selected-end-date {
118
+ position: relative;
119
+ border-radius: 0;
120
+ > div {
121
+ position: relative;
122
+ z-index: 1;
123
+ }
124
+ &::before {
125
+ position: absolute;
126
+ top: 3px;
127
+ right: 0;
128
+ bottom: 3px;
129
+ left: 0;
130
+ display: block;
131
+ background: @item-active-bg;
132
+ border: 0;
133
+ border-radius: 0;
134
+ content: '';
135
+ }
136
+ }
137
+ .@{calendar-prefix-cls}-selected-start-date{
138
+ &::before{
139
+ border-radius: @border-radius-base 0 0 @border-radius-base;
140
+ }
141
+ &::after {
142
+ position: absolute;
143
+ bottom: -2px;
144
+ left: 16px;
145
+ display: block;
146
+ background: @blue-6;
147
+ border: 0;
148
+ border-radius: 50%;
149
+ width: 4px;
150
+ height: 4px;
151
+ content: '';
152
+ }
153
+ }
154
+ //ant-calendar-last-day-of-month
155
+ //ant-calendar-last-month-cell ant-calendar-last-day-of-month
156
+ .@{calendar-prefix-cls}-selected-end-date{
157
+ &::before{
158
+ border-radius: 0 @border-radius-base @border-radius-base 0;
159
+ }
160
+ }
161
+ .@{calendar-prefix-cls}-selected-start-date.@{calendar-prefix-cls}-selected-end-date{
162
+ &::before{
163
+ border-radius: @border-radius-base @border-radius-base @border-radius-base @border-radius-base;
164
+ }
165
+ }
166
+ tr .@{calendar-prefix-cls}-in-range-cell:first-child{
167
+ &::before{
168
+ border-radius: @border-radius-base 0 0 @border-radius-base;
169
+ }
170
+ }
171
+ tr .@{calendar-prefix-cls}-selected-end-date:first-child,
172
+ tr .@{calendar-prefix-cls}-selected-start-date:last-child{
173
+ &::before{
174
+ border-radius: @border-radius-base @border-radius-base @border-radius-base @border-radius-base;
175
+ }
176
+ }
177
+ tr .@{calendar-prefix-cls}-in-range-cell:last-child{
178
+ &::before{
179
+ border-radius: 0 @border-radius-base @border-radius-base 0;
180
+ }
181
+ }
182
+ .@{calendar-prefix-cls}-cell{
183
+ height: 38px;
184
+ }
185
+ }
186
+
187
+ //MonthPanel
188
+ .@{calendar-prefix-cls}-month-panel-month {
189
+ border-radius: @border-radius-base;
190
+ }
191
+
192
+ //WeekPicker
193
+ .@{calendar-prefix-cls}-week-number {
194
+ &-cell {
195
+ opacity: 1;
196
+ font-weight: normal;
197
+ color: @text-color-tertiary !important;
198
+ }
199
+ .@{calendar-prefix-cls}-body tr {
200
+ cursor: pointer;
201
+ transition: all 0.3s;
202
+ background: @white;
203
+ .@{calendar-prefix-cls}-date{
204
+ width: auto;
205
+ border-radius: 0;
206
+ font-weight: 500;
207
+ }
208
+ &:hover {
209
+ background: @white;
210
+ td:nth-child(2){
211
+ .@{calendar-prefix-cls}-date{
212
+ border-radius: @border-radius-base 0 0 @border-radius-base;
213
+ }
214
+ }
215
+ td:last-child{
216
+ .@{calendar-prefix-cls}-date{
217
+ border-radius: 0 @border-radius-base @border-radius-base 0;
218
+ }
219
+ }
220
+ .@{calendar-prefix-cls}-cell{
221
+ &::before{
222
+ top: 8px;
223
+ bottom: 8px;
224
+ }
225
+ .@{calendar-prefix-cls}-date{
226
+ background: @background-color-base;
227
+ &:hover{
228
+ background: @background-color-base;
229
+ }
230
+ }
231
+ .@{calendar-prefix-cls}-selected-day{
232
+ background: @background-color-base;
233
+ }
234
+ }
235
+ .@{calendar-prefix-cls}-week-number-cell{
236
+ background: @white;
237
+ }
238
+ }
239
+ .@{calendar-prefix-cls}-selected-day .@{calendar-prefix-cls}-date,
240
+ .@{calendar-prefix-cls}-selected-day:hover .@{calendar-prefix-cls}-date {
241
+ color: @text-color;
242
+ background: transparent;
243
+ }
244
+ &.@{calendar-prefix-cls}-active-week {
245
+ background: transparent;
246
+ td:nth-child(2){
247
+ .@{calendar-prefix-cls}-selected-day,.@{calendar-prefix-cls}-date{
248
+ border-radius: @border-radius-base 0 0 @border-radius-base;
249
+ }
250
+ }
251
+ td:last-child{
252
+ .@{calendar-prefix-cls}-selected-day,.@{calendar-prefix-cls}-date{
253
+ border-radius: 0 @border-radius-base @border-radius-base 0;
254
+ }
255
+ }
256
+ .@{calendar-prefix-cls}-cell{
257
+ font-weight: bold;
258
+ //background: @primary-color;
259
+ .@{calendar-prefix-cls}-date{
260
+ color: @text-color-inverse;
261
+ background: @primary-color;
262
+ &:hover{
263
+ color: @text-color-inverse;
264
+ background: @primary-color;
265
+ }
266
+ }
267
+ .@{calendar-prefix-cls}-selected-day{
268
+ background: @primary-color;
269
+ }
270
+ }
271
+ }
272
+ .@{calendar-prefix-cls}-today .@{calendar-prefix-cls}-date{
273
+ //color: @text-color;
274
+ //font-weight: normal;
275
+ border-color: transparent;
276
+ }
277
+ }
278
+ .@{calendar-prefix-cls}-cell{
279
+ height: 38px;
280
+ position: relative;
281
+ &::before {
282
+ position: absolute;
283
+ top: 3px;
284
+ right: 0;
285
+ bottom: 3px;
286
+ left: 0;
287
+ display: block;
288
+ border: 0;
289
+ border-radius: 0;
290
+ content: '';
291
+ }
292
+ }
293
+ }
294
+
@@ -98,8 +98,9 @@
98
98
  &-icon {
99
99
  display: inline-block;
100
100
  color: @disabled-color;
101
- font-size: @font-size-base;
101
+ font-size: calc(@font-size-base + 2px);
102
102
  line-height: 1;
103
+ margin-top: -8px;
103
104
  }
104
105
 
105
106
  .@{ant-prefix}-input-disabled + &-icon {