tntd 2.8.45 → 2.8.46

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 (185) hide show
  1. package/es/alert/alert.js +153 -0
  2. package/es/alert/alert.js.map +1 -0
  3. package/es/alert/alert.less +128 -0
  4. package/es/cascader/cascader.js +84 -0
  5. package/es/cascader/cascader.js.map +1 -0
  6. package/es/cascader/cascader.less +16 -0
  7. package/es/checkbox/check.png +0 -0
  8. package/es/checkbox/checkbox.js +100 -0
  9. package/es/checkbox/checkbox.js.map +1 -0
  10. package/es/checkbox/checkbox.less +69 -0
  11. package/es/date-picker/DatePicker.js +163 -0
  12. package/es/date-picker/DatePicker.js.map +1 -0
  13. package/es/date-picker/index.less +294 -0
  14. package/es/input-number/inputNumber.js +89 -0
  15. package/es/input-number/inputNumber.js.map +1 -0
  16. package/es/input-number/inputNumber.less +12 -0
  17. package/es/modal/index.less +36 -0
  18. package/es/modal/modal.js +5 -3
  19. package/es/modal/modal.js.map +1 -1
  20. package/es/modal/modal.less +16 -0
  21. package/es/popconfirm/index.less +32 -0
  22. package/es/popconfirm/popconfirm.js +96 -0
  23. package/es/popconfirm/popconfirm.js.map +1 -0
  24. package/es/popover/index.less +57 -0
  25. package/es/popover/popover.js +90 -0
  26. package/es/popover/popover.js.map +1 -0
  27. package/es/progress/progress.js +185 -0
  28. package/es/progress/progress.js.map +1 -0
  29. package/es/progress/progress.less +82 -0
  30. package/es/query-form/Field/Composition/FieldPopover.js +466 -0
  31. package/es/query-form/Field/Composition/FieldPopover.js.map +1 -0
  32. package/es/query-form/Field/Composition/FieldPopover.less +41 -0
  33. package/es/query-form/Field/Composition/Select.js +260 -0
  34. package/es/query-form/Field/Composition/Select.js.map +1 -0
  35. package/es/query-form/Field/Composition/SelectInput.js +112 -0
  36. package/es/query-form/Field/Composition/SelectInput.js.map +1 -0
  37. package/es/query-form/Field/Composition/ValueTag.js +241 -0
  38. package/es/query-form/Field/Composition/ValueTag.js.map +1 -0
  39. package/es/query-form/Field/Composition/index.js +448 -0
  40. package/es/query-form/Field/Composition/index.js.map +1 -0
  41. package/es/query-form/Field/Composition/index.less +167 -0
  42. package/es/query-form/Field/Composition/utils.js +173 -0
  43. package/es/query-form/Field/Composition/utils.js.map +1 -0
  44. package/es/query-form-backup/Field/Composition/FieldPopover.less +35 -0
  45. package/es/query-form-backup/Field/Composition/index.less +114 -0
  46. package/es/query-form-backup/index.less +90 -0
  47. package/es/query-form-v2/index.less +133 -0
  48. package/es/radio/radio.js +110 -0
  49. package/es/radio/radio.js.map +1 -0
  50. package/es/radio/radio.less +43 -0
  51. package/es/spin/spin.js +79 -0
  52. package/es/spin/spin.js.map +1 -0
  53. package/es/spin/spin.less +9 -0
  54. package/es/steps/assets/background_left.svg +12 -0
  55. package/es/steps/assets/background_right.svg +12 -0
  56. package/es/steps/assets/horizontal_line.svg +3 -0
  57. package/es/steps/assets/vertical_line.svg +3 -0
  58. package/es/steps/stepStyle/icon.less +51 -0
  59. package/es/steps/stepStyle/progress-dot.less +10 -0
  60. package/es/steps/stepStyle/variables.less +8 -0
  61. package/es/steps/stepStyle/vertical.less +41 -0
  62. package/es/switch/index.less +45 -0
  63. package/es/tabs/tabs.less +125 -0
  64. package/es/time-picker/TimePicker.js +90 -0
  65. package/es/time-picker/TimePicker.js.map +1 -0
  66. package/es/time-picker/index.less +38 -0
  67. package/es/tntd-action/Action.js +219 -0
  68. package/es/tntd-action/Action.js.map +1 -0
  69. package/es/tntd-action/index.less +61 -0
  70. package/es/tntd-select/index.less +7 -0
  71. package/lib/alert/alert.d.ts +12 -0
  72. package/lib/alert/alert.d.ts.map +1 -0
  73. package/lib/alert/alert.js +153 -0
  74. package/lib/alert/alert.js.map +1 -0
  75. package/lib/alert/alert.less +128 -0
  76. package/lib/cascader/cascader.d.ts +10 -0
  77. package/lib/cascader/cascader.d.ts.map +1 -0
  78. package/lib/cascader/cascader.js +84 -0
  79. package/lib/cascader/cascader.js.map +1 -0
  80. package/lib/cascader/cascader.less +16 -0
  81. package/lib/checkbox/check.png +0 -0
  82. package/lib/checkbox/checkbox.d.ts +16 -0
  83. package/lib/checkbox/checkbox.d.ts.map +1 -0
  84. package/lib/checkbox/checkbox.js +100 -0
  85. package/lib/checkbox/checkbox.js.map +1 -0
  86. package/lib/checkbox/checkbox.less +69 -0
  87. package/lib/date-picker/DatePicker.d.ts +21 -0
  88. package/lib/date-picker/DatePicker.d.ts.map +1 -0
  89. package/lib/date-picker/DatePicker.js +163 -0
  90. package/lib/date-picker/DatePicker.js.map +1 -0
  91. package/lib/date-picker/index.less +294 -0
  92. package/lib/input-number/inputNumber.d.ts +10 -0
  93. package/lib/input-number/inputNumber.d.ts.map +1 -0
  94. package/lib/input-number/inputNumber.js +89 -0
  95. package/lib/input-number/inputNumber.js.map +1 -0
  96. package/lib/input-number/inputNumber.less +12 -0
  97. package/lib/modal/index.less +36 -0
  98. package/lib/modal/modal.d.ts +1 -0
  99. package/lib/modal/modal.d.ts.map +1 -1
  100. package/lib/modal/modal.js +5 -3
  101. package/lib/modal/modal.js.map +1 -1
  102. package/lib/modal/modal.less +16 -0
  103. package/lib/popconfirm/index.less +32 -0
  104. package/lib/popconfirm/popconfirm.d.ts +8 -0
  105. package/lib/popconfirm/popconfirm.d.ts.map +1 -0
  106. package/lib/popconfirm/popconfirm.js +96 -0
  107. package/lib/popconfirm/popconfirm.js.map +1 -0
  108. package/lib/popover/index.less +57 -0
  109. package/lib/popover/popover.d.ts +14 -0
  110. package/lib/popover/popover.d.ts.map +1 -0
  111. package/lib/popover/popover.js +90 -0
  112. package/lib/popover/popover.js.map +1 -0
  113. package/lib/progress/progress.d.ts +12 -0
  114. package/lib/progress/progress.d.ts.map +1 -0
  115. package/lib/progress/progress.js +185 -0
  116. package/lib/progress/progress.js.map +1 -0
  117. package/lib/progress/progress.less +82 -0
  118. package/lib/query-form/Field/Composition/FieldPopover.d.ts +19 -0
  119. package/lib/query-form/Field/Composition/FieldPopover.d.ts.map +1 -0
  120. package/lib/query-form/Field/Composition/FieldPopover.js +466 -0
  121. package/lib/query-form/Field/Composition/FieldPopover.js.map +1 -0
  122. package/lib/query-form/Field/Composition/FieldPopover.less +41 -0
  123. package/lib/query-form/Field/Composition/Select.d.ts +4 -0
  124. package/lib/query-form/Field/Composition/Select.d.ts.map +1 -0
  125. package/lib/query-form/Field/Composition/Select.js +260 -0
  126. package/lib/query-form/Field/Composition/Select.js.map +1 -0
  127. package/lib/query-form/Field/Composition/SelectInput.d.ts +3 -0
  128. package/lib/query-form/Field/Composition/SelectInput.d.ts.map +1 -0
  129. package/lib/query-form/Field/Composition/SelectInput.js +112 -0
  130. package/lib/query-form/Field/Composition/SelectInput.js.map +1 -0
  131. package/lib/query-form/Field/Composition/ValueTag.d.ts +13 -0
  132. package/lib/query-form/Field/Composition/ValueTag.d.ts.map +1 -0
  133. package/lib/query-form/Field/Composition/ValueTag.js +241 -0
  134. package/lib/query-form/Field/Composition/ValueTag.js.map +1 -0
  135. package/lib/query-form/Field/Composition/index.d.ts +15 -0
  136. package/lib/query-form/Field/Composition/index.d.ts.map +1 -0
  137. package/lib/query-form/Field/Composition/index.js +448 -0
  138. package/lib/query-form/Field/Composition/index.js.map +1 -0
  139. package/lib/query-form/Field/Composition/index.less +167 -0
  140. package/lib/query-form/Field/Composition/utils.d.ts +21 -0
  141. package/lib/query-form/Field/Composition/utils.d.ts.map +1 -0
  142. package/lib/query-form/Field/Composition/utils.js +173 -0
  143. package/lib/query-form/Field/Composition/utils.js.map +1 -0
  144. package/lib/query-form-backup/Field/Composition/FieldPopover.less +35 -0
  145. package/lib/query-form-backup/Field/Composition/index.less +114 -0
  146. package/lib/query-form-backup/index.less +90 -0
  147. package/lib/query-form-v2/index.less +133 -0
  148. package/lib/radio/radio.d.ts +17 -0
  149. package/lib/radio/radio.d.ts.map +1 -0
  150. package/lib/radio/radio.js +110 -0
  151. package/lib/radio/radio.js.map +1 -0
  152. package/lib/radio/radio.less +43 -0
  153. package/lib/spin/spin.d.ts +9 -0
  154. package/lib/spin/spin.d.ts.map +1 -0
  155. package/lib/spin/spin.js +79 -0
  156. package/lib/spin/spin.js.map +1 -0
  157. package/lib/spin/spin.less +9 -0
  158. package/lib/steps/assets/background_left.svg +12 -0
  159. package/lib/steps/assets/background_right.svg +12 -0
  160. package/lib/steps/assets/horizontal_line.svg +3 -0
  161. package/lib/steps/assets/vertical_line.svg +3 -0
  162. package/lib/steps/stepStyle/icon.less +51 -0
  163. package/lib/steps/stepStyle/progress-dot.less +10 -0
  164. package/lib/steps/stepStyle/variables.less +8 -0
  165. package/lib/steps/stepStyle/vertical.less +41 -0
  166. package/lib/switch/index.less +45 -0
  167. package/lib/tabs/tabs.less +125 -0
  168. package/lib/time-picker/TimePicker.d.ts +9 -0
  169. package/lib/time-picker/TimePicker.d.ts.map +1 -0
  170. package/lib/time-picker/TimePicker.js +90 -0
  171. package/lib/time-picker/TimePicker.js.map +1 -0
  172. package/lib/time-picker/index.less +38 -0
  173. package/lib/tntd-action/Action.d.ts +6 -0
  174. package/lib/tntd-action/Action.d.ts.map +1 -0
  175. package/lib/tntd-action/Action.js +219 -0
  176. package/lib/tntd-action/Action.js.map +1 -0
  177. package/lib/tntd-action/index.less +61 -0
  178. package/lib/tntd-select/index.less +7 -0
  179. package/package.json +2 -2
  180. package/es/array-input/utils.js +0 -414
  181. package/es/array-input/utils.js.map +0 -1
  182. package/lib/array-input/utils.d.ts +0 -2
  183. package/lib/array-input/utils.d.ts.map +0 -1
  184. package/lib/array-input/utils.js +0 -414
  185. package/lib/array-input/utils.js.map +0 -1
@@ -0,0 +1,125 @@
1
+ // Tabs 自定义梯形页签样式
2
+ @tab-prefix-cls: ~'@{ant-prefix}-tabs';
3
+
4
+ .tnt-tabs.@{tab-prefix-cls}.@{tab-prefix-cls}-ladder-card.@{tab-prefix-cls}-top {
5
+ padding: 0 12px;
6
+ position: relative;
7
+ left: -12px;
8
+ padding-bottom: 20px;
9
+
10
+ > .@{tab-prefix-cls}-top-bar {
11
+ border-bottom: none;
12
+ margin-bottom: 0;
13
+ .@{tab-prefix-cls}-tab {
14
+ // display: inline-block;
15
+ vertical-align: bottom;
16
+ // position: relative;
17
+ min-width: 106px;
18
+ height: 40px;
19
+ line-height: 40px;
20
+ border-top-left-radius: @border-radius-lg;
21
+ filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.1));
22
+ box-shadow: 0px 0px 2px -5px rgba(0, 0, 0, 0.05);
23
+ border: none;
24
+ margin: 0px 30px 0px 0px;
25
+ padding: 0px 12px 0 48px;
26
+ // background: @fill-color-quaternary;
27
+ text-align: right;
28
+ // color: @text-color-secondary;
29
+
30
+ &::after {
31
+ content: '';
32
+ position: absolute;
33
+ top: 0;
34
+ right: -52px;
35
+ height: 100%;
36
+ width: 64px;
37
+ z-index: 1;
38
+ background: inherit;
39
+ clip-path: path('M0 0H22.3875C28.4632 0 34.2094 2.76179 38.0049 7.5061L64 40H0V0Z');
40
+ }
41
+
42
+ // 兼容clip-path 属性
43
+ @supports not (clip-path: path('M0 0H22.3875C28.4632 0 34.2094 2.76179 38.0049 7.5061L64 40H0V0Z')) {
44
+ & {
45
+ padding: 0px 22px 0 48px !important;
46
+ margin-right: 12px;
47
+ }
48
+ &::after {
49
+ top: 17px !important;
50
+ right: -54px !important;
51
+ width: 93px !important;
52
+ z-index: -1 !important;
53
+ height: 45px !important;
54
+ border-top-right-radius: 24px !important;
55
+ border-top-left-radius: 26px !important;
56
+ transform: rotate(50deg) !important;
57
+ }
58
+ }
59
+ @supports (clip-path: path('M0 0H22.3875C28.4632 0 34.2094 2.76179 38.0049 7.5061L64 40H0V0Z')) {
60
+ &::after {
61
+ clip-path: path('M0 0H22.3875C28.4632 0 34.2094 2.76179 38.0049 7.5061L64 40H0V0Z');
62
+ }
63
+ }
64
+ }
65
+ .@{tab-prefix-cls}-nav {
66
+ margin-top: 12px;
67
+ padding-left: 12px;
68
+ }
69
+ .@{tab-prefix-cls}-nav-container {
70
+ height: auto;
71
+ position: relative;
72
+ left: -12px;
73
+ }
74
+ // 鼠标选中时,active状态在上层
75
+ .@{tab-prefix-cls}-tab-active {
76
+ z-index: 99 !important;
77
+ background: @tabs-active-background;
78
+ }
79
+ }
80
+
81
+ & > .@{tab-prefix-cls}-content {
82
+ & > .@{tab-prefix-cls}-tabpane {
83
+ background: @white;
84
+ box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
85
+ padding: 20px 12px 12px;
86
+ border-bottom-right-radius: @border-radius-lg;
87
+ border-bottom-left-radius: @border-radius-lg;
88
+ border-top-right-radius: @border-radius-lg;
89
+ }
90
+ }
91
+ }
92
+
93
+ // // Tabs top类型 全局样式修改
94
+ .tnt-tabs.@{tab-prefix-cls}.@{tab-prefix-cls}-top.@{tab-prefix-cls}-line {
95
+ .@{tab-prefix-cls}-nav-container {
96
+ margin-bottom: none;
97
+ }
98
+
99
+ .@{tab-prefix-cls}-tab {
100
+ border-bottom: 1px solid transparent;
101
+ margin-bottom: 1px;
102
+ height: 40px;
103
+ line-height: 37px;
104
+ padding: 2px 12px 0;
105
+ }
106
+ }
107
+
108
+ .tnt-tabs.@{tab-prefix-cls} {
109
+ .@{tab-prefix-cls}-nav {
110
+ .@{tab-prefix-cls}-tab {
111
+ color: @tabs-tab-color;
112
+ // 自定义图标默认都是 16px
113
+ i.anticon {
114
+ font-size: @font-size-lg;
115
+ margin-right: 4px;
116
+ }
117
+ }
118
+ .@{tab-prefix-cls}-tab.@{tab-prefix-cls}-tab-active {
119
+ color: @tabs-active-color;
120
+ }
121
+ .@{tab-prefix-cls}-tab.@{tab-prefix-cls}-tab:hover {
122
+ color: @tabs-hover-color;
123
+ }
124
+ }
125
+ }
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import type { TimePickerProps as AntdTimePickerProps } from 'antd/lib/time-picker';
3
+ export * from 'antd/lib/time-picker';
4
+ declare const TimePicker: React.FC<AntdTimePickerProps & {
5
+ theme?: string;
6
+ readonly?: boolean;
7
+ }>;
8
+ export default TimePicker;
9
+ //# sourceMappingURL=TimePicker.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TimePicker.d.ts","sourceRoot":"","sources":["../../src/time-picker/TimePicker.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAA;AAEvC,OAAO,KAAK,EAAE,eAAe,IAAI,mBAAmB,EAAE,MAAM,qBAAqB,CAAA;AAIjF,cAAc,qBAAqB,CAAA;AACnC,QAAA,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,GAAG;IAAE,KAAK,CAAC,EAAE,MAAM,CAAC;IAAC,QAAQ,CAAC,EAAE,OAAO,CAAA;CAAE,CAqBtF,CAAA;AAED,eAAe,UAAU,CAAA"}
@@ -0,0 +1,90 @@
1
+ "use strict";
2
+
3
+ function _typeof(o) {
4
+ "@babel/helpers - typeof";
5
+
6
+ return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
7
+ return typeof o;
8
+ } : function (o) {
9
+ return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
10
+ }, _typeof(o);
11
+ }
12
+ Object.defineProperty(exports, "__esModule", {
13
+ value: true
14
+ });
15
+ var _exportNames = {};
16
+ exports["default"] = void 0;
17
+ var _react = _interopRequireDefault(require("react"));
18
+ var _icon = _interopRequireDefault(require("../icon"));
19
+ var _configProvider = require("antd/lib/config-provider");
20
+ var _timePicker = _interopRequireWildcard(require("antd/lib/time-picker"));
21
+ Object.keys(_timePicker).forEach(function (key) {
22
+ if (key === "default" || key === "__esModule") return;
23
+ if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
24
+ if (key in exports && exports[key] === _timePicker[key]) return;
25
+ Object.defineProperty(exports, key, {
26
+ enumerable: true,
27
+ get: function get() {
28
+ return _timePicker[key];
29
+ }
30
+ });
31
+ });
32
+ var _classnames = _interopRequireDefault(require("classnames"));
33
+ function _getRequireWildcardCache(e) {
34
+ if ("function" != typeof WeakMap) return null;
35
+ var r = new WeakMap(),
36
+ t = new WeakMap();
37
+ return (_getRequireWildcardCache = function _getRequireWildcardCache(e) {
38
+ return e ? t : r;
39
+ })(e);
40
+ }
41
+ function _interopRequireWildcard(e, r) {
42
+ if (!r && e && e.__esModule) return e;
43
+ if (null === e || "object" != _typeof(e) && "function" != typeof e) return {
44
+ "default": e
45
+ };
46
+ var t = _getRequireWildcardCache(r);
47
+ if (t && t.has(e)) return t.get(e);
48
+ var n = {
49
+ __proto__: null
50
+ },
51
+ a = Object.defineProperty && Object.getOwnPropertyDescriptor;
52
+ for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) {
53
+ var i = a ? Object.getOwnPropertyDescriptor(e, u) : null;
54
+ i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u];
55
+ }
56
+ return n["default"] = e, t && t.set(e, n), n;
57
+ }
58
+ function _interopRequireDefault(obj) {
59
+ return obj && obj.__esModule ? obj : {
60
+ "default": obj
61
+ };
62
+ }
63
+ var __rest = void 0 && (void 0).__rest || function (s, e) {
64
+ var t = {};
65
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
66
+ if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
67
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
68
+ }
69
+ return t;
70
+ };
71
+ var TimePicker = function TimePicker(props) {
72
+ //theme样式类型 outline | fill 默认 outline
73
+ var _props$theme = props.theme,
74
+ theme = _props$theme === void 0 ? 'outline' : _props$theme,
75
+ className = props.className,
76
+ suffixIcon = props.suffixIcon,
77
+ restProps = __rest(props, ["theme", "className", "suffixIcon"]);
78
+ var defaultIcon = _react["default"].createElement(_icon["default"], {
79
+ type: "clock-circle"
80
+ });
81
+ return _react["default"].createElement(_configProvider.ConfigConsumer, null, function (_ref) {
82
+ var getPrefixCls = _ref.getPrefixCls;
83
+ var prefixCls = getPrefixCls('time-picker');
84
+ return _react["default"].createElement(_timePicker["default"], Object.assign({
85
+ suffixIcon: suffixIcon || defaultIcon,
86
+ className: (0, _classnames["default"])(className, "".concat(prefixCls, "-").concat(theme))
87
+ }, restProps));
88
+ });
89
+ };
90
+ var _default = exports["default"] = TimePicker;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TimePicker.js","sourceRoot":"","sources":["../../src/time-picker/TimePicker.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,kDAAuC;AACvC,mDAA0B;AAE1B,6DAAwD;AACxD,sEAA+C;AAC/C,4DAAmC;AACnC,sDAAmC;AACnC,MAAM,UAAU,GAA2E,CACzF,KAAK,EACL,EAAE;IACF,sCAAsC;IACtC,MAAM,EAAE,KAAK,GAAG,SAAS,EAAE,SAAS,EAAE,UAAU,KAAmB,KAAK,EAAnB,SAAS,UAAK,KAAK,EAAlE,oCAA0D,CAAQ,CAAA;IACxE,MAAM,WAAW,GAAG,8BAAC,cAAI,IAAC,IAAI,EAAC,cAAc,GAAG,CAAA;IAEhD,OAAO,CACL,8BAAC,gCAAc,QACZ,CAAC,EAAE,YAAY,EAAE,EAAE,EAAE;QACpB,MAAM,SAAS,GAAG,YAAY,CAAC,aAAa,CAAC,CAAA;QAC7C,OAAO,CACL,8BAAC,qBAAa,kBACZ,UAAU,EAAE,UAAU,IAAI,WAAW,EACrC,SAAS,EAAE,IAAA,oBAAU,EAAC,SAAS,EAAE,GAAG,SAAS,IAAI,KAAK,EAAE,CAAC,IACrD,SAAS,EACb,CACH,CAAA;IACH,CAAC,CACc,CAClB,CAAA;AACH,CAAC,CAAA;AAED,kBAAe,UAAU,CAAA","sourcesContent":["import React, { useState } from 'react'\nimport Icon from '../icon'\nimport type { TimePickerProps as AntdTimePickerProps } from 'antd/lib/time-picker'\nimport { ConfigConsumer } from 'antd/lib/config-provider'\nimport AntTimePicker from 'antd/lib/time-picker'\nimport classNames from 'classnames'\nexport * from 'antd/lib/time-picker'\nconst TimePicker: React.FC<AntdTimePickerProps & { theme?: string; readonly?: boolean }> = (\n props\n) => {\n //theme样式类型 outline | fill 默认 outline\n const { theme = 'outline', className, suffixIcon, ...restProps } = props\n const defaultIcon = <Icon type=\"clock-circle\" />\n\n return (\n <ConfigConsumer>\n {({ getPrefixCls }) => {\n const prefixCls = getPrefixCls('time-picker')\n return (\n <AntTimePicker\n suffixIcon={suffixIcon || defaultIcon}\n className={classNames(className, `${prefixCls}-${theme}`)}\n {...restProps}\n />\n )\n }}\n </ConfigConsumer>\n )\n}\n\nexport default TimePicker\n"]}
@@ -0,0 +1,38 @@
1
+ @import '../style/themes/index';
2
+
3
+ @timepicker-prefix-cls: ~'@{ant-prefix}-time-picker';
4
+ .@{timepicker-prefix-cls} {
5
+ input{
6
+ border-color: @border-color-secondary;
7
+ }
8
+ &:has(input:not([value=''])),&:hover {
9
+ .@{timepicker-prefix-cls}-icon{
10
+ i{
11
+ color: @text-color-secondary;
12
+ }
13
+ }
14
+ }
15
+ &:has(input[disabled]){
16
+ .@{timepicker-prefix-cls}-icon{
17
+ i{
18
+ color: @disabled-color;
19
+ }
20
+ }
21
+ }
22
+ &-fill{
23
+ input {
24
+ background-color: @fill-color-quaternary;
25
+ border-color: @fill-color-quaternary;
26
+ &[disabled] {
27
+ border: none;
28
+ }
29
+ &:focus{
30
+ background-color: @white;
31
+ }
32
+ &:not([value='']):hover {
33
+ background-color: @white;
34
+ }
35
+ }
36
+ }
37
+ }
38
+
@@ -0,0 +1,6 @@
1
+ export default function WarpAction({ getContainer, ...other }: {
2
+ [x: string]: any;
3
+ getContainer?: (() => HTMLElement) | undefined;
4
+ }): React.JSX.Element;
5
+ import React from "react";
6
+ //# sourceMappingURL=Action.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Action.d.ts","sourceRoot":"","sources":["../../src/tntd-action/Action.js"],"names":[],"mappings":"AASA;;;sBAgBC"}
@@ -0,0 +1,219 @@
1
+ "use strict";
2
+
3
+ function _typeof(o) {
4
+ "@babel/helpers - typeof";
5
+
6
+ return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
7
+ return typeof o;
8
+ } : function (o) {
9
+ return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
10
+ }, _typeof(o);
11
+ }
12
+ Object.defineProperty(exports, "__esModule", {
13
+ value: true
14
+ });
15
+ exports["default"] = WarpAction;
16
+ var _react = _interopRequireWildcard(require("react"));
17
+ var _reactDom = _interopRequireDefault(require("react-dom"));
18
+ var _configProvider = require("antd/lib/config-provider");
19
+ var _LocaleReceiver = _interopRequireDefault(require("antd/lib/locale-provider/LocaleReceiver"));
20
+ var _classnames = _interopRequireDefault(require("classnames"));
21
+ var _button = require("../button");
22
+ function _interopRequireDefault(obj) {
23
+ return obj && obj.__esModule ? obj : {
24
+ "default": obj
25
+ };
26
+ }
27
+ function _getRequireWildcardCache(e) {
28
+ if ("function" != typeof WeakMap) return null;
29
+ var r = new WeakMap(),
30
+ t = new WeakMap();
31
+ return (_getRequireWildcardCache = function _getRequireWildcardCache(e) {
32
+ return e ? t : r;
33
+ })(e);
34
+ }
35
+ function _interopRequireWildcard(e, r) {
36
+ if (!r && e && e.__esModule) return e;
37
+ if (null === e || "object" != _typeof(e) && "function" != typeof e) return {
38
+ "default": e
39
+ };
40
+ var t = _getRequireWildcardCache(r);
41
+ if (t && t.has(e)) return t.get(e);
42
+ var n = {
43
+ __proto__: null
44
+ },
45
+ a = Object.defineProperty && Object.getOwnPropertyDescriptor;
46
+ for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) {
47
+ var i = a ? Object.getOwnPropertyDescriptor(e, u) : null;
48
+ i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u];
49
+ }
50
+ return n["default"] = e, t && t.set(e, n), n;
51
+ }
52
+ function _slicedToArray(arr, i) {
53
+ return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest();
54
+ }
55
+ function _nonIterableRest() {
56
+ throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
57
+ }
58
+ function _unsupportedIterableToArray(o, minLen) {
59
+ if (!o) return;
60
+ if (typeof o === "string") return _arrayLikeToArray(o, minLen);
61
+ var n = Object.prototype.toString.call(o).slice(8, -1);
62
+ if (n === "Object" && o.constructor) n = o.constructor.name;
63
+ if (n === "Map" || n === "Set") return Array.from(o);
64
+ if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);
65
+ }
66
+ function _arrayLikeToArray(arr, len) {
67
+ if (len == null || len > arr.length) len = arr.length;
68
+ for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];
69
+ return arr2;
70
+ }
71
+ function _iterableToArrayLimit(r, l) {
72
+ var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
73
+ if (null != t) {
74
+ var e,
75
+ n,
76
+ i,
77
+ u,
78
+ a = [],
79
+ f = !0,
80
+ o = !1;
81
+ try {
82
+ if (i = (t = t.call(r)).next, 0 === l) {
83
+ if (Object(t) !== t) return;
84
+ f = !1;
85
+ } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0);
86
+ } catch (r) {
87
+ o = !0, n = r;
88
+ } finally {
89
+ try {
90
+ if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return;
91
+ } finally {
92
+ if (o) throw n;
93
+ }
94
+ }
95
+ return a;
96
+ }
97
+ }
98
+ function _arrayWithHoles(arr) {
99
+ if (Array.isArray(arr)) return arr;
100
+ }
101
+ var __rest = void 0 && (void 0).__rest || function (s, e) {
102
+ var t = {};
103
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
104
+ if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
105
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
106
+ }
107
+ return t;
108
+ };
109
+ var defaultGetContainer = function defaultGetContainer() {
110
+ return document.getElementById('subapp-viewport') || document.body;
111
+ };
112
+ function WarpAction(_a) {
113
+ var _a$getContainer = _a.getContainer,
114
+ getContainer = _a$getContainer === void 0 ? defaultGetContainer : _a$getContainer,
115
+ other = __rest(_a, ["getContainer"]);
116
+ return _react["default"].createElement(_configProvider.ConfigConsumer, null, function (_ref) {
117
+ var getPrefixCls = _ref.getPrefixCls,
118
+ getContextPopupContainer = _ref.getPopupContainer;
119
+ var _getContainer = getContainer === undefined ? getContextPopupContainer : getContainer;
120
+ return _react["default"].createElement(_LocaleReceiver["default"], {
121
+ componentName: "TntdAction"
122
+ }, function (locale) {
123
+ return _react["default"].createElement(Action, Object.assign({
124
+ getPopupContainer: _getContainer
125
+ }, other, {
126
+ locale: locale
127
+ }));
128
+ });
129
+ });
130
+ }
131
+ function Action(_ref2) {
132
+ var title = _ref2.title,
133
+ hidden = _ref2.hidden,
134
+ data = _ref2.data,
135
+ afterClose = _ref2.afterClose,
136
+ locale = _ref2.locale,
137
+ className = _ref2.className,
138
+ _ref2$width = _ref2.width,
139
+ width = _ref2$width === void 0 ? 700 : _ref2$width,
140
+ getPopupContainer = _ref2.getPopupContainer;
141
+ var _useState = (0, _react.useState)(false),
142
+ _useState2 = _slicedToArray(_useState, 2),
143
+ visible = _useState2[0],
144
+ setVisible = _useState2[1];
145
+ var _useState3 = (0, _react.useState)({
146
+ left: 400,
147
+ bottom: 100,
148
+ width: width
149
+ }),
150
+ _useState4 = _slicedToArray(_useState3, 2),
151
+ offset = _useState4[0],
152
+ setOffset = _useState4[1];
153
+ var ref = (0, _react.useRef)();
154
+ var refDom = (0, _react.useRef)();
155
+ (0, _react.useEffect)(function () {
156
+ ref.current = getPopupContainer();
157
+ }, [getPopupContainer]);
158
+ (0, _react.useEffect)(function () {
159
+ var visible = data.length > 0;
160
+ if (visible && ref.current) {
161
+ var _offset = ref.current.getBoundingClientRect();
162
+ setOffset({
163
+ left: _offset.left + (_offset.width - width) / 2,
164
+ bottom: 100,
165
+ width: width
166
+ });
167
+ }
168
+ setVisible(visible);
169
+ }, [data, width]);
170
+ var onMouseDown = function onMouseDown(e) {
171
+ var startX = e.clientX - offset.left;
172
+ var startY = e.clientY + offset.bottom;
173
+ var onmousemove = function onmousemove(e) {
174
+ if (e.buttons === 1) {
175
+ refDom.current.style.left = e.clientX - startX + 'px';
176
+ refDom.current.style.bottom = startY - e.clientY + 'px';
177
+ } else {
178
+ onmouseup(e);
179
+ }
180
+ };
181
+ var onmouseup = function onmouseup(e) {
182
+ setOffset(function (offset) {
183
+ return Object.assign(Object.assign({}, offset), {
184
+ left: e.clientX - startX,
185
+ bottom: startY - e.clientY
186
+ });
187
+ });
188
+ document.removeEventListener('mousemove', onmousemove);
189
+ document.removeEventListener('mouseup', onmouseup);
190
+ };
191
+ document.addEventListener('mousemove', onmousemove);
192
+ document.addEventListener('mouseup', onmouseup);
193
+ };
194
+ if (ref.current && visible && !hidden) {
195
+ return _reactDom["default"].createPortal(_react["default"].createElement("div", {
196
+ className: (0, _classnames["default"])('tnt-action', className),
197
+ style: offset,
198
+ onMouseDown: onMouseDown,
199
+ ref: refDom
200
+ }, _react["default"].createElement("div", {
201
+ className: "fr",
202
+ onClick: function onClick(e) {
203
+ e.stopPropagation();
204
+ }
205
+ }, data), _react["default"].createElement(_button.Button, {
206
+ shape: "circle",
207
+ icon: "close",
208
+ type: "tertiary",
209
+ onClick: function onClick(e) {
210
+ e.stopPropagation();
211
+ setVisible(false);
212
+ afterClose && afterClose();
213
+ }
214
+ }), _react["default"].createElement("span", {
215
+ className: "tnt-action-text"
216
+ }, title)), document.body);
217
+ }
218
+ return null;
219
+ }
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Action.js","sourceRoot":"","sources":["../../src/tntd-action/Action.js"],"names":[],"mappings":"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","sourcesContent":["import React, { useState, useEffect, useRef } from 'react'\nimport ReactDOM from 'react-dom'\nimport { ConfigConsumer } from 'antd/lib/config-provider'\nimport LocaleReceiver from 'antd/lib/locale-provider/LocaleReceiver'\nimport classNames from 'classnames'\nimport { Button } from '../button'\n\nconst defaultGetContainer = () => document.getElementById('subapp-viewport') || document.body\n\nexport default function WarpAction({ getContainer = defaultGetContainer, ...other }) {\n return (\n <ConfigConsumer>\n {({ getPrefixCls, getPopupContainer: getContextPopupContainer }) => {\n const _getContainer = getContainer === undefined ? getContextPopupContainer : getContainer\n\n return (\n <LocaleReceiver componentName=\"TntdAction\">\n {(locale) => {\n return <Action getPopupContainer={_getContainer} {...other} locale={locale} />\n }}\n </LocaleReceiver>\n )\n }}\n </ConfigConsumer>\n )\n}\n\nfunction Action({\n title,\n hidden,\n data,\n afterClose,\n locale,\n className,\n width = 700,\n getPopupContainer,\n}) {\n const [visible, setVisible] = useState(false)\n const [offset, setOffset] = useState({ left: 400, bottom: 100, width })\n const ref = useRef()\n const refDom = useRef()\n\n useEffect(() => {\n ref.current = getPopupContainer()\n }, [getPopupContainer])\n\n useEffect(() => {\n const visible = data.length > 0\n if (visible && ref.current) {\n const offset = ref.current.getBoundingClientRect()\n setOffset({ left: offset.left + (offset.width - width) / 2, bottom: 100, width })\n }\n setVisible(visible)\n }, [data, width])\n\n const onMouseDown = (e) => {\n const startX = e.clientX - offset.left\n const startY = e.clientY + offset.bottom\n const onmousemove = (e) => {\n if (e.buttons === 1) {\n refDom.current.style.left = e.clientX - startX + 'px'\n refDom.current.style.bottom = startY - e.clientY + 'px'\n } else {\n onmouseup(e);\n }\n }\n const onmouseup = (e) => {\n setOffset((offset) => ({ ...offset, left: e.clientX - startX, bottom: startY - e.clientY }))\n document.removeEventListener('mousemove', onmousemove)\n document.removeEventListener('mouseup', onmouseup)\n }\n document.addEventListener('mousemove', onmousemove)\n document.addEventListener('mouseup', onmouseup)\n }\n\n if (ref.current && visible && !hidden) {\n return ReactDOM.createPortal(\n <div\n className={classNames('tnt-action', className)}\n style={offset}\n onMouseDown={onMouseDown}\n ref={refDom}\n >\n <div\n className=\"fr\"\n onClick={(e) => {\n e.stopPropagation()\n }}\n >\n {data}\n </div>\n <Button\n shape=\"circle\"\n icon=\"close\"\n type=\"tertiary\"\n onClick={(e) => {\n e.stopPropagation()\n setVisible(false)\n afterClose && afterClose()\n }}\n />\n <span className=\"tnt-action-text\">{title}</span>\n </div>,\n document.body\n )\n }\n return null\n}\n"]}
@@ -0,0 +1,61 @@
1
+ .tnt-action {
2
+ position: fixed;
3
+ // bottom: 100px;
4
+ // width: @tnt-action-width;
5
+ // left: calc(50vw - @tnt-action-width / 2);
6
+ padding: 10px 16px;
7
+ background-color: @text-color;
8
+ border-radius: @border-radius-base;
9
+ z-index: 200;
10
+ cursor: grab;
11
+ box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.25), 0px 1px 1px 0px #263354 inset;
12
+ &-text {
13
+ color: @white;
14
+ margin-left: 20px;
15
+ font-size: 14px;
16
+ user-select: none;
17
+ .num {
18
+ display: inline-block;
19
+ width: 16px;
20
+ height: 16px;
21
+ background: #454f64;
22
+ border-radius: 8px;
23
+ font-size: 10px;
24
+ margin-right: 4px;
25
+ vertical-align: text-bottom;
26
+ text-align: center;
27
+ }
28
+ }
29
+ > .tnt-btn-tertiary {
30
+ opacity: 0.5;
31
+ background: #454f64;
32
+ color: @white;
33
+ border-width: 0;
34
+ width: @tnt-action-close-width;
35
+ height: @tnt-action-close-width;
36
+ min-width: @tnt-action-close-width;
37
+ line-height: @tnt-action-close-width;
38
+ margin-top: 4px;
39
+ font-size: 14px;
40
+ &:hover {
41
+ opacity: 0.8;
42
+ }
43
+ }
44
+ .fr {
45
+ float: right;
46
+ .ant-btn {
47
+ margin-left: 10px;
48
+ .tntd-anticon {
49
+ margin-right: 4px;
50
+ }
51
+ }
52
+ .ant-btn:not(.ant-btn-danger) {
53
+ background: rgba(69, 79, 100, 0.5);
54
+ color: @white;
55
+ border-width: 0;
56
+ &:hover {
57
+ background: rgba(69, 79, 100, 0.8);
58
+ }
59
+ }
60
+ }
61
+ }
@@ -0,0 +1,7 @@
1
+ .tntd-select-empty-container {
2
+ padding: 5px 12px;
3
+
4
+ & > .ant-empty > .ant-empty-image > svg {
5
+ width: 100%;
6
+ }
7
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tntd",
3
- "version": "2.8.45",
3
+ "version": "2.8.46",
4
4
  "license": "MIT",
5
5
  "scripts": {
6
6
  "start": "heft start --storybook",
@@ -112,4 +112,4 @@
112
112
  "main": "lib/index.js",
113
113
  "module": "es/index.js",
114
114
  "typings": "lib/index.d.ts"
115
- }
115
+ }