@hw-component/form 0.0.5-beta-v4 → 0.0.5-beta-v5
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/CheckboxGroup/hooks.js +7 -0
- package/es/CheckboxGroup/index.js +9 -0
- package/es/DialogForm/DrawerForm/index.js +7 -0
- package/es/DialogForm/ModalForm.js +7 -0
- package/es/DialogForm/hooks.js +7 -0
- package/es/Form/Context/FormConfigProvider.js +7 -0
- package/es/Form/FormItem/BasicItem.js +7 -0
- package/es/Form/FormItem/RegularFormItem.js +7 -0
- package/es/Form/FormItem/UpFormItem.js +7 -0
- package/es/Form/FormItem/index.js +7 -0
- package/es/Form/HFormConnect.js +8 -0
- package/es/Form/hooks/index.js +7 -0
- package/es/Form/hooks/useDefaultRender.js +7 -0
- package/es/Form/hooks/useHForm.js +12 -0
- package/es/Form/hooks/useInitConfigData.js +9 -0
- package/es/Form/index.js +8 -0
- package/es/Input/ButtonInput.js +7 -0
- package/es/Input/ColorInput/index.js +23 -0
- package/es/Input/InputNumber.js +7 -0
- package/es/Input/SelectInput.js +9 -0
- package/es/Input/index.js +8 -0
- package/es/RadioGroup/index.js +8 -0
- package/es/Select/components/AllSelect.js +1 -0
- package/es/Select/defaultConfig.js +1 -0
- package/es/Select/hooks/changeHooks.js +9 -0
- package/es/Select/hooks/norHooks.js +4 -0
- package/es/Select/index.js +8 -0
- package/es/Select/utils.js +8 -0
- package/es/Submit/index.js +7 -0
- package/es/Switch/index.js +7 -0
- package/es/TDPicker/RangePicker.js +10 -0
- package/es/TDPicker/TimePicker.js +7 -0
- package/es/TDPicker/hooks.js +2 -0
- package/es/TDPicker/index.js +7 -0
- package/es/TextArea/index.js +7 -0
- package/es/Upload/UrlUpload/index.js +13 -0
- package/es/Upload/hooks/change.js +7 -0
- package/es/Upload/hooks/customRequest.js +8 -0
- package/es/Upload/hooks/propsMaker.js +7 -0
- package/es/Upload/index.js +10 -0
- package/es/Upload/util.js +4 -0
- package/es/hooks/index.js +14 -0
- package/lib/CheckboxGroup/hooks.js +7 -0
- package/lib/CheckboxGroup/index.js +9 -0
- package/lib/DialogForm/DrawerForm/index.js +7 -0
- package/lib/DialogForm/ModalForm.js +7 -0
- package/lib/DialogForm/hooks.js +7 -0
- package/lib/Form/Context/FormConfigProvider.js +7 -0
- package/lib/Form/FormItem/BasicItem.js +7 -0
- package/lib/Form/FormItem/RegularFormItem.js +7 -0
- package/lib/Form/FormItem/UpFormItem.js +7 -0
- package/lib/Form/FormItem/index.js +7 -0
- package/lib/Form/HFormConnect.js +8 -0
- package/lib/Form/hooks/index.js +7 -0
- package/lib/Form/hooks/useDefaultRender.js +7 -0
- package/lib/Form/hooks/useHForm.js +12 -0
- package/lib/Form/hooks/useInitConfigData.js +9 -0
- package/lib/Form/index.js +8 -0
- package/lib/Input/ButtonInput.js +7 -0
- package/lib/Input/ColorInput/index.js +23 -0
- package/lib/Input/InputNumber.js +7 -0
- package/lib/Input/SelectInput.js +9 -0
- package/lib/Input/index.js +8 -0
- package/lib/RadioGroup/index.js +8 -0
- package/lib/Select/components/AllSelect.js +1 -0
- package/lib/Select/defaultConfig.js +1 -0
- package/lib/Select/hooks/changeHooks.js +9 -0
- package/lib/Select/hooks/norHooks.js +4 -0
- package/lib/Select/index.js +8 -0
- package/lib/Select/utils.js +8 -0
- package/lib/Submit/index.js +7 -0
- package/lib/Switch/index.js +7 -0
- package/lib/TDPicker/RangePicker.js +10 -0
- package/lib/TDPicker/TimePicker.js +7 -0
- package/lib/TDPicker/hooks.js +2 -0
- package/lib/TDPicker/index.js +7 -0
- package/lib/TextArea/index.js +7 -0
- package/lib/Upload/UrlUpload/index.js +13 -0
- package/lib/Upload/hooks/change.js +7 -0
- package/lib/Upload/hooks/customRequest.js +8 -0
- package/lib/Upload/hooks/propsMaker.js +7 -0
- package/lib/Upload/index.js +10 -0
- package/lib/Upload/util.js +4 -0
- package/lib/hooks/index.js +14 -0
- package/package.json +1 -1
- package/scripts/rollup.config.js +1 -1
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
// welcome to hoo hoo hoo
|
|
2
|
+
import 'core-js/modules/es.symbol.js';
|
|
3
|
+
import 'core-js/modules/es.object.get-own-property-descriptor.js';
|
|
4
|
+
import 'core-js/modules/es.object.get-own-property-descriptors.js';
|
|
2
5
|
import _slicedToArray from '@babel/runtime/helpers/slicedToArray';
|
|
3
6
|
import _defineProperty from '@babel/runtime/helpers/defineProperty';
|
|
7
|
+
import 'core-js/modules/es.object.to-string.js';
|
|
8
|
+
import 'core-js/modules/web.dom-collections.for-each.js';
|
|
9
|
+
import 'core-js/modules/es.object.keys.js';
|
|
10
|
+
import 'core-js/modules/es.array.filter.js';
|
|
4
11
|
import { useState, useMemo, useEffect } from 'react';
|
|
5
12
|
|
|
6
13
|
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
// welcome to hoo hoo hoo
|
|
2
2
|
import _defineProperty from '@babel/runtime/helpers/defineProperty';
|
|
3
|
+
import 'core-js/modules/es.function.name.js';
|
|
4
|
+
import 'core-js/modules/es.array.map.js';
|
|
5
|
+
import 'core-js/modules/es.object.to-string.js';
|
|
6
|
+
import 'core-js/modules/web.dom-collections.for-each.js';
|
|
7
|
+
import 'core-js/modules/es.object.keys.js';
|
|
8
|
+
import 'core-js/modules/es.symbol.js';
|
|
9
|
+
import 'core-js/modules/es.array.filter.js';
|
|
10
|
+
import 'core-js/modules/es.object.get-own-property-descriptor.js';
|
|
11
|
+
import 'core-js/modules/es.object.get-own-property-descriptors.js';
|
|
3
12
|
import { jsx } from 'react/jsx-runtime';
|
|
4
13
|
import { Space } from 'antd';
|
|
5
14
|
import { useValueProvider } from './hooks.js';
|
|
@@ -1,4 +1,11 @@
|
|
|
1
1
|
// welcome to hoo hoo hoo
|
|
2
|
+
import 'core-js/modules/es.object.keys.js';
|
|
3
|
+
import 'core-js/modules/es.symbol.js';
|
|
4
|
+
import 'core-js/modules/es.array.filter.js';
|
|
5
|
+
import 'core-js/modules/es.object.to-string.js';
|
|
6
|
+
import 'core-js/modules/es.object.get-own-property-descriptor.js';
|
|
7
|
+
import 'core-js/modules/web.dom-collections.for-each.js';
|
|
8
|
+
import 'core-js/modules/es.object.get-own-property-descriptors.js';
|
|
2
9
|
import _asyncToGenerator from '@babel/runtime/helpers/asyncToGenerator';
|
|
3
10
|
import _defineProperty from '@babel/runtime/helpers/defineProperty';
|
|
4
11
|
import _objectWithoutProperties from '@babel/runtime/helpers/objectWithoutProperties';
|
|
@@ -1,4 +1,11 @@
|
|
|
1
1
|
// welcome to hoo hoo hoo
|
|
2
|
+
import 'core-js/modules/es.object.keys.js';
|
|
3
|
+
import 'core-js/modules/es.symbol.js';
|
|
4
|
+
import 'core-js/modules/es.array.filter.js';
|
|
5
|
+
import 'core-js/modules/es.object.to-string.js';
|
|
6
|
+
import 'core-js/modules/es.object.get-own-property-descriptor.js';
|
|
7
|
+
import 'core-js/modules/web.dom-collections.for-each.js';
|
|
8
|
+
import 'core-js/modules/es.object.get-own-property-descriptors.js';
|
|
2
9
|
import _asyncToGenerator from '@babel/runtime/helpers/asyncToGenerator';
|
|
3
10
|
import _defineProperty from '@babel/runtime/helpers/defineProperty';
|
|
4
11
|
import _objectWithoutProperties from '@babel/runtime/helpers/objectWithoutProperties';
|
package/es/DialogForm/hooks.js
CHANGED
|
@@ -1,4 +1,11 @@
|
|
|
1
1
|
// welcome to hoo hoo hoo
|
|
2
|
+
import 'core-js/modules/es.object.keys.js';
|
|
3
|
+
import 'core-js/modules/es.symbol.js';
|
|
4
|
+
import 'core-js/modules/es.array.filter.js';
|
|
5
|
+
import 'core-js/modules/es.object.to-string.js';
|
|
6
|
+
import 'core-js/modules/es.object.get-own-property-descriptor.js';
|
|
7
|
+
import 'core-js/modules/web.dom-collections.for-each.js';
|
|
8
|
+
import 'core-js/modules/es.object.get-own-property-descriptors.js';
|
|
2
9
|
import _asyncToGenerator from '@babel/runtime/helpers/asyncToGenerator';
|
|
3
10
|
import _defineProperty from '@babel/runtime/helpers/defineProperty';
|
|
4
11
|
import _slicedToArray from '@babel/runtime/helpers/slicedToArray';
|
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
// welcome to hoo hoo hoo
|
|
2
|
+
import 'core-js/modules/es.symbol.js';
|
|
3
|
+
import 'core-js/modules/es.array.filter.js';
|
|
4
|
+
import 'core-js/modules/es.object.get-own-property-descriptor.js';
|
|
5
|
+
import 'core-js/modules/es.object.get-own-property-descriptors.js';
|
|
2
6
|
import _objectWithoutProperties from '@babel/runtime/helpers/objectWithoutProperties';
|
|
3
7
|
import _defineProperty from '@babel/runtime/helpers/defineProperty';
|
|
8
|
+
import 'core-js/modules/es.object.keys.js';
|
|
9
|
+
import 'core-js/modules/es.object.to-string.js';
|
|
10
|
+
import 'core-js/modules/web.dom-collections.for-each.js';
|
|
4
11
|
import { jsx } from 'react/jsx-runtime';
|
|
5
12
|
import { FormConfigContext } from './index.js';
|
|
6
13
|
import { useContext } from 'react';
|
|
@@ -1,4 +1,11 @@
|
|
|
1
1
|
// welcome to hoo hoo hoo
|
|
2
|
+
import 'core-js/modules/es.object.keys.js';
|
|
3
|
+
import 'core-js/modules/es.symbol.js';
|
|
4
|
+
import 'core-js/modules/es.array.filter.js';
|
|
5
|
+
import 'core-js/modules/es.object.to-string.js';
|
|
6
|
+
import 'core-js/modules/es.object.get-own-property-descriptor.js';
|
|
7
|
+
import 'core-js/modules/web.dom-collections.for-each.js';
|
|
8
|
+
import 'core-js/modules/es.object.get-own-property-descriptors.js';
|
|
2
9
|
import _defineProperty from '@babel/runtime/helpers/defineProperty';
|
|
3
10
|
import _objectWithoutProperties from '@babel/runtime/helpers/objectWithoutProperties';
|
|
4
11
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
@@ -1,4 +1,11 @@
|
|
|
1
1
|
// welcome to hoo hoo hoo
|
|
2
|
+
import 'core-js/modules/es.object.keys.js';
|
|
3
|
+
import 'core-js/modules/es.symbol.js';
|
|
4
|
+
import 'core-js/modules/es.array.filter.js';
|
|
5
|
+
import 'core-js/modules/es.object.to-string.js';
|
|
6
|
+
import 'core-js/modules/es.object.get-own-property-descriptor.js';
|
|
7
|
+
import 'core-js/modules/web.dom-collections.for-each.js';
|
|
8
|
+
import 'core-js/modules/es.object.get-own-property-descriptors.js';
|
|
2
9
|
import _defineProperty from '@babel/runtime/helpers/defineProperty';
|
|
3
10
|
import { jsx } from 'react/jsx-runtime';
|
|
4
11
|
import Index from './BasicItem.js';
|
|
@@ -1,4 +1,11 @@
|
|
|
1
1
|
// welcome to hoo hoo hoo
|
|
2
|
+
import 'core-js/modules/es.object.keys.js';
|
|
3
|
+
import 'core-js/modules/es.symbol.js';
|
|
4
|
+
import 'core-js/modules/es.array.filter.js';
|
|
5
|
+
import 'core-js/modules/es.object.to-string.js';
|
|
6
|
+
import 'core-js/modules/es.object.get-own-property-descriptor.js';
|
|
7
|
+
import 'core-js/modules/web.dom-collections.for-each.js';
|
|
8
|
+
import 'core-js/modules/es.object.get-own-property-descriptors.js';
|
|
2
9
|
import _defineProperty from '@babel/runtime/helpers/defineProperty';
|
|
3
10
|
import _objectWithoutProperties from '@babel/runtime/helpers/objectWithoutProperties';
|
|
4
11
|
import { jsx } from 'react/jsx-runtime';
|
|
@@ -1,4 +1,11 @@
|
|
|
1
1
|
// welcome to hoo hoo hoo
|
|
2
|
+
import 'core-js/modules/es.object.keys.js';
|
|
3
|
+
import 'core-js/modules/es.symbol.js';
|
|
4
|
+
import 'core-js/modules/es.array.filter.js';
|
|
5
|
+
import 'core-js/modules/es.object.to-string.js';
|
|
6
|
+
import 'core-js/modules/es.object.get-own-property-descriptor.js';
|
|
7
|
+
import 'core-js/modules/web.dom-collections.for-each.js';
|
|
8
|
+
import 'core-js/modules/es.object.get-own-property-descriptors.js';
|
|
2
9
|
import _defineProperty from '@babel/runtime/helpers/defineProperty';
|
|
3
10
|
import { jsx } from 'react/jsx-runtime';
|
|
4
11
|
import { useFormItemDomControl } from './hooks.js';
|
package/es/Form/HFormConnect.js
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
// welcome to hoo hoo hoo
|
|
2
|
+
import 'core-js/modules/es.object.keys.js';
|
|
3
|
+
import 'core-js/modules/es.symbol.js';
|
|
4
|
+
import 'core-js/modules/es.array.filter.js';
|
|
5
|
+
import 'core-js/modules/es.object.to-string.js';
|
|
6
|
+
import 'core-js/modules/es.object.get-own-property-descriptor.js';
|
|
7
|
+
import 'core-js/modules/web.dom-collections.for-each.js';
|
|
8
|
+
import 'core-js/modules/es.object.get-own-property-descriptors.js';
|
|
2
9
|
import _defineProperty from '@babel/runtime/helpers/defineProperty';
|
|
10
|
+
import 'core-js/modules/es.function.name.js';
|
|
3
11
|
import { jsx } from 'react/jsx-runtime';
|
|
4
12
|
import { useFormContext } from './Context/index.js';
|
|
5
13
|
import React, { useEffect } from 'react';
|
package/es/Form/hooks/index.js
CHANGED
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
// welcome to hoo hoo hoo
|
|
2
|
+
import 'core-js/modules/es.symbol.js';
|
|
3
|
+
import 'core-js/modules/es.array.filter.js';
|
|
4
|
+
import 'core-js/modules/es.object.get-own-property-descriptor.js';
|
|
5
|
+
import 'core-js/modules/es.object.get-own-property-descriptors.js';
|
|
2
6
|
import _defineProperty from '@babel/runtime/helpers/defineProperty';
|
|
3
7
|
import _asyncToGenerator from '@babel/runtime/helpers/asyncToGenerator';
|
|
8
|
+
import 'core-js/modules/es.object.keys.js';
|
|
9
|
+
import 'core-js/modules/es.object.to-string.js';
|
|
10
|
+
import 'core-js/modules/web.dom-collections.for-each.js';
|
|
4
11
|
import _regeneratorRuntime from '@babel/runtime/regenerator';
|
|
5
12
|
import { useRequest } from 'ahooks';
|
|
6
13
|
import useHForm from './useHForm.js';
|
|
@@ -1,4 +1,11 @@
|
|
|
1
1
|
// welcome to hoo hoo hoo
|
|
2
|
+
import 'core-js/modules/es.object.keys.js';
|
|
3
|
+
import 'core-js/modules/es.symbol.js';
|
|
4
|
+
import 'core-js/modules/es.array.filter.js';
|
|
5
|
+
import 'core-js/modules/es.object.to-string.js';
|
|
6
|
+
import 'core-js/modules/es.object.get-own-property-descriptor.js';
|
|
7
|
+
import 'core-js/modules/web.dom-collections.for-each.js';
|
|
8
|
+
import 'core-js/modules/es.object.get-own-property-descriptors.js';
|
|
2
9
|
import _defineProperty from '@babel/runtime/helpers/defineProperty';
|
|
3
10
|
import _objectWithoutProperties from '@babel/runtime/helpers/objectWithoutProperties';
|
|
4
11
|
import { jsx } from 'react/jsx-runtime';
|
|
@@ -1,7 +1,19 @@
|
|
|
1
1
|
// welcome to hoo hoo hoo
|
|
2
|
+
import 'core-js/modules/es.symbol.js';
|
|
3
|
+
import 'core-js/modules/es.array.filter.js';
|
|
4
|
+
import 'core-js/modules/es.object.get-own-property-descriptor.js';
|
|
5
|
+
import 'core-js/modules/es.object.get-own-property-descriptors.js';
|
|
2
6
|
import _toConsumableArray from '@babel/runtime/helpers/toConsumableArray';
|
|
3
7
|
import _defineProperty from '@babel/runtime/helpers/defineProperty';
|
|
4
8
|
import _slicedToArray from '@babel/runtime/helpers/slicedToArray';
|
|
9
|
+
import 'core-js/modules/es.object.to-string.js';
|
|
10
|
+
import 'core-js/modules/es.promise.js';
|
|
11
|
+
import 'core-js/modules/es.object.keys.js';
|
|
12
|
+
import 'core-js/modules/web.dom-collections.for-each.js';
|
|
13
|
+
import 'core-js/modules/es.reflect.delete-property.js';
|
|
14
|
+
import 'core-js/modules/es.function.name.js';
|
|
15
|
+
import 'core-js/modules/es.array.concat.js';
|
|
16
|
+
import 'core-js/modules/es.array.map.js';
|
|
5
17
|
import { useMemo } from 'react';
|
|
6
18
|
import { Form } from 'antd';
|
|
7
19
|
|
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
// welcome to hoo hoo hoo
|
|
2
|
+
import 'core-js/modules/es.object.keys.js';
|
|
3
|
+
import 'core-js/modules/es.symbol.js';
|
|
4
|
+
import 'core-js/modules/es.array.filter.js';
|
|
5
|
+
import 'core-js/modules/es.object.get-own-property-descriptor.js';
|
|
6
|
+
import 'core-js/modules/es.object.get-own-property-descriptors.js';
|
|
2
7
|
import _objectWithoutProperties from '@babel/runtime/helpers/objectWithoutProperties';
|
|
3
8
|
import _defineProperty from '@babel/runtime/helpers/defineProperty';
|
|
9
|
+
import 'core-js/modules/es.array.map.js';
|
|
10
|
+
import 'core-js/modules/es.function.name.js';
|
|
11
|
+
import 'core-js/modules/es.object.to-string.js';
|
|
12
|
+
import 'core-js/modules/web.dom-collections.for-each.js';
|
|
4
13
|
import { useMemo } from 'react';
|
|
5
14
|
import { placeholderConfig } from '../config.js';
|
|
6
15
|
import { useDefaultComponents } from './index.js';
|
package/es/Form/index.js
CHANGED
|
@@ -1,6 +1,14 @@
|
|
|
1
1
|
// welcome to hoo hoo hoo
|
|
2
|
+
import 'core-js/modules/es.object.keys.js';
|
|
3
|
+
import 'core-js/modules/es.symbol.js';
|
|
4
|
+
import 'core-js/modules/es.array.filter.js';
|
|
5
|
+
import 'core-js/modules/es.object.to-string.js';
|
|
6
|
+
import 'core-js/modules/es.object.get-own-property-descriptor.js';
|
|
7
|
+
import 'core-js/modules/web.dom-collections.for-each.js';
|
|
8
|
+
import 'core-js/modules/es.object.get-own-property-descriptors.js';
|
|
2
9
|
import _defineProperty from '@babel/runtime/helpers/defineProperty';
|
|
3
10
|
import _objectWithoutProperties from '@babel/runtime/helpers/objectWithoutProperties';
|
|
11
|
+
import 'core-js/modules/es.array.map.js';
|
|
4
12
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
5
13
|
import { useEffect, createElement } from 'react';
|
|
6
14
|
import { Form } from 'antd';
|
package/es/Input/ButtonInput.js
CHANGED
|
@@ -1,4 +1,11 @@
|
|
|
1
1
|
// welcome to hoo hoo hoo
|
|
2
|
+
import 'core-js/modules/es.object.keys.js';
|
|
3
|
+
import 'core-js/modules/es.symbol.js';
|
|
4
|
+
import 'core-js/modules/es.array.filter.js';
|
|
5
|
+
import 'core-js/modules/es.object.to-string.js';
|
|
6
|
+
import 'core-js/modules/es.object.get-own-property-descriptor.js';
|
|
7
|
+
import 'core-js/modules/web.dom-collections.for-each.js';
|
|
8
|
+
import 'core-js/modules/es.object.get-own-property-descriptors.js';
|
|
2
9
|
import _defineProperty from '@babel/runtime/helpers/defineProperty';
|
|
3
10
|
import _asyncToGenerator from '@babel/runtime/helpers/asyncToGenerator';
|
|
4
11
|
import _objectWithoutProperties from '@babel/runtime/helpers/objectWithoutProperties';
|
|
@@ -1,9 +1,32 @@
|
|
|
1
1
|
// welcome to hoo hoo hoo
|
|
2
|
+
import 'core-js/modules/es.regexp.constructor.js';
|
|
3
|
+
import 'core-js/modules/es.regexp.to-string.js';
|
|
4
|
+
import 'core-js/modules/es.array.iterator.js';
|
|
5
|
+
import 'core-js/modules/es.object.to-string.js';
|
|
6
|
+
import 'core-js/modules/es.string.iterator.js';
|
|
7
|
+
import 'core-js/modules/es.weak-map.js';
|
|
8
|
+
import 'core-js/modules/web.dom-collections.iterator.js';
|
|
9
|
+
import 'core-js/modules/es.object.keys.js';
|
|
10
|
+
import 'core-js/modules/es.symbol.replace.js';
|
|
11
|
+
import 'core-js/modules/es.string.replace.js';
|
|
12
|
+
import 'core-js/modules/es.symbol.js';
|
|
13
|
+
import 'core-js/modules/es.symbol.description.js';
|
|
14
|
+
import 'core-js/modules/es.array.join.js';
|
|
15
|
+
import 'core-js/modules/es.array.slice.js';
|
|
16
|
+
import 'core-js/modules/es.array.filter.js';
|
|
17
|
+
import 'core-js/modules/es.object.get-own-property-descriptor.js';
|
|
18
|
+
import 'core-js/modules/web.dom-collections.for-each.js';
|
|
19
|
+
import 'core-js/modules/es.object.get-own-property-descriptors.js';
|
|
2
20
|
import _typeof from '@babel/runtime/helpers/typeof';
|
|
3
21
|
import _defineProperty from '@babel/runtime/helpers/defineProperty';
|
|
4
22
|
import _inherits from '@babel/runtime/helpers/inherits';
|
|
5
23
|
import _setPrototypeOf from '@babel/runtime/helpers/setPrototypeOf';
|
|
6
24
|
import _objectWithoutProperties from '@babel/runtime/helpers/objectWithoutProperties';
|
|
25
|
+
import 'core-js/modules/es.string.starts-with.js';
|
|
26
|
+
import 'core-js/modules/es.regexp.exec.js';
|
|
27
|
+
import 'core-js/modules/es.string.match.js';
|
|
28
|
+
import 'core-js/modules/es.number.constructor.js';
|
|
29
|
+
import 'core-js/modules/es.array.concat.js';
|
|
7
30
|
import { jsx } from 'react/jsx-runtime';
|
|
8
31
|
import { Input, Popover } from 'antd';
|
|
9
32
|
import Picker from './Picker.js';
|
package/es/Input/InputNumber.js
CHANGED
|
@@ -1,4 +1,11 @@
|
|
|
1
1
|
// welcome to hoo hoo hoo
|
|
2
|
+
import 'core-js/modules/es.object.keys.js';
|
|
3
|
+
import 'core-js/modules/es.symbol.js';
|
|
4
|
+
import 'core-js/modules/es.array.filter.js';
|
|
5
|
+
import 'core-js/modules/es.object.to-string.js';
|
|
6
|
+
import 'core-js/modules/es.object.get-own-property-descriptor.js';
|
|
7
|
+
import 'core-js/modules/web.dom-collections.for-each.js';
|
|
8
|
+
import 'core-js/modules/es.object.get-own-property-descriptors.js';
|
|
2
9
|
import _defineProperty from '@babel/runtime/helpers/defineProperty';
|
|
3
10
|
import _objectWithoutProperties from '@babel/runtime/helpers/objectWithoutProperties';
|
|
4
11
|
import { jsx } from 'react/jsx-runtime';
|
package/es/Input/SelectInput.js
CHANGED
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
// welcome to hoo hoo hoo
|
|
2
|
+
import 'core-js/modules/es.object.keys.js';
|
|
3
|
+
import 'core-js/modules/es.symbol.js';
|
|
4
|
+
import 'core-js/modules/es.array.filter.js';
|
|
5
|
+
import 'core-js/modules/es.object.get-own-property-descriptor.js';
|
|
6
|
+
import 'core-js/modules/es.object.get-own-property-descriptors.js';
|
|
2
7
|
import _defineProperty from '@babel/runtime/helpers/defineProperty';
|
|
3
8
|
import _objectWithoutProperties from '@babel/runtime/helpers/objectWithoutProperties';
|
|
9
|
+
import 'core-js/modules/es.function.name.js';
|
|
10
|
+
import 'core-js/modules/es.object.to-string.js';
|
|
11
|
+
import 'core-js/modules/web.dom-collections.for-each.js';
|
|
12
|
+
import 'core-js/modules/es.object.values.js';
|
|
4
13
|
import { jsx } from 'react/jsx-runtime';
|
|
5
14
|
import { Input } from 'antd';
|
|
6
15
|
import HSelect from '../Select/index.js';
|
package/es/Input/index.js
CHANGED
|
@@ -1,6 +1,14 @@
|
|
|
1
1
|
// welcome to hoo hoo hoo
|
|
2
2
|
import _defineProperty from '@babel/runtime/helpers/defineProperty';
|
|
3
3
|
import _objectDestructuringEmpty from '@babel/runtime/helpers/objectDestructuringEmpty';
|
|
4
|
+
import 'core-js/modules/es.object.assign.js';
|
|
5
|
+
import 'core-js/modules/es.object.keys.js';
|
|
6
|
+
import 'core-js/modules/es.symbol.js';
|
|
7
|
+
import 'core-js/modules/es.array.filter.js';
|
|
8
|
+
import 'core-js/modules/es.object.to-string.js';
|
|
9
|
+
import 'core-js/modules/es.object.get-own-property-descriptor.js';
|
|
10
|
+
import 'core-js/modules/web.dom-collections.for-each.js';
|
|
11
|
+
import 'core-js/modules/es.object.get-own-property-descriptors.js';
|
|
4
12
|
import { jsx } from 'react/jsx-runtime';
|
|
5
13
|
import { Input } from 'antd';
|
|
6
14
|
|
package/es/RadioGroup/index.js
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
import _defineProperty from '@babel/runtime/helpers/defineProperty';
|
|
3
3
|
import _typeof from '@babel/runtime/helpers/typeof';
|
|
4
4
|
import _objectWithoutProperties from '@babel/runtime/helpers/objectWithoutProperties';
|
|
5
|
+
import 'core-js/modules/es.array.map.js';
|
|
6
|
+
import 'core-js/modules/es.object.keys.js';
|
|
7
|
+
import 'core-js/modules/es.symbol.js';
|
|
8
|
+
import 'core-js/modules/es.array.filter.js';
|
|
9
|
+
import 'core-js/modules/es.object.to-string.js';
|
|
10
|
+
import 'core-js/modules/es.object.get-own-property-descriptor.js';
|
|
11
|
+
import 'core-js/modules/web.dom-collections.for-each.js';
|
|
12
|
+
import 'core-js/modules/es.object.get-own-property-descriptors.js';
|
|
5
13
|
import { jsx } from 'react/jsx-runtime';
|
|
6
14
|
import { Radio } from 'antd';
|
|
7
15
|
import { useMemo } from 'react';
|
|
@@ -1,7 +1,16 @@
|
|
|
1
1
|
// welcome to hoo hoo hoo
|
|
2
|
+
import 'core-js/modules/es.object.keys.js';
|
|
3
|
+
import 'core-js/modules/es.symbol.js';
|
|
4
|
+
import 'core-js/modules/es.array.filter.js';
|
|
5
|
+
import 'core-js/modules/es.object.get-own-property-descriptor.js';
|
|
6
|
+
import 'core-js/modules/es.object.get-own-property-descriptors.js';
|
|
2
7
|
import _slicedToArray from '@babel/runtime/helpers/slicedToArray';
|
|
3
8
|
import _objectWithoutProperties from '@babel/runtime/helpers/objectWithoutProperties';
|
|
4
9
|
import _defineProperty from '@babel/runtime/helpers/defineProperty';
|
|
10
|
+
import 'core-js/modules/es.array.find-index.js';
|
|
11
|
+
import 'core-js/modules/es.object.to-string.js';
|
|
12
|
+
import 'core-js/modules/web.dom-collections.for-each.js';
|
|
13
|
+
import 'core-js/modules/es.array.map.js';
|
|
5
14
|
import { useState, useEffect } from 'react';
|
|
6
15
|
import { itemOpProvider } from '../utils.js';
|
|
7
16
|
|
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
import _asyncToGenerator from '@babel/runtime/helpers/asyncToGenerator';
|
|
3
3
|
import _slicedToArray from '@babel/runtime/helpers/slicedToArray';
|
|
4
4
|
import _regeneratorRuntime from '@babel/runtime/regenerator';
|
|
5
|
+
import 'core-js/modules/es.array.iterator.js';
|
|
6
|
+
import 'core-js/modules/es.object.to-string.js';
|
|
7
|
+
import 'core-js/modules/web.dom-collections.iterator.js';
|
|
8
|
+
import 'core-js/modules/es.promise.js';
|
|
5
9
|
import { useState, useEffect } from 'react';
|
|
6
10
|
import { useRequest } from 'ahooks';
|
|
7
11
|
import { useFormContext } from '../../Form/Context/index.js';
|
package/es/Select/index.js
CHANGED
|
@@ -1,6 +1,14 @@
|
|
|
1
1
|
// welcome to hoo hoo hoo
|
|
2
|
+
import 'core-js/modules/es.object.keys.js';
|
|
3
|
+
import 'core-js/modules/es.symbol.js';
|
|
4
|
+
import 'core-js/modules/es.array.filter.js';
|
|
5
|
+
import 'core-js/modules/es.object.to-string.js';
|
|
6
|
+
import 'core-js/modules/es.object.get-own-property-descriptor.js';
|
|
7
|
+
import 'core-js/modules/web.dom-collections.for-each.js';
|
|
8
|
+
import 'core-js/modules/es.object.get-own-property-descriptors.js';
|
|
2
9
|
import _defineProperty from '@babel/runtime/helpers/defineProperty';
|
|
3
10
|
import _objectWithoutProperties from '@babel/runtime/helpers/objectWithoutProperties';
|
|
11
|
+
import 'core-js/modules/es.array.map.js';
|
|
4
12
|
import { jsx } from 'react/jsx-runtime';
|
|
5
13
|
import { Select } from 'antd';
|
|
6
14
|
import { useFilterOption, useOptionReq } from './hooks/norHooks.js';
|
package/es/Select/utils.js
CHANGED
|
@@ -1,6 +1,14 @@
|
|
|
1
1
|
// welcome to hoo hoo hoo
|
|
2
|
+
import 'core-js/modules/es.object.keys.js';
|
|
3
|
+
import 'core-js/modules/es.symbol.js';
|
|
4
|
+
import 'core-js/modules/es.array.filter.js';
|
|
5
|
+
import 'core-js/modules/es.object.to-string.js';
|
|
6
|
+
import 'core-js/modules/es.object.get-own-property-descriptor.js';
|
|
7
|
+
import 'core-js/modules/web.dom-collections.for-each.js';
|
|
8
|
+
import 'core-js/modules/es.object.get-own-property-descriptors.js';
|
|
2
9
|
import _defineProperty from '@babel/runtime/helpers/defineProperty';
|
|
3
10
|
import _objectWithoutProperties from '@babel/runtime/helpers/objectWithoutProperties';
|
|
11
|
+
import 'core-js/modules/es.array.map.js';
|
|
4
12
|
|
|
5
13
|
var _excluded = ["label", "value"];
|
|
6
14
|
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
package/es/Submit/index.js
CHANGED
|
@@ -1,4 +1,11 @@
|
|
|
1
1
|
// welcome to hoo hoo hoo
|
|
2
|
+
import 'core-js/modules/es.object.keys.js';
|
|
3
|
+
import 'core-js/modules/es.symbol.js';
|
|
4
|
+
import 'core-js/modules/es.array.filter.js';
|
|
5
|
+
import 'core-js/modules/es.object.to-string.js';
|
|
6
|
+
import 'core-js/modules/es.object.get-own-property-descriptor.js';
|
|
7
|
+
import 'core-js/modules/web.dom-collections.for-each.js';
|
|
8
|
+
import 'core-js/modules/es.object.get-own-property-descriptors.js';
|
|
2
9
|
import _defineProperty from '@babel/runtime/helpers/defineProperty';
|
|
3
10
|
import _objectWithoutProperties from '@babel/runtime/helpers/objectWithoutProperties';
|
|
4
11
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
package/es/Switch/index.js
CHANGED
|
@@ -1,4 +1,11 @@
|
|
|
1
1
|
// welcome to hoo hoo hoo
|
|
2
|
+
import 'core-js/modules/es.object.keys.js';
|
|
3
|
+
import 'core-js/modules/es.symbol.js';
|
|
4
|
+
import 'core-js/modules/es.array.filter.js';
|
|
5
|
+
import 'core-js/modules/es.object.to-string.js';
|
|
6
|
+
import 'core-js/modules/es.object.get-own-property-descriptor.js';
|
|
7
|
+
import 'core-js/modules/web.dom-collections.for-each.js';
|
|
8
|
+
import 'core-js/modules/es.object.get-own-property-descriptors.js';
|
|
2
9
|
import _defineProperty from '@babel/runtime/helpers/defineProperty';
|
|
3
10
|
import _objectWithoutProperties from '@babel/runtime/helpers/objectWithoutProperties';
|
|
4
11
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
// welcome to hoo hoo hoo
|
|
2
|
+
import 'core-js/modules/es.symbol.js';
|
|
3
|
+
import 'core-js/modules/es.array.filter.js';
|
|
4
|
+
import 'core-js/modules/es.object.get-own-property-descriptor.js';
|
|
5
|
+
import 'core-js/modules/es.object.get-own-property-descriptors.js';
|
|
2
6
|
import _defineProperty from '@babel/runtime/helpers/defineProperty';
|
|
3
7
|
import _objectWithoutProperties from '@babel/runtime/helpers/objectWithoutProperties';
|
|
8
|
+
import 'core-js/modules/es.function.name.js';
|
|
9
|
+
import 'core-js/modules/es.object.to-string.js';
|
|
10
|
+
import 'core-js/modules/web.dom-collections.for-each.js';
|
|
11
|
+
import 'core-js/modules/es.object.values.js';
|
|
12
|
+
import 'core-js/modules/es.object.keys.js';
|
|
13
|
+
import 'core-js/modules/es.array.map.js';
|
|
4
14
|
import { jsx } from 'react/jsx-runtime';
|
|
5
15
|
import { DatePicker } from 'antd';
|
|
6
16
|
import { useGetTimeKey, useRangeValueProvider, useRangePickerTimeVal } from './hooks.js';
|
|
@@ -1,4 +1,11 @@
|
|
|
1
1
|
// welcome to hoo hoo hoo
|
|
2
|
+
import 'core-js/modules/es.object.keys.js';
|
|
3
|
+
import 'core-js/modules/es.symbol.js';
|
|
4
|
+
import 'core-js/modules/es.array.filter.js';
|
|
5
|
+
import 'core-js/modules/es.object.to-string.js';
|
|
6
|
+
import 'core-js/modules/es.object.get-own-property-descriptor.js';
|
|
7
|
+
import 'core-js/modules/web.dom-collections.for-each.js';
|
|
8
|
+
import 'core-js/modules/es.object.get-own-property-descriptors.js';
|
|
2
9
|
import _defineProperty from '@babel/runtime/helpers/defineProperty';
|
|
3
10
|
import _objectWithoutProperties from '@babel/runtime/helpers/objectWithoutProperties';
|
|
4
11
|
import { jsx } from 'react/jsx-runtime';
|
package/es/TDPicker/hooks.js
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
// welcome to hoo hoo hoo
|
|
2
2
|
import _defineProperty from '@babel/runtime/helpers/defineProperty';
|
|
3
|
+
import 'core-js/modules/es.function.name.js';
|
|
4
|
+
import 'core-js/modules/es.array.map.js';
|
|
3
5
|
import { useMemo, useCallback } from 'react';
|
|
4
6
|
import moment from 'moment';
|
|
5
7
|
|
package/es/TDPicker/index.js
CHANGED
|
@@ -1,4 +1,11 @@
|
|
|
1
1
|
// welcome to hoo hoo hoo
|
|
2
|
+
import 'core-js/modules/es.object.keys.js';
|
|
3
|
+
import 'core-js/modules/es.symbol.js';
|
|
4
|
+
import 'core-js/modules/es.array.filter.js';
|
|
5
|
+
import 'core-js/modules/es.object.to-string.js';
|
|
6
|
+
import 'core-js/modules/es.object.get-own-property-descriptor.js';
|
|
7
|
+
import 'core-js/modules/web.dom-collections.for-each.js';
|
|
8
|
+
import 'core-js/modules/es.object.get-own-property-descriptors.js';
|
|
2
9
|
import _defineProperty from '@babel/runtime/helpers/defineProperty';
|
|
3
10
|
import _objectWithoutProperties from '@babel/runtime/helpers/objectWithoutProperties';
|
|
4
11
|
import { jsx } from 'react/jsx-runtime';
|
package/es/TextArea/index.js
CHANGED
|
@@ -1,4 +1,11 @@
|
|
|
1
1
|
// welcome to hoo hoo hoo
|
|
2
|
+
import 'core-js/modules/es.object.keys.js';
|
|
3
|
+
import 'core-js/modules/es.symbol.js';
|
|
4
|
+
import 'core-js/modules/es.array.filter.js';
|
|
5
|
+
import 'core-js/modules/es.object.to-string.js';
|
|
6
|
+
import 'core-js/modules/es.object.get-own-property-descriptor.js';
|
|
7
|
+
import 'core-js/modules/web.dom-collections.for-each.js';
|
|
8
|
+
import 'core-js/modules/es.object.get-own-property-descriptors.js';
|
|
2
9
|
import _defineProperty from '@babel/runtime/helpers/defineProperty';
|
|
3
10
|
import _objectWithoutProperties from '@babel/runtime/helpers/objectWithoutProperties';
|
|
4
11
|
import { jsx } from 'react/jsx-runtime';
|
|
@@ -3,6 +3,19 @@ import _defineProperty from '@babel/runtime/helpers/defineProperty';
|
|
|
3
3
|
import _toConsumableArray from '@babel/runtime/helpers/toConsumableArray';
|
|
4
4
|
import _slicedToArray from '@babel/runtime/helpers/slicedToArray';
|
|
5
5
|
import _objectWithoutProperties from '@babel/runtime/helpers/objectWithoutProperties';
|
|
6
|
+
import 'core-js/modules/es.object.to-string.js';
|
|
7
|
+
import 'core-js/modules/es.regexp.to-string.js';
|
|
8
|
+
import 'core-js/modules/es.string.trim.js';
|
|
9
|
+
import 'core-js/modules/es.array.map.js';
|
|
10
|
+
import 'core-js/modules/es.array.from.js';
|
|
11
|
+
import 'core-js/modules/es.string.iterator.js';
|
|
12
|
+
import 'core-js/modules/es.function.name.js';
|
|
13
|
+
import 'core-js/modules/es.object.keys.js';
|
|
14
|
+
import 'core-js/modules/es.symbol.js';
|
|
15
|
+
import 'core-js/modules/es.array.filter.js';
|
|
16
|
+
import 'core-js/modules/es.object.get-own-property-descriptor.js';
|
|
17
|
+
import 'core-js/modules/web.dom-collections.for-each.js';
|
|
18
|
+
import 'core-js/modules/es.object.get-own-property-descriptors.js';
|
|
6
19
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
7
20
|
import { Space, message } from 'antd';
|
|
8
21
|
import Input from 'antd/es/input/Input';
|
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
import _asyncToGenerator from '@babel/runtime/helpers/asyncToGenerator';
|
|
3
3
|
import _defineProperty from '@babel/runtime/helpers/defineProperty';
|
|
4
4
|
import _regeneratorRuntime from '@babel/runtime/regenerator';
|
|
5
|
+
import 'core-js/modules/es.object.to-string.js';
|
|
6
|
+
import 'core-js/modules/web.dom-collections.for-each.js';
|
|
7
|
+
import 'core-js/modules/es.object.keys.js';
|
|
8
|
+
import 'core-js/modules/es.symbol.js';
|
|
9
|
+
import 'core-js/modules/es.array.filter.js';
|
|
10
|
+
import 'core-js/modules/es.object.get-own-property-descriptor.js';
|
|
11
|
+
import 'core-js/modules/es.object.get-own-property-descriptors.js';
|
|
5
12
|
import { useRequest } from 'ahooks';
|
|
6
13
|
import { useCustomRequest } from './customRequest.js';
|
|
7
14
|
import { checkFileSize, checkFileType } from '../util.js';
|
|
@@ -1,6 +1,14 @@
|
|
|
1
1
|
// welcome to hoo hoo hoo
|
|
2
|
+
import 'core-js/modules/es.object.keys.js';
|
|
3
|
+
import 'core-js/modules/es.symbol.js';
|
|
4
|
+
import 'core-js/modules/es.object.get-own-property-descriptor.js';
|
|
5
|
+
import 'core-js/modules/es.object.get-own-property-descriptors.js';
|
|
2
6
|
import _defineProperty from '@babel/runtime/helpers/defineProperty';
|
|
3
7
|
import _asyncToGenerator from '@babel/runtime/helpers/asyncToGenerator';
|
|
8
|
+
import 'core-js/modules/es.array.filter.js';
|
|
9
|
+
import 'core-js/modules/es.object.to-string.js';
|
|
10
|
+
import 'core-js/modules/es.array.map.js';
|
|
11
|
+
import 'core-js/modules/web.dom-collections.for-each.js';
|
|
4
12
|
import _regeneratorRuntime from '@babel/runtime/regenerator';
|
|
5
13
|
import { useMemo, useEffect } from 'react';
|
|
6
14
|
import { message } from 'antd';
|
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
// welcome to hoo hoo hoo
|
|
2
|
+
import 'core-js/modules/es.symbol.js';
|
|
3
|
+
import 'core-js/modules/es.array.filter.js';
|
|
4
|
+
import 'core-js/modules/es.object.get-own-property-descriptor.js';
|
|
5
|
+
import 'core-js/modules/es.object.get-own-property-descriptors.js';
|
|
2
6
|
import _defineProperty from '@babel/runtime/helpers/defineProperty';
|
|
7
|
+
import 'core-js/modules/es.object.keys.js';
|
|
8
|
+
import 'core-js/modules/es.object.to-string.js';
|
|
9
|
+
import 'core-js/modules/web.dom-collections.for-each.js';
|
|
3
10
|
import { useFormConfigContext } from '../../Form/Context/FormConfigProvider.js';
|
|
4
11
|
|
|
5
12
|
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
package/es/Upload/index.js
CHANGED
|
@@ -1,7 +1,17 @@
|
|
|
1
1
|
// welcome to hoo hoo hoo
|
|
2
|
+
import 'core-js/modules/es.object.keys.js';
|
|
3
|
+
import 'core-js/modules/es.symbol.js';
|
|
4
|
+
import 'core-js/modules/es.array.filter.js';
|
|
5
|
+
import 'core-js/modules/es.object.to-string.js';
|
|
6
|
+
import 'core-js/modules/es.object.get-own-property-descriptor.js';
|
|
7
|
+
import 'core-js/modules/web.dom-collections.for-each.js';
|
|
8
|
+
import 'core-js/modules/es.object.get-own-property-descriptors.js';
|
|
2
9
|
import _defineProperty from '@babel/runtime/helpers/defineProperty';
|
|
3
10
|
import _slicedToArray from '@babel/runtime/helpers/slicedToArray';
|
|
4
11
|
import _objectWithoutProperties from '@babel/runtime/helpers/objectWithoutProperties';
|
|
12
|
+
import 'core-js/modules/es.number.constructor.js';
|
|
13
|
+
import 'core-js/modules/es.function.name.js';
|
|
14
|
+
import 'core-js/modules/es.array.map.js';
|
|
5
15
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
6
16
|
import React, { useState, useImperativeHandle, useMemo } from 'react';
|
|
7
17
|
import { useProps } from './hooks/propsMaker.js';
|
package/es/Upload/util.js
CHANGED
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
// welcome to hoo hoo hoo
|
|
2
|
+
import 'core-js/modules/es.function.name.js';
|
|
3
|
+
import 'core-js/modules/es.object.to-string.js';
|
|
4
|
+
import 'core-js/modules/es.promise.js';
|
|
5
|
+
|
|
2
6
|
var getFileExt = function getFileExt(file) {
|
|
3
7
|
var name = file.name;
|
|
4
8
|
var index = name.lastIndexOf(".");
|