@ccs-ui/rc-pro 1.1.25-beta-11 → 1.1.25-beta-13
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.
- package/es/aj-captcha/index.js +6 -6
- package/es/auth/auth-button.js +6 -6
- package/es/auth/auth-dropdown.d.ts +4 -18
- package/es/auth/auth-dropdown.js +5 -5
- package/es/auth/index.js +7 -7
- package/es/cascader/index.d.ts +2 -2
- package/es/cascader/index.js +6 -6
- package/es/ccs.d.ts +1 -1
- package/es/color-picker/index.js +6 -6
- package/es/date-picker/index.js +5 -5
- package/es/dialog/HookDrawer.js +6 -6
- package/es/dialog/HookModal.js +7 -7
- package/es/dialog/button.js +7 -7
- package/es/dialog/drawer-footer.js +6 -6
- package/es/dialog/form.js +6 -6
- package/es/dialog/hook.js +7 -7
- package/es/dialog/usePatchElement.js +1 -1
- package/es/full-screen/index.js +1 -1
- package/es/hooks/use-event.js +3 -3
- package/es/hooks/use-size-change +0 -0
- package/es/index.d.ts +1 -0
- package/es/index.js +1 -0
- package/es/interval-button/index.js +7 -7
- package/es/layout-keep-alive/index.js +10 -13
- package/es/layout-single-page/index.js +2 -2
- package/es/pro-grid/index.js +5 -5
- package/es/pro-table/form-item.js +12 -5
- package/es/pro-table/head.js +13 -13
- package/es/pro-table/index.js +5 -5
- package/es/pro-table/operation.js +24 -24
- package/es/pro-table/search.js +30 -47
- package/es/pro-table/size.d.ts +10 -0
- package/es/pro-table/size.js +17 -0
- package/es/pro-table/table.js +15 -15
- package/es/pro-table/tree.js +7 -7
- package/es/pro-tabs/index.js +3 -3
- package/es/resize-observer.d.ts +15 -0
- package/es/resize-observer.js +37 -0
- package/es/result/index.js +5 -5
- package/es/select/index.js +6 -6
- package/es/table/index.js +9 -10
- package/es/theme-dialog.js +6 -4
- package/es/theme.js +6 -6
- package/es/time-picker/index.js +5 -5
- package/es/trigger/index.js +10 -10
- package/es/upload/index.js +8 -8
- package/es/upload/upload-image.js +10 -10
- package/es/utils/index.js +6 -4
- package/es/virtual-list/index.js +6 -6
- package/es/water-mark/index.js +6 -6
- package/package.json +2 -3
package/es/water-mark/index.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
function _typeof(
|
|
2
|
-
function ownKeys(
|
|
3
|
-
function _objectSpread(
|
|
1
|
+
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); }
|
|
2
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
3
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
4
4
|
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
5
|
-
function _toPropertyKey(
|
|
6
|
-
function _toPrimitive(
|
|
5
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
6
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
7
7
|
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
8
8
|
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
9
9
|
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
10
10
|
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
|
11
|
-
function _iterableToArrayLimit(
|
|
11
|
+
function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
|
|
12
12
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
13
13
|
import { ConfigProvider } from 'antd';
|
|
14
14
|
import classNames from 'classnames';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ccs-ui/rc-pro",
|
|
3
|
-
"version": "1.1.25-beta-
|
|
3
|
+
"version": "1.1.25-beta-13",
|
|
4
4
|
"description": "验证码组件兼容暗黑模式;proTable封装rowselection代码;proTable添加自适应布局模式;",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": {
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"@ant-design/compatible": "^5.1.2",
|
|
55
55
|
"@ant-design/icons": "^5.1.4",
|
|
56
56
|
"ahooks": "^3.7.7",
|
|
57
|
-
"antd": "^5.
|
|
57
|
+
"antd": "^5.19.2",
|
|
58
58
|
"antd-img-crop": "^4.12.2",
|
|
59
59
|
"classnames": "^2.3.2",
|
|
60
60
|
"dayjs": "^1.11.7",
|
|
@@ -62,7 +62,6 @@
|
|
|
62
62
|
"js-base64": "^3.7.5",
|
|
63
63
|
"localforage": "^1.10.0",
|
|
64
64
|
"lodash": "^4.17.21",
|
|
65
|
-
"rc-resize-observer": "^1.3.1",
|
|
66
65
|
"rc-trigger": "^5.3.4",
|
|
67
66
|
"rc-util": "^5.32.4",
|
|
68
67
|
"react-color": "^2.19.3",
|