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,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/es/config-provider");
19
+ var _LocaleReceiver = _interopRequireDefault(require("antd/es/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/es/config-provider'\nimport LocaleReceiver from 'antd/es/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
+ }
@@ -0,0 +1,12 @@
1
+ import React from 'react';
2
+ import type { AlertProps as AntdAlertProps } from 'antd/lib/alert';
3
+ import { default as AntdAlert } from 'antd/lib/alert';
4
+ export * from 'antd/lib/alert';
5
+ export interface AlertProps extends AntdAlertProps {
6
+ action: React.ReactNode;
7
+ }
8
+ interface AlertComponent extends React.ForwardRefExoticComponent<AntdAlertProps & React.RefAttributes<AntdAlert>> {
9
+ }
10
+ export declare const Alert: AlertComponent;
11
+ export default Alert;
12
+ //# sourceMappingURL=alert.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"alert.d.ts","sourceRoot":"","sources":["../../src/alert/alert.tsx"],"names":[],"mappings":"AAQA,OAAO,KAAqB,MAAM,OAAO,CAAA;AACzC,OAAO,KAAK,EAAE,UAAU,IAAI,cAAc,EAAE,MAAM,eAAe,CAAA;AAIjE,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,eAAe,CAAA;AAEpD,cAAc,eAAe,CAAA;AAE7B,MAAM,WAAW,UAAW,SAAQ,cAAc;IAChD,MAAM,EAAE,KAAK,CAAC,SAAS,CAAA;CACxB;AAED,UAAU,cACR,SAAQ,KAAK,CAAC,yBAAyB,CAAC,cAAc,GAAG,KAAK,CAAC,aAAa,CAAC,SAAS,CAAC,CAAC;CAAG;AAI7F,eAAO,MAAM,KAAK,gBAmDC,CAAA;AAEnB,eAAe,KAAK,CAAA"}
@@ -0,0 +1,153 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ var _exportNames = {
7
+ Alert: true
8
+ };
9
+ exports["default"] = exports.Alert = void 0;
10
+ var _react = _interopRequireWildcard(require("react"));
11
+ var _icon = _interopRequireDefault(require("antd/lib/icon"));
12
+ var _configProvider = require("antd/lib/config-provider");
13
+ var _alert = _interopRequireWildcard(require("antd/lib/alert"));
14
+ Object.keys(_alert).forEach(function (key) {
15
+ if (key === "default" || key === "__esModule") return;
16
+ if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
17
+ if (key in exports && exports[key] === _alert[key]) return;
18
+ Object.defineProperty(exports, key, {
19
+ enumerable: true,
20
+ get: function get() {
21
+ return _alert[key];
22
+ }
23
+ });
24
+ });
25
+ var _classnames = _interopRequireDefault(require("classnames"));
26
+ function _interopRequireDefault(obj) {
27
+ return obj && obj.__esModule ? obj : {
28
+ "default": obj
29
+ };
30
+ }
31
+ function _getRequireWildcardCache(e) {
32
+ if ("function" != typeof WeakMap) return null;
33
+ var r = new WeakMap(),
34
+ t = new WeakMap();
35
+ return (_getRequireWildcardCache = function _getRequireWildcardCache(e) {
36
+ return e ? t : r;
37
+ })(e);
38
+ }
39
+ function _interopRequireWildcard(e, r) {
40
+ if (!r && e && e.__esModule) return e;
41
+ if (null === e || "object" != _typeof(e) && "function" != typeof e) return {
42
+ "default": e
43
+ };
44
+ var t = _getRequireWildcardCache(r);
45
+ if (t && t.has(e)) return t.get(e);
46
+ var n = {
47
+ __proto__: null
48
+ },
49
+ a = Object.defineProperty && Object.getOwnPropertyDescriptor;
50
+ for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) {
51
+ var i = a ? Object.getOwnPropertyDescriptor(e, u) : null;
52
+ i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u];
53
+ }
54
+ return n["default"] = e, t && t.set(e, n), n;
55
+ }
56
+ function _typeof(o) {
57
+ "@babel/helpers - typeof";
58
+
59
+ return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
60
+ return typeof o;
61
+ } : function (o) {
62
+ return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
63
+ }, _typeof(o);
64
+ }
65
+ function _defineProperty(obj, key, value) {
66
+ key = _toPropertyKey(key);
67
+ if (key in obj) {
68
+ Object.defineProperty(obj, key, {
69
+ value: value,
70
+ enumerable: true,
71
+ configurable: true,
72
+ writable: true
73
+ });
74
+ } else {
75
+ obj[key] = value;
76
+ }
77
+ return obj;
78
+ }
79
+ function _toPropertyKey(t) {
80
+ var i = _toPrimitive(t, "string");
81
+ return "symbol" == _typeof(i) ? i : i + "";
82
+ }
83
+ function _toPrimitive(t, r) {
84
+ if ("object" != _typeof(t) || !t) return t;
85
+ var e = t[Symbol.toPrimitive];
86
+ if (void 0 !== e) {
87
+ var i = e.call(t, r || "default");
88
+ if ("object" != _typeof(i)) return i;
89
+ throw new TypeError("@@toPrimitive must return a primitive value.");
90
+ }
91
+ return ("string" === r ? String : Number)(t);
92
+ }
93
+ var __rest = void 0 && (void 0).__rest || function (s, e) {
94
+ var t = {};
95
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
96
+ if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
97
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
98
+ }
99
+ return t;
100
+ };
101
+ /*
102
+ * @Author: 周泽飞 zefei.zhou@tongdun.net
103
+ * @Date: 2024-03-21 19:43:36
104
+ * @LastEditors: 周泽飞 zefei.zhou@tongdun.net
105
+ * @LastEditTime: 2024-03-21 19:46:23
106
+ * @FilePath: /tntd/packages/tntd/src/alert/alert.tsx
107
+ * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
108
+ */
109
+
110
+ var prefix = 'tnt-alert';
111
+ var Alert = exports.Alert = (0, _react.forwardRef)(function (_a, ref) {
112
+ var action = _a.action,
113
+ message = _a.message,
114
+ icon = _a.icon,
115
+ rest = __rest(_a, ["action", "message", "icon"]);
116
+ var fragment = _react["default"].createElement(_react["default"].Fragment, null, message, !!action && _react["default"].createElement("span", {
117
+ className: "action-btn"
118
+ }, action));
119
+ var iconTheme = 'filled';
120
+ var iconType = 'default';
121
+ switch (rest === null || rest === void 0 ? void 0 : rest.type) {
122
+ case 'success':
123
+ iconType = 'check-circle';
124
+ break;
125
+ case 'info':
126
+ iconType = 'info-circle';
127
+ break;
128
+ case 'error':
129
+ iconType = 'close-circle';
130
+ break;
131
+ case 'warning':
132
+ iconType = 'exclamation-circle';
133
+ break;
134
+ default:
135
+ iconType = 'default';
136
+ }
137
+ var iconNode = icon || (rest.type ? _react["default"].createElement(_icon["default"], {
138
+ className: "".concat(prefix, "-icon"),
139
+ type: iconType,
140
+ theme: iconTheme
141
+ }) : null);
142
+ return _react["default"].createElement(_configProvider.ConfigConsumer, null, function (_ref) {
143
+ var getPrefixCls = _ref.getPrefixCls;
144
+ return _react["default"].createElement(_alert["default"], Object.assign({
145
+ ref: ref
146
+ }, rest, {
147
+ message: fragment,
148
+ icon: iconNode,
149
+ className: (0, _classnames["default"])(rest === null || rest === void 0 ? void 0 : rest.className, 'tnt-alert', _defineProperty({}, "".concat(prefix, "-with-action"), action))
150
+ }));
151
+ });
152
+ });
153
+ var _default = exports["default"] = Alert;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"alert.js","sourceRoot":"","sources":["../../src/alert/alert.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;;;;;;;GAOG;AACH,+CAAyC;AAGzC,wDAA+B;AAC/B,6DAAwD;AACxD,0DAAoD;AACpD,4DAAkC;AAClC,gDAA6B;AAS7B,MAAM,MAAM,GAAG,WAAW,CAAA;AAEb,QAAA,KAAK,GAAG,IAAA,kBAAU,EAC7B,CAAC,EAAkC,EAAE,GAAG,EAAE,EAAE;QAA3C,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,OAAW,EAAN,IAAI,cAAhC,6BAAkC,CAAF;IAC/B,MAAM,QAAQ,GAAG,CACf;QACG,OAAO;QACP,CAAC,CAAC,MAAM,IAAI,wCAAM,SAAS,EAAC,YAAY,IAAE,MAAM,CAAQ,CACxD,CACJ,CAAA;IAED,MAAM,SAAS,GAAc,QAAQ,CAAA;IACrC,IAAI,QAAQ,GAAG,SAAS,CAAA;IAExB,QAAQ,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,IAAI,EAAE;QAClB,KAAK,SAAS;YACZ,QAAQ,GAAG,cAAc,CAAA;YACzB,MAAK;QACP,KAAK,MAAM;YACT,QAAQ,GAAG,aAAa,CAAA;YACxB,MAAK;QACP,KAAK,OAAO;YACV,QAAQ,GAAG,cAAc,CAAA;YACzB,MAAK;QACP,KAAK,SAAS;YACZ,QAAQ,GAAG,oBAAoB,CAAA;YAC/B,MAAK;QACP;YACE,QAAQ,GAAG,SAAS,CAAA;KACvB;IAED,MAAM,QAAQ,GACZ,IAAI;QACJ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,8BAAC,cAAI,IAAC,SAAS,EAAE,GAAG,MAAM,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,KAAK,EAAE,SAAS,GAAI,CAAC,CAAC,CAAC,IAAI,CAAC,CAAA;IAE9F,OAAO,CACL,8BAAC,gCAAc,QACZ,CAAC,EAAE,YAAY,EAAE,EAAE,EAAE;QACpB,OAAO,CACL,8BAAC,eAAS,kBACR,GAAG,EAAE,GAAG,IACJ,IAAI,IACR,OAAO,EAAE,QAAQ,EACjB,IAAI,EAAE,QAAQ,EACd,SAAS,EAAE,IAAA,oBAAS,EAAC,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,SAAS,EAAE,WAAW,EAAE;gBACjD,CAAC,GAAG,MAAM,cAAc,CAAC,EAAE,MAAM;aAClC,CAAC,IACF,CACH,CAAA;IACH,CAAC,CACc,CAClB,CAAA;AACH,CAAC,CACgB,CAAA;AAEnB,kBAAe,aAAK,CAAA","sourcesContent":["/*\n * @Author: 周泽飞 zefei.zhou@tongdun.net\n * @Date: 2024-03-21 19:43:36\n * @LastEditors: 周泽飞 zefei.zhou@tongdun.net\n * @LastEditTime: 2024-03-21 19:46:23\n * @FilePath: /tntd/packages/tntd/src/alert/alert.tsx\n * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE\n */\nimport React, { forwardRef } from 'react'\nimport type { AlertProps as AntdAlertProps } from 'antd/lib/alert'\nimport type { ThemeType } from 'antd/lib/icon'\nimport Icon from 'antd/lib/icon'\nimport { ConfigConsumer } from 'antd/lib/config-provider'\nimport { default as AntdAlert } from 'antd/lib/alert'\nimport classname from 'classnames'\nexport * from 'antd/lib/alert'\n\nexport interface AlertProps extends AntdAlertProps {\n action: React.ReactNode\n}\n\ninterface AlertComponent\n extends React.ForwardRefExoticComponent<AntdAlertProps & React.RefAttributes<AntdAlert>> {}\n\nconst prefix = 'tnt-alert'\n\nexport const Alert = forwardRef<AntdAlert, AlertProps>(\n ({ action, message, icon, ...rest }, ref) => {\n const fragment = (\n <>\n {message}\n {!!action && <span className=\"action-btn\">{action}</span>}\n </>\n )\n\n const iconTheme: ThemeType = 'filled'\n let iconType = 'default'\n\n switch (rest?.type) {\n case 'success':\n iconType = 'check-circle'\n break\n case 'info':\n iconType = 'info-circle'\n break\n case 'error':\n iconType = 'close-circle'\n break\n case 'warning':\n iconType = 'exclamation-circle'\n break\n default:\n iconType = 'default'\n }\n\n const iconNode =\n icon ||\n (rest.type ? <Icon className={`${prefix}-icon`} type={iconType} theme={iconTheme} /> : null)\n\n return (\n <ConfigConsumer>\n {({ getPrefixCls }) => {\n return (\n <AntdAlert\n ref={ref}\n {...rest}\n message={fragment}\n icon={iconNode}\n className={classname(rest?.className, 'tnt-alert', {\n [`${prefix}-with-action`]: action,\n })}\n />\n )\n }}\n </ConfigConsumer>\n )\n }\n) as AlertComponent\n\nexport default Alert\n"]}
@@ -0,0 +1,128 @@
1
+ @alert-prefix-cls: ~'@{ant-prefix}-alert';
2
+ @alert-description-color: @text-color-secondary;
3
+ @tnt-alert-prefix-cls: ~'tnt-alert';
4
+
5
+
6
+ .@{tnt-alert-prefix-cls} {
7
+
8
+ &.@{alert-prefix-cls}.@{alert-prefix-cls}-no-icon.@{alert-prefix-cls}-closable {
9
+ padding-right: 30px;
10
+ }
11
+
12
+ &.@{tnt-alert-prefix-cls}-with-action {
13
+ .@{alert-prefix-cls}-message {
14
+ display: flex;
15
+ justify-content: space-between;
16
+ > .action-btn {
17
+ flex: none;
18
+ margin-left: 36px;
19
+ margin-right: 12px;
20
+ font-size: @font-size-base;
21
+ }
22
+ }
23
+ }
24
+
25
+ &.@{alert-prefix-cls} {
26
+ border-radius: @border-radius-lg;
27
+ padding: 8px 15px 8px 44px;
28
+ & .anticon {
29
+ left: 20px;
30
+ top: 11px; // 与文字对齐
31
+ }
32
+
33
+ }
34
+
35
+ .@{alert-prefix-cls}-message {
36
+ font-weight: 500;
37
+ color: @alert-description-color;
38
+ }
39
+
40
+ & .@{alert-prefix-cls}-close-icon {
41
+ font-size: @font-size-lg;
42
+ }
43
+
44
+ &.@{alert-prefix-cls}-with-description {
45
+ padding: 16px 20px 16px 48px;
46
+ }
47
+
48
+ &.@{alert-prefix-cls}.@{alert-prefix-cls}-no-icon {
49
+ padding: 8px 20px;
50
+ }
51
+
52
+ &.@{alert-prefix-cls}-with-description.@{alert-prefix-cls}-no-icon {
53
+ padding: 16px 20px;
54
+ }
55
+
56
+ &.@{alert-prefix-cls}-with-description i.@{alert-prefix-cls}-icon {
57
+ top: 18px;
58
+ font-size: @font-size-xl;
59
+ }
60
+ }
61
+
62
+
63
+ .@{alert-prefix-cls}-success {
64
+ .action-btn {
65
+ background-color: @alert-success-bg-color;
66
+ color: @green-6;
67
+ a {
68
+ color: @green-6;
69
+ }
70
+ }
71
+ .@{alert-prefix-cls}-close-icon {
72
+ .@{iconfont-css-prefix}-close {
73
+ color: @alert-success-icon-color;
74
+ }
75
+ }
76
+ }
77
+
78
+ .@{alert-prefix-cls}-info {
79
+ .action-btn {
80
+ background-color: @alert-info-bg-color;
81
+ color: @alert-info-icon-color;
82
+ a {
83
+ color: @alert-info-icon-color;
84
+ }
85
+ }
86
+ .@{alert-prefix-cls}-close-icon {
87
+ .@{iconfont-css-prefix}-close {
88
+ color: @alert-info-icon-color;
89
+ }
90
+ }
91
+ }
92
+
93
+ .@{alert-prefix-cls}-warning {
94
+ .action-btn {
95
+ background-color: @alert-warning-bg-color;
96
+ color: @gold-7;
97
+ a {
98
+ color: @gold-7;
99
+ }
100
+ }
101
+ .@{alert-prefix-cls}-close-icon {
102
+ .@{iconfont-css-prefix}-close {
103
+ color: @alert-warning-icon-color;
104
+ }
105
+ }
106
+ }
107
+
108
+ .@{alert-prefix-cls}-error {
109
+ .action-btn {
110
+ background-color: @alert-error-bg-color;
111
+ color: @red-6;
112
+ a {
113
+ color: @red-6;
114
+ }
115
+ }
116
+ .@{alert-prefix-cls}-close-icon {
117
+ .@{iconfont-css-prefix}-close {
118
+ color: @alert-error-icon-color;
119
+ }
120
+ }
121
+ }
122
+
123
+ .@{alert-prefix-cls} {
124
+ >
125
+ .@{alert-prefix-cls}-icon {
126
+ font-size: @font-size-lg;
127
+ }
128
+ }
@@ -0,0 +1,10 @@
1
+ import type { CascaderProps as AntdCascaderProps } from 'antd/lib/cascader';
2
+ import AntdCascader from 'antd/lib/cascader';
3
+ import React from 'react';
4
+ export * from 'antd/lib/cascader';
5
+ export declare type CascaderProps = AntdCascaderProps & {
6
+ readonly?: boolean;
7
+ };
8
+ declare const _default: React.ForwardRefExoticComponent<Pick<AntdCascaderProps & React.RefAttributes<AntdCascader>, "key" | keyof AntdCascaderProps> & React.RefAttributes<unknown>>;
9
+ export default _default;
10
+ //# sourceMappingURL=cascader.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cascader.d.ts","sourceRoot":"","sources":["../../src/cascader/cascader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,IAAI,iBAAiB,EAAE,MAAM,kBAAkB,CAAA;AAC1E,OAAO,YAAY,MAAM,kBAAkB,CAAA;AAG3C,OAAO,KAAqB,MAAM,OAAO,CAAA;AAIzC,cAAc,kBAAkB,CAAA;AAEhC,oBAAY,aAAa,GAAG,iBAAiB,GAAG;IAC9C,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB,CAAA;;AAuBD,wBAAuE"}