antd-management-fast-framework 2.1.0 → 2.1.2
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/components/ApplicationWrapper/index.d.ts +9 -9
- package/es/components/Bootstrap/index.d.ts +3 -3
- package/es/components/DataPreviewDrawer/index.d.ts +31 -31
- package/es/components/LoadingOverlay/index.d.ts +6 -6
- package/es/components/MobileContainor/MobileHtmlPreviewBox/index.d.ts +10 -10
- package/es/components/MobileContainor/MobilePreviewArea/index.d.ts +75 -75
- package/es/components/MobileContainor/MobilePreviewDrawer/index.d.ts +54 -54
- package/es/components/MobileContainor/index.d.ts +8 -8
- package/es/components/index.d.ts +5 -5
- package/es/configs/index.d.ts +2 -2
- package/es/configs/themeCollection.d.ts +7 -7
- package/es/configs/webpackPlugin.d.ts +4 -4
- package/es/framework/AuthorizationWrapper/index.d.ts +11 -12
- package/es/framework/ButtonExtension/SelectButton/Base/index.d.ts +14 -14
- package/es/framework/ButtonExtension/SelectButton/InteractiveBase/index.d.ts +18 -18
- package/es/framework/ButtonExtension/SelectButton/index.d.ts +6 -6
- package/es/framework/ButtonExtension/index.d.ts +1 -1
- package/es/framework/Common/InternalBuild/index.d.ts +26 -26
- package/es/framework/Common/InternalFlow/index.d.ts +149 -149
- package/es/framework/Common/InternalLayout/index.d.ts +9 -9
- package/es/framework/Common/InternalTabFlow/index.d.ts +12 -12
- package/es/framework/Common/index.d.ts +3 -3
- package/es/framework/Core/index.d.ts +20 -20
- package/es/framework/CustomWrapper/Supplement/index.d.ts +9 -9
- package/es/framework/CustomWrapper/SupplementCore/index.d.ts +18 -18
- package/es/framework/CustomWrapper/SupplementWrapper/index.d.ts +3 -3
- package/es/framework/CustomWrapper/index.d.ts +3 -3
- package/es/framework/DataDrawer/Base/index.d.ts +55 -55
- package/es/framework/DataDrawer/BaseAddDrawer/index.d.ts +19 -19
- package/es/framework/DataDrawer/BaseLoadDrawer/index.d.ts +4 -4
- package/es/framework/DataDrawer/BaseNeedlessLoadDrawer/index.d.ts +6 -6
- package/es/framework/DataDrawer/BaseSaveDrawer/index.d.ts +4 -4
- package/es/framework/DataDrawer/BaseUpdateDrawer/index.d.ts +3 -3
- package/es/framework/DataDrawer/index.d.ts +14 -14
- package/es/framework/DataForm/BaseAddForm/index.d.ts +34 -34
- package/es/framework/DataForm/BaseUpdateForm/index.d.ts +9 -9
- package/es/framework/DataForm/BaseUpdateFormContent/index.d.ts +3 -3
- package/es/framework/DataForm/BaseUpdateFormTab/index.d.ts +4 -4
- package/es/framework/DataForm/index.d.ts +10 -10
- package/es/framework/DataListView/Base/index.d.ts +180 -180
- package/es/framework/DataListView/BatchAction/index.d.ts +21 -21
- package/es/framework/DataListView/ColumnSetting/DndItem.d.ts +7 -7
- package/es/framework/DataListView/ColumnSetting/index.d.ts +2 -2
- package/es/framework/DataListView/DensityAction/index.d.ts +6 -6
- package/es/framework/DataListView/index.d.ts +10 -10
- package/es/framework/DataMenuContainer/index.d.ts +28 -28
- package/es/framework/DataModal/Base/index.d.ts +65 -65
- package/es/framework/DataModal/BaseAddModal/index.d.ts +3 -3
- package/es/framework/DataModal/BaseLoadModal/index.d.ts +4 -4
- package/es/framework/DataModal/BaseNeedlessLoadModal/index.d.ts +35 -35
- package/es/framework/DataModal/BaseSelectModal/index.d.ts +28 -28
- package/es/framework/DataModal/BaseUpdateModal/index.d.ts +3 -3
- package/es/framework/DataModal/BaseUpdateTransferModal/index.d.ts +44 -44
- package/es/framework/DataModal/index.d.ts +16 -16
- package/es/framework/DataMultiPageView/InnerMultiPage/index.d.ts +4 -4
- package/es/framework/DataMultiPageView/MultiPage/index.d.ts +32 -32
- package/es/framework/DataMultiPageView/MultiPageDrawer/index.d.ts +69 -69
- package/es/framework/DataMultiPageView/MultiPageSelectDrawer/index.d.ts +10 -10
- package/es/framework/DataMultiPageView/index.d.ts +10 -10
- package/es/framework/DataOperation/Base/index.d.ts +76 -76
- package/es/framework/DataOperation/BaseView/index.d.ts +10 -10
- package/es/framework/DataOperation/BaseWindow/index.d.ts +89 -89
- package/es/framework/DataOperation/index.d.ts +8 -8
- package/es/framework/DataSinglePageView/InnerSinglePage/index.d.ts +5 -5
- package/es/framework/DataSinglePageView/SinglePage/index.d.ts +32 -32
- package/es/framework/DataSinglePageView/SinglePageDrawer/index.d.ts +71 -71
- package/es/framework/DataSinglePageView/SinglePageSelectDrawer/index.d.ts +13 -13
- package/es/framework/DataSinglePageView/index.d.ts +10 -10
- package/es/framework/DataSingleView/DataCore/index.d.ts +30 -30
- package/es/framework/DataSingleView/DataLoad/index.d.ts +51 -51
- package/es/framework/DataSingleView/index.d.ts +6 -6
- package/es/framework/DataTabContainer/index.d.ts +36 -36
- package/es/framework/FieldExtension/SelectFieldDrawer/SelectFieldBase/index.d.ts +24 -24
- package/es/framework/FieldExtension/SelectFieldDrawer/SelectFieldInteractiveBase/index.d.ts +19 -19
- package/es/framework/FieldExtension/SelectFieldDrawer/index.d.ts +6 -6
- package/es/framework/FieldExtension/index.d.ts +4 -4
- package/es/framework/Wrapper/index.d.ts +3 -3
- package/es/framework/index.d.ts +17 -17
- package/es/index.css +1 -1
- package/es/index.d.ts +5 -5
- package/es/index.js +3 -9771
- package/es/modelBuilders/currentOperator.d.ts +26 -0
- package/es/modelBuilders/entrance.d.ts +40 -0
- package/es/modelBuilders/index.d.ts +1 -1
- package/es/modelBuilders/schedulingControl.d.ts +48 -68
- package/es/services/currentOperator.d.ts +2 -0
- package/es/services/entrance.d.ts +6 -0
- package/es/services/schedulingControl.d.ts +4 -4
- package/es/utils/applicationListDataAssist.d.ts +5 -4
- package/es/utils/applicationListDataCacheAssist.d.ts +24 -24
- package/es/utils/bootstrap.d.ts +4 -4
- package/es/utils/configAssist.d.ts +1 -1
- package/es/utils/currentOperatorAssist.d.ts +19 -5
- package/es/utils/definition.d.ts +4 -4
- package/es/utils/index.d.ts +10 -8
- package/es/utils/interfaceSettingAssist.d.ts +10 -0
- package/es/utils/interfaceSettingCacheAssist.d.ts +18 -0
- package/es/utils/metaDataAssist.d.ts +5 -5
- package/es/utils/schedulingControlAssist.d.ts +34 -10
- package/es/utils/signInAssist.d.ts +6 -0
- package/package.json +24 -21
- package/es/configGroup/configGeneral.d.ts +0 -28
- package/es/configGroup/configGeneral.js +0 -36
- package/es/configGroup/index.d.ts +0 -2
- package/es/configGroup/themeCollection.d.ts +0 -7
- package/es/configGroup/themeCollection.js +0 -9
- package/es/configGroup/webpackPlugin.d.ts +0 -4
- package/es/configGroup/webpackPlugin.js +0 -351
- package/es/customComponents/ApplicationProvider/index.d.ts +0 -12
- package/es/customComponents/ApplicationWrapper/index.d.ts +0 -9
- package/es/customComponents/Bootstrap/index.d.ts +0 -3
- package/es/customComponents/Bootstrap/index.js +0 -67
- package/es/customComponents/DataPreviewDrawer/index.d.ts +0 -31
- package/es/customComponents/DataPreviewDrawer/index.js +0 -169
- package/es/customComponents/LoadingOverlay/index.d.ts +0 -6
- package/es/customComponents/LoadingOverloay/index.d.ts +0 -3
- package/es/customComponents/MobileContainor/MobileHtmlPreviewBox/index.d.ts +0 -10
- package/es/customComponents/MobileContainor/MobileHtmlPreviewBox/index.js +0 -83
- package/es/customComponents/MobileContainor/MobilePreviewArea/index.d.ts +0 -75
- package/es/customComponents/MobileContainor/MobilePreviewArea/index.js +0 -193
- package/es/customComponents/MobileContainor/MobilePreviewDrawer/index.d.ts +0 -54
- package/es/customComponents/MobileContainor/MobilePreviewDrawer/index.js +0 -157
- package/es/customComponents/MobileContainor/index.d.ts +0 -8
- package/es/customComponents/index.d.ts +0 -5
- package/es/framework/AuthorizationWrapper/index.js +0 -108
- package/es/framework/ButtonExtension/SelectButton/Base/index.js +0 -98
- package/es/framework/ButtonExtension/SelectButton/InteractiveBase/index.js +0 -149
- package/es/framework/Common/CardCollectionItemContent/index.d.ts +0 -14
- package/es/framework/Common/CommonInternal/index.d.ts +0 -167
- package/es/framework/Common/InternalMake/index.d.ts +0 -9
- package/es/framework/Common/index.js +0 -39
- package/es/framework/Core/index.js +0 -38
- package/es/framework/CustomWrapper/Supplement/index.js +0 -67
- package/es/framework/CustomWrapper/SupplementCore/index.js +0 -131
- package/es/framework/CustomWrapper/SupplementWrapper/index.js +0 -61
- package/es/framework/DataDrawer/Base/index.js +0 -335
- package/es/framework/DataDrawer/BaseAddDrawer/index.js +0 -95
- package/es/framework/DataDrawer/BaseLoadDrawer/index.js +0 -82
- package/es/framework/DataDrawer/BaseNeedlessLoadDrawer/index.js +0 -94
- package/es/framework/DataDrawer/BaseSaveDrawer/index.js +0 -85
- package/es/framework/DataDrawer/BaseUpdateDrawer/index.js +0 -83
- package/es/framework/DataForm/BaseAddForm/index.js +0 -261
- package/es/framework/DataForm/BaseUpdateForm/index.js +0 -183
- package/es/framework/DataForm/BaseUpdateFormContent/index.js +0 -72
- package/es/framework/DataForm/BaseUpdateFormTab/index.js +0 -66
- package/es/framework/DataListView/Base/index.js +0 -1261
- package/es/framework/DataListView/BatchAction/index.js +0 -73
- package/es/framework/DataListView/ColumnSetting/DndItem.js +0 -116
- package/es/framework/DataListView/ColumnSetting/index.js +0 -319
- package/es/framework/DataListView/DensityAction/index.js +0 -63
- package/es/framework/DataMenuContainer/index.js +0 -282
- package/es/framework/DataModal/Base/index.js +0 -231
- package/es/framework/DataModal/BaseAddModal/index.js +0 -72
- package/es/framework/DataModal/BaseLoadModal/index.js +0 -80
- package/es/framework/DataModal/BaseNeedlessLoadModal/index.js +0 -106
- package/es/framework/DataModal/BaseSelectModal/index.js +0 -74
- package/es/framework/DataModal/BaseUpdateModal/index.js +0 -62
- package/es/framework/DataModal/BaseUpdateTransferModal/index.js +0 -140
- package/es/framework/DataMultiPageView/InnerMultiPage/index.js +0 -82
- package/es/framework/DataMultiPageView/MultiPage/index.js +0 -299
- package/es/framework/DataMultiPageView/MultiPageDrawer/index.js +0 -457
- package/es/framework/DataMultiPageView/MultiPageSelectDrawer/index.js +0 -123
- package/es/framework/DataOperation/Base/index.js +0 -322
- package/es/framework/DataOperation/BaseView/index.js +0 -83
- package/es/framework/DataOperation/BaseWindow/index.js +0 -330
- package/es/framework/DataSinglePageView/InnerSinglePage/index.js +0 -82
- package/es/framework/DataSinglePageView/SinglePage/index.js +0 -254
- package/es/framework/DataSinglePageView/SinglePageDrawer/index.js +0 -438
- package/es/framework/DataSinglePageView/SinglePageSelectDrawer/index.js +0 -126
- package/es/framework/DataSingleView/DataCore/index.js +0 -260
- package/es/framework/DataSingleView/DataLoad/index.js +0 -151
- package/es/framework/DataTabContainer/index.js +0 -254
- package/es/framework/FieldExtension/SelectFieldDrawer/SelectFieldBase/index.js +0 -158
- package/es/framework/FieldExtension/SelectFieldDrawer/SelectFieldDrawerBase/index.js +0 -159
- package/es/framework/LayoutWrapper/index.d.ts +0 -2
- package/es/framework/Wrapper/index.js +0 -59
- package/es/get.js +0 -28
- package/es/getPrototypeOf.js +0 -76
- package/es/index2.js +0 -2075
- package/es/index3.js +0 -383
- package/es/models/index.d.ts +0 -1
- package/es/models/schedulingControl.d.ts +0 -46
- package/es/models/schedulingControl.js +0 -171
- package/es/objectSpread2.js +0 -40
- package/es/services/schedulingControl.js +0 -135
- package/es/slicedToArray.js +0 -43
- package/es/toConsumableArray.js +0 -19
- package/es/toPropertyKey.js +0 -19
- package/es/typeof.js +0 -11
- package/es/unsupportedIterableToArray.js +0 -16
- package/es/utils/appListDataAssist.js +0 -69
- package/es/utils/applicationAssist.js +0 -28
- package/es/utils/bootstrap.js +0 -58
- package/es/utils/layoutSettingAssist.d.ts +0 -2
- package/es/utils/layoutSettingAssist.js +0 -60
- package/es/utils/metaDataAssist.js +0 -69
- package/es/utils/storageAssist.js +0 -153
|
@@ -1,95 +0,0 @@
|
|
|
1
|
-
import { _ as _objectSpread2 } from '../../../objectSpread2.js';
|
|
2
|
-
import { _ as _inherits, a as _classCallCheck, e as _assertThisInitialized, b as _createClass, c as _getPrototypeOf, d as _possibleConstructorReturn } from '../../../getPrototypeOf.js';
|
|
3
|
-
import { _ as _get } from '../../../get.js';
|
|
4
|
-
import { drawerConfig } from 'antd-management-fast-common/es/utils/constants';
|
|
5
|
-
import { iconBuilder } from 'antd-management-fast-component/es/customComponents/Icon';
|
|
6
|
-
import BaseNeedlessLoadDrawer from '../BaseNeedlessLoadDrawer/index.js';
|
|
7
|
-
import '../../../toPropertyKey.js';
|
|
8
|
-
import '../../../typeof.js';
|
|
9
|
-
import 'antd-management-fast-common/es/utils/tools';
|
|
10
|
-
import '../Base/index.js';
|
|
11
|
-
import '../../../toConsumableArray.js';
|
|
12
|
-
import '../../../unsupportedIterableToArray.js';
|
|
13
|
-
import '../../../index2.js';
|
|
14
|
-
import 'antd';
|
|
15
|
-
import 'react';
|
|
16
|
-
import 'antd-management-fast-common/es/utils/dynamicSetting';
|
|
17
|
-
import 'antd-management-fast-common/es/utils/requestAssistor';
|
|
18
|
-
import 'antd-management-fast-component/es/customComponents/AnimalBox/FadeBox';
|
|
19
|
-
import 'antd-management-fast-component/es/customComponents/AnimalBox/QueueBox';
|
|
20
|
-
import 'antd-management-fast-component/es/customComponents/AudioUpload';
|
|
21
|
-
import 'antd-management-fast-component/es/customComponents/ColorText';
|
|
22
|
-
import 'antd-management-fast-component/es/customComponents/Editor/TinymceWrapper';
|
|
23
|
-
import 'antd-management-fast-component/es/customComponents/FileBase64Upload';
|
|
24
|
-
import 'antd-management-fast-component/es/customComponents/FileUpload';
|
|
25
|
-
import 'antd-management-fast-component/es/customComponents/FlexBox';
|
|
26
|
-
import 'antd-management-fast-component/es/customComponents/FlexText';
|
|
27
|
-
import 'antd-management-fast-component/es/customComponents/FunctionComponent';
|
|
28
|
-
import 'antd-management-fast-component/es/customComponents/FunctionSupplement/Whether';
|
|
29
|
-
import 'antd-management-fast-component/es/customComponents/HelpBox';
|
|
30
|
-
import 'antd-management-fast-component/es/customComponents/HelpCard';
|
|
31
|
-
import 'antd-management-fast-component/es/customComponents/HtmlBox';
|
|
32
|
-
import 'antd-management-fast-component/es/customComponents/IconInfo';
|
|
33
|
-
import 'antd-management-fast-component/es/customComponents/ImageBox';
|
|
34
|
-
import 'antd-management-fast-component/es/customComponents/ImageUpload';
|
|
35
|
-
import 'antd-management-fast-component/es/customComponents/VideoUpload';
|
|
36
|
-
import '../../../utils/metaDataAssist.js';
|
|
37
|
-
import '../../../index3.js';
|
|
38
|
-
import 'antd-management-fast-common/es/utils/actionAssist';
|
|
39
|
-
import 'antd-management-fast-common/es/utils/dva';
|
|
40
|
-
import '../../../utils/storageAssist.js';
|
|
41
|
-
import 'antd-management-fast-common/es/utils/globalStorageAssist';
|
|
42
|
-
import 'antd-management-fast-common/es/utils/localStorageAssist';
|
|
43
|
-
import '../../Core/index.js';
|
|
44
|
-
import 'antd-management-fast-component/es/customComponents/BaseComponent';
|
|
45
|
-
import '../../DataOperation/BaseWindow/index.js';
|
|
46
|
-
import '../../DataOperation/Base/index.js';
|
|
47
|
-
import '../../AuthorizationWrapper/index.js';
|
|
48
|
-
import 'antd-management-fast-common/es/utils/authority';
|
|
49
|
-
import '../../CustomWrapper/SupplementWrapper/index.js';
|
|
50
|
-
import '../../CustomWrapper/Supplement/index.js';
|
|
51
|
-
import '../../CustomWrapper/SupplementCore/index.js';
|
|
52
|
-
|
|
53
|
-
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
54
|
-
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
55
|
-
var BaseAddDrawer = /*#__PURE__*/function (_BaseNeedlessLoadDraw) {
|
|
56
|
-
_inherits(BaseAddDrawer, _BaseNeedlessLoadDraw);
|
|
57
|
-
var _super = _createSuper(BaseAddDrawer);
|
|
58
|
-
function BaseAddDrawer(props) {
|
|
59
|
-
var _this;
|
|
60
|
-
_classCallCheck(this, BaseAddDrawer);
|
|
61
|
-
_this = _super.call(this, props);
|
|
62
|
-
_this.adjustWhenDidMount = function () {
|
|
63
|
-
_this.fillData({});
|
|
64
|
-
};
|
|
65
|
-
_this.buildBottomBarInnerDefaultConfigList = function () {
|
|
66
|
-
var buttonProcessing = _this.getSaveButtonProcessing();
|
|
67
|
-
var that = _assertThisInitialized(_this);
|
|
68
|
-
return [{
|
|
69
|
-
buildType: drawerConfig.bottomBarBuildType.generalButton,
|
|
70
|
-
type: 'primary',
|
|
71
|
-
icon: iconBuilder.save(),
|
|
72
|
-
text: '保存',
|
|
73
|
-
disabled: buttonProcessing,
|
|
74
|
-
handleClick: function handleClick(e) {
|
|
75
|
-
that.handleOk(e);
|
|
76
|
-
}
|
|
77
|
-
}, {
|
|
78
|
-
buildType: drawerConfig.bottomBarBuildType.close
|
|
79
|
-
}];
|
|
80
|
-
};
|
|
81
|
-
_this.state = _objectSpread2(_objectSpread2({}, _this.state), {
|
|
82
|
-
showBottomBar: true
|
|
83
|
-
});
|
|
84
|
-
return _this;
|
|
85
|
-
}
|
|
86
|
-
_createClass(BaseAddDrawer, null, [{
|
|
87
|
-
key: "getDerivedStateFromProps",
|
|
88
|
-
value: function getDerivedStateFromProps(nextProps, prevState) {
|
|
89
|
-
return _get(_getPrototypeOf(BaseAddDrawer), "getDerivedStateFromProps", this).call(this, nextProps, prevState);
|
|
90
|
-
}
|
|
91
|
-
}]);
|
|
92
|
-
return BaseAddDrawer;
|
|
93
|
-
}(BaseNeedlessLoadDrawer);
|
|
94
|
-
|
|
95
|
-
export { BaseAddDrawer as default };
|
|
@@ -1,82 +0,0 @@
|
|
|
1
|
-
import { _ as _inherits, a as _classCallCheck, b as _createClass, c as _getPrototypeOf, d as _possibleConstructorReturn } from '../../../getPrototypeOf.js';
|
|
2
|
-
import { _ as _get } from '../../../get.js';
|
|
3
|
-
import Base from '../Base/index.js';
|
|
4
|
-
import '../../../toPropertyKey.js';
|
|
5
|
-
import '../../../typeof.js';
|
|
6
|
-
import '../../../toConsumableArray.js';
|
|
7
|
-
import '../../../unsupportedIterableToArray.js';
|
|
8
|
-
import '../../../objectSpread2.js';
|
|
9
|
-
import '../../../index2.js';
|
|
10
|
-
import 'antd';
|
|
11
|
-
import 'react';
|
|
12
|
-
import 'antd-management-fast-common/es/utils/constants';
|
|
13
|
-
import 'antd-management-fast-common/es/utils/dynamicSetting';
|
|
14
|
-
import 'antd-management-fast-common/es/utils/requestAssistor';
|
|
15
|
-
import 'antd-management-fast-common/es/utils/tools';
|
|
16
|
-
import 'antd-management-fast-component/es/customComponents/AnimalBox/FadeBox';
|
|
17
|
-
import 'antd-management-fast-component/es/customComponents/AnimalBox/QueueBox';
|
|
18
|
-
import 'antd-management-fast-component/es/customComponents/AudioUpload';
|
|
19
|
-
import 'antd-management-fast-component/es/customComponents/ColorText';
|
|
20
|
-
import 'antd-management-fast-component/es/customComponents/Editor/TinymceWrapper';
|
|
21
|
-
import 'antd-management-fast-component/es/customComponents/FileBase64Upload';
|
|
22
|
-
import 'antd-management-fast-component/es/customComponents/FileUpload';
|
|
23
|
-
import 'antd-management-fast-component/es/customComponents/FlexBox';
|
|
24
|
-
import 'antd-management-fast-component/es/customComponents/FlexText';
|
|
25
|
-
import 'antd-management-fast-component/es/customComponents/FunctionComponent';
|
|
26
|
-
import 'antd-management-fast-component/es/customComponents/FunctionSupplement/Whether';
|
|
27
|
-
import 'antd-management-fast-component/es/customComponents/HelpBox';
|
|
28
|
-
import 'antd-management-fast-component/es/customComponents/HelpCard';
|
|
29
|
-
import 'antd-management-fast-component/es/customComponents/HtmlBox';
|
|
30
|
-
import 'antd-management-fast-component/es/customComponents/Icon';
|
|
31
|
-
import 'antd-management-fast-component/es/customComponents/IconInfo';
|
|
32
|
-
import 'antd-management-fast-component/es/customComponents/ImageBox';
|
|
33
|
-
import 'antd-management-fast-component/es/customComponents/ImageUpload';
|
|
34
|
-
import 'antd-management-fast-component/es/customComponents/VideoUpload';
|
|
35
|
-
import '../../../utils/metaDataAssist.js';
|
|
36
|
-
import '../../../index3.js';
|
|
37
|
-
import 'antd-management-fast-common/es/utils/actionAssist';
|
|
38
|
-
import 'antd-management-fast-common/es/utils/dva';
|
|
39
|
-
import '../../../utils/storageAssist.js';
|
|
40
|
-
import 'antd-management-fast-common/es/utils/globalStorageAssist';
|
|
41
|
-
import 'antd-management-fast-common/es/utils/localStorageAssist';
|
|
42
|
-
import '../../Core/index.js';
|
|
43
|
-
import 'antd-management-fast-component/es/customComponents/BaseComponent';
|
|
44
|
-
import '../../DataOperation/BaseWindow/index.js';
|
|
45
|
-
import '../../DataOperation/Base/index.js';
|
|
46
|
-
import '../../AuthorizationWrapper/index.js';
|
|
47
|
-
import 'antd-management-fast-common/es/utils/authority';
|
|
48
|
-
import '../../CustomWrapper/SupplementWrapper/index.js';
|
|
49
|
-
import '../../CustomWrapper/Supplement/index.js';
|
|
50
|
-
import '../../CustomWrapper/SupplementCore/index.js';
|
|
51
|
-
|
|
52
|
-
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
53
|
-
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
54
|
-
var BaseLoadDrawer = /*#__PURE__*/function (_Base) {
|
|
55
|
-
_inherits(BaseLoadDrawer, _Base);
|
|
56
|
-
var _super = _createSuper(BaseLoadDrawer);
|
|
57
|
-
function BaseLoadDrawer() {
|
|
58
|
-
var _this;
|
|
59
|
-
_classCallCheck(this, BaseLoadDrawer);
|
|
60
|
-
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
|
61
|
-
args[_key] = arguments[_key];
|
|
62
|
-
}
|
|
63
|
-
_this = _super.call.apply(_super, [this].concat(args));
|
|
64
|
-
_this.doOtherWhenChangeVisibleToShow = function (preProps, preState, snapshot) {
|
|
65
|
-
_this.reloadData({
|
|
66
|
-
dataLoading: true
|
|
67
|
-
}, null, 300);
|
|
68
|
-
};
|
|
69
|
-
return _this;
|
|
70
|
-
}
|
|
71
|
-
_createClass(BaseLoadDrawer, null, [{
|
|
72
|
-
key: "getDerivedStateFromProps",
|
|
73
|
-
value: function getDerivedStateFromProps(nextProps, prevState) {
|
|
74
|
-
return _get(_getPrototypeOf(BaseLoadDrawer), "getDerivedStateFromProps", this).call(this, nextProps, prevState);
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
78
|
-
}]);
|
|
79
|
-
return BaseLoadDrawer;
|
|
80
|
-
}(Base);
|
|
81
|
-
|
|
82
|
-
export { BaseLoadDrawer as default };
|
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
import { _ as _objectSpread2 } from '../../../objectSpread2.js';
|
|
2
|
-
import { _ as _inherits, a as _classCallCheck, b as _createClass, c as _getPrototypeOf, d as _possibleConstructorReturn } from '../../../getPrototypeOf.js';
|
|
3
|
-
import { _ as _get } from '../../../get.js';
|
|
4
|
-
import { formNameCollection, datetimeFormat } from 'antd-management-fast-common/es/utils/constants';
|
|
5
|
-
import { formatDatetime } from 'antd-management-fast-common/es/utils/tools';
|
|
6
|
-
import Base from '../Base/index.js';
|
|
7
|
-
import '../../../toPropertyKey.js';
|
|
8
|
-
import '../../../typeof.js';
|
|
9
|
-
import '../../../toConsumableArray.js';
|
|
10
|
-
import '../../../unsupportedIterableToArray.js';
|
|
11
|
-
import '../../../index2.js';
|
|
12
|
-
import 'antd';
|
|
13
|
-
import 'react';
|
|
14
|
-
import 'antd-management-fast-common/es/utils/dynamicSetting';
|
|
15
|
-
import 'antd-management-fast-common/es/utils/requestAssistor';
|
|
16
|
-
import 'antd-management-fast-component/es/customComponents/AnimalBox/FadeBox';
|
|
17
|
-
import 'antd-management-fast-component/es/customComponents/AnimalBox/QueueBox';
|
|
18
|
-
import 'antd-management-fast-component/es/customComponents/AudioUpload';
|
|
19
|
-
import 'antd-management-fast-component/es/customComponents/ColorText';
|
|
20
|
-
import 'antd-management-fast-component/es/customComponents/Editor/TinymceWrapper';
|
|
21
|
-
import 'antd-management-fast-component/es/customComponents/FileBase64Upload';
|
|
22
|
-
import 'antd-management-fast-component/es/customComponents/FileUpload';
|
|
23
|
-
import 'antd-management-fast-component/es/customComponents/FlexBox';
|
|
24
|
-
import 'antd-management-fast-component/es/customComponents/FlexText';
|
|
25
|
-
import 'antd-management-fast-component/es/customComponents/FunctionComponent';
|
|
26
|
-
import 'antd-management-fast-component/es/customComponents/FunctionSupplement/Whether';
|
|
27
|
-
import 'antd-management-fast-component/es/customComponents/HelpBox';
|
|
28
|
-
import 'antd-management-fast-component/es/customComponents/HelpCard';
|
|
29
|
-
import 'antd-management-fast-component/es/customComponents/HtmlBox';
|
|
30
|
-
import 'antd-management-fast-component/es/customComponents/Icon';
|
|
31
|
-
import 'antd-management-fast-component/es/customComponents/IconInfo';
|
|
32
|
-
import 'antd-management-fast-component/es/customComponents/ImageBox';
|
|
33
|
-
import 'antd-management-fast-component/es/customComponents/ImageUpload';
|
|
34
|
-
import 'antd-management-fast-component/es/customComponents/VideoUpload';
|
|
35
|
-
import '../../../utils/metaDataAssist.js';
|
|
36
|
-
import '../../../index3.js';
|
|
37
|
-
import 'antd-management-fast-common/es/utils/actionAssist';
|
|
38
|
-
import 'antd-management-fast-common/es/utils/dva';
|
|
39
|
-
import '../../../utils/storageAssist.js';
|
|
40
|
-
import 'antd-management-fast-common/es/utils/globalStorageAssist';
|
|
41
|
-
import 'antd-management-fast-common/es/utils/localStorageAssist';
|
|
42
|
-
import '../../Core/index.js';
|
|
43
|
-
import 'antd-management-fast-component/es/customComponents/BaseComponent';
|
|
44
|
-
import '../../DataOperation/BaseWindow/index.js';
|
|
45
|
-
import '../../DataOperation/Base/index.js';
|
|
46
|
-
import '../../AuthorizationWrapper/index.js';
|
|
47
|
-
import 'antd-management-fast-common/es/utils/authority';
|
|
48
|
-
import '../../CustomWrapper/SupplementWrapper/index.js';
|
|
49
|
-
import '../../CustomWrapper/Supplement/index.js';
|
|
50
|
-
import '../../CustomWrapper/SupplementCore/index.js';
|
|
51
|
-
|
|
52
|
-
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
53
|
-
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
54
|
-
var BaseNeedlessLoadDrawer = /*#__PURE__*/function (_Base) {
|
|
55
|
-
_inherits(BaseNeedlessLoadDrawer, _Base);
|
|
56
|
-
var _super = _createSuper(BaseNeedlessLoadDrawer);
|
|
57
|
-
function BaseNeedlessLoadDrawer(props) {
|
|
58
|
-
var _this;
|
|
59
|
-
_classCallCheck(this, BaseNeedlessLoadDrawer);
|
|
60
|
-
_this = _super.call(this, props);
|
|
61
|
-
_this.resetDataAfterLoad = false;
|
|
62
|
-
_this.doOtherWhenChangeVisibleToShow = function (preProps, preState, snapshot) {
|
|
63
|
-
var form = _this.getTargetForm();
|
|
64
|
-
if (!form) {
|
|
65
|
-
return;
|
|
66
|
-
}
|
|
67
|
-
form.resetFields();
|
|
68
|
-
};
|
|
69
|
-
_this.buildInitialValues = function () {
|
|
70
|
-
return _this.fillDefaultInitialValues();
|
|
71
|
-
};
|
|
72
|
-
_this.fillDefaultInitialValues = function () {
|
|
73
|
-
var initialValues = {};
|
|
74
|
-
initialValues[formNameCollection.createTime.name] = formatDatetime({
|
|
75
|
-
data: new Date(),
|
|
76
|
-
format: datetimeFormat.yearMonthDayHourMinute
|
|
77
|
-
});
|
|
78
|
-
return initialValues;
|
|
79
|
-
};
|
|
80
|
-
_this.state = _objectSpread2({}, _this.state);
|
|
81
|
-
return _this;
|
|
82
|
-
}
|
|
83
|
-
_createClass(BaseNeedlessLoadDrawer, null, [{
|
|
84
|
-
key: "getDerivedStateFromProps",
|
|
85
|
-
value: function getDerivedStateFromProps(nextProps, prevState) {
|
|
86
|
-
return _get(_getPrototypeOf(BaseNeedlessLoadDrawer), "getDerivedStateFromProps", this).call(this, nextProps, prevState);
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
90
|
-
}]);
|
|
91
|
-
return BaseNeedlessLoadDrawer;
|
|
92
|
-
}(Base);
|
|
93
|
-
|
|
94
|
-
export { BaseNeedlessLoadDrawer as default };
|
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
import { _ as _objectSpread2 } from '../../../objectSpread2.js';
|
|
2
|
-
import { _ as _inherits, a as _classCallCheck, b as _createClass, c as _getPrototypeOf, d as _possibleConstructorReturn } from '../../../getPrototypeOf.js';
|
|
3
|
-
import { _ as _get } from '../../../get.js';
|
|
4
|
-
import { drawerConfig } from 'antd-management-fast-common/es/utils/constants';
|
|
5
|
-
import Base from '../Base/index.js';
|
|
6
|
-
import '../../../toPropertyKey.js';
|
|
7
|
-
import '../../../typeof.js';
|
|
8
|
-
import '../../../toConsumableArray.js';
|
|
9
|
-
import '../../../unsupportedIterableToArray.js';
|
|
10
|
-
import '../../../index2.js';
|
|
11
|
-
import 'antd';
|
|
12
|
-
import 'react';
|
|
13
|
-
import 'antd-management-fast-common/es/utils/dynamicSetting';
|
|
14
|
-
import 'antd-management-fast-common/es/utils/requestAssistor';
|
|
15
|
-
import 'antd-management-fast-common/es/utils/tools';
|
|
16
|
-
import 'antd-management-fast-component/es/customComponents/AnimalBox/FadeBox';
|
|
17
|
-
import 'antd-management-fast-component/es/customComponents/AnimalBox/QueueBox';
|
|
18
|
-
import 'antd-management-fast-component/es/customComponents/AudioUpload';
|
|
19
|
-
import 'antd-management-fast-component/es/customComponents/ColorText';
|
|
20
|
-
import 'antd-management-fast-component/es/customComponents/Editor/TinymceWrapper';
|
|
21
|
-
import 'antd-management-fast-component/es/customComponents/FileBase64Upload';
|
|
22
|
-
import 'antd-management-fast-component/es/customComponents/FileUpload';
|
|
23
|
-
import 'antd-management-fast-component/es/customComponents/FlexBox';
|
|
24
|
-
import 'antd-management-fast-component/es/customComponents/FlexText';
|
|
25
|
-
import 'antd-management-fast-component/es/customComponents/FunctionComponent';
|
|
26
|
-
import 'antd-management-fast-component/es/customComponents/FunctionSupplement/Whether';
|
|
27
|
-
import 'antd-management-fast-component/es/customComponents/HelpBox';
|
|
28
|
-
import 'antd-management-fast-component/es/customComponents/HelpCard';
|
|
29
|
-
import 'antd-management-fast-component/es/customComponents/HtmlBox';
|
|
30
|
-
import 'antd-management-fast-component/es/customComponents/Icon';
|
|
31
|
-
import 'antd-management-fast-component/es/customComponents/IconInfo';
|
|
32
|
-
import 'antd-management-fast-component/es/customComponents/ImageBox';
|
|
33
|
-
import 'antd-management-fast-component/es/customComponents/ImageUpload';
|
|
34
|
-
import 'antd-management-fast-component/es/customComponents/VideoUpload';
|
|
35
|
-
import '../../../utils/metaDataAssist.js';
|
|
36
|
-
import '../../../index3.js';
|
|
37
|
-
import 'antd-management-fast-common/es/utils/actionAssist';
|
|
38
|
-
import 'antd-management-fast-common/es/utils/dva';
|
|
39
|
-
import '../../../utils/storageAssist.js';
|
|
40
|
-
import 'antd-management-fast-common/es/utils/globalStorageAssist';
|
|
41
|
-
import 'antd-management-fast-common/es/utils/localStorageAssist';
|
|
42
|
-
import '../../Core/index.js';
|
|
43
|
-
import 'antd-management-fast-component/es/customComponents/BaseComponent';
|
|
44
|
-
import '../../DataOperation/BaseWindow/index.js';
|
|
45
|
-
import '../../DataOperation/Base/index.js';
|
|
46
|
-
import '../../AuthorizationWrapper/index.js';
|
|
47
|
-
import 'antd-management-fast-common/es/utils/authority';
|
|
48
|
-
import '../../CustomWrapper/SupplementWrapper/index.js';
|
|
49
|
-
import '../../CustomWrapper/Supplement/index.js';
|
|
50
|
-
import '../../CustomWrapper/SupplementCore/index.js';
|
|
51
|
-
|
|
52
|
-
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
53
|
-
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
54
|
-
var BaseSaveDrawer = /*#__PURE__*/function (_Base) {
|
|
55
|
-
_inherits(BaseSaveDrawer, _Base);
|
|
56
|
-
var _super = _createSuper(BaseSaveDrawer);
|
|
57
|
-
function BaseSaveDrawer(props) {
|
|
58
|
-
var _this;
|
|
59
|
-
_classCallCheck(this, BaseSaveDrawer);
|
|
60
|
-
_this = _super.call(this, props);
|
|
61
|
-
_this.adjustWhenDidMount = function () {
|
|
62
|
-
_this.fillData({});
|
|
63
|
-
};
|
|
64
|
-
_this.buildBottomBarInnerDefaultConfigList = function () {
|
|
65
|
-
return [{
|
|
66
|
-
buildType: drawerConfig.bottomBarBuildType.save
|
|
67
|
-
}, {
|
|
68
|
-
buildType: drawerConfig.bottomBarBuildType.close
|
|
69
|
-
}];
|
|
70
|
-
};
|
|
71
|
-
_this.state = _objectSpread2(_objectSpread2({}, _this.state), {
|
|
72
|
-
showBottomBar: true
|
|
73
|
-
});
|
|
74
|
-
return _this;
|
|
75
|
-
}
|
|
76
|
-
_createClass(BaseSaveDrawer, null, [{
|
|
77
|
-
key: "getDerivedStateFromProps",
|
|
78
|
-
value: function getDerivedStateFromProps(nextProps, prevState) {
|
|
79
|
-
return _get(_getPrototypeOf(BaseSaveDrawer), "getDerivedStateFromProps", this).call(this, nextProps, prevState);
|
|
80
|
-
}
|
|
81
|
-
}]);
|
|
82
|
-
return BaseSaveDrawer;
|
|
83
|
-
}(Base);
|
|
84
|
-
|
|
85
|
-
export { BaseSaveDrawer as default };
|
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
import { _ as _objectSpread2 } from '../../../objectSpread2.js';
|
|
2
|
-
import { _ as _inherits, a as _classCallCheck, b as _createClass, c as _getPrototypeOf, d as _possibleConstructorReturn } from '../../../getPrototypeOf.js';
|
|
3
|
-
import { _ as _get } from '../../../get.js';
|
|
4
|
-
import { drawerConfig } from 'antd-management-fast-common/es/utils/constants';
|
|
5
|
-
import BaseLoadDrawer from '../BaseLoadDrawer/index.js';
|
|
6
|
-
import '../../../toPropertyKey.js';
|
|
7
|
-
import '../../../typeof.js';
|
|
8
|
-
import '../Base/index.js';
|
|
9
|
-
import '../../../toConsumableArray.js';
|
|
10
|
-
import '../../../unsupportedIterableToArray.js';
|
|
11
|
-
import '../../../index2.js';
|
|
12
|
-
import 'antd';
|
|
13
|
-
import 'react';
|
|
14
|
-
import 'antd-management-fast-common/es/utils/dynamicSetting';
|
|
15
|
-
import 'antd-management-fast-common/es/utils/requestAssistor';
|
|
16
|
-
import 'antd-management-fast-common/es/utils/tools';
|
|
17
|
-
import 'antd-management-fast-component/es/customComponents/AnimalBox/FadeBox';
|
|
18
|
-
import 'antd-management-fast-component/es/customComponents/AnimalBox/QueueBox';
|
|
19
|
-
import 'antd-management-fast-component/es/customComponents/AudioUpload';
|
|
20
|
-
import 'antd-management-fast-component/es/customComponents/ColorText';
|
|
21
|
-
import 'antd-management-fast-component/es/customComponents/Editor/TinymceWrapper';
|
|
22
|
-
import 'antd-management-fast-component/es/customComponents/FileBase64Upload';
|
|
23
|
-
import 'antd-management-fast-component/es/customComponents/FileUpload';
|
|
24
|
-
import 'antd-management-fast-component/es/customComponents/FlexBox';
|
|
25
|
-
import 'antd-management-fast-component/es/customComponents/FlexText';
|
|
26
|
-
import 'antd-management-fast-component/es/customComponents/FunctionComponent';
|
|
27
|
-
import 'antd-management-fast-component/es/customComponents/FunctionSupplement/Whether';
|
|
28
|
-
import 'antd-management-fast-component/es/customComponents/HelpBox';
|
|
29
|
-
import 'antd-management-fast-component/es/customComponents/HelpCard';
|
|
30
|
-
import 'antd-management-fast-component/es/customComponents/HtmlBox';
|
|
31
|
-
import 'antd-management-fast-component/es/customComponents/Icon';
|
|
32
|
-
import 'antd-management-fast-component/es/customComponents/IconInfo';
|
|
33
|
-
import 'antd-management-fast-component/es/customComponents/ImageBox';
|
|
34
|
-
import 'antd-management-fast-component/es/customComponents/ImageUpload';
|
|
35
|
-
import 'antd-management-fast-component/es/customComponents/VideoUpload';
|
|
36
|
-
import '../../../utils/metaDataAssist.js';
|
|
37
|
-
import '../../../index3.js';
|
|
38
|
-
import 'antd-management-fast-common/es/utils/actionAssist';
|
|
39
|
-
import 'antd-management-fast-common/es/utils/dva';
|
|
40
|
-
import '../../../utils/storageAssist.js';
|
|
41
|
-
import 'antd-management-fast-common/es/utils/globalStorageAssist';
|
|
42
|
-
import 'antd-management-fast-common/es/utils/localStorageAssist';
|
|
43
|
-
import '../../Core/index.js';
|
|
44
|
-
import 'antd-management-fast-component/es/customComponents/BaseComponent';
|
|
45
|
-
import '../../DataOperation/BaseWindow/index.js';
|
|
46
|
-
import '../../DataOperation/Base/index.js';
|
|
47
|
-
import '../../AuthorizationWrapper/index.js';
|
|
48
|
-
import 'antd-management-fast-common/es/utils/authority';
|
|
49
|
-
import '../../CustomWrapper/SupplementWrapper/index.js';
|
|
50
|
-
import '../../CustomWrapper/Supplement/index.js';
|
|
51
|
-
import '../../CustomWrapper/SupplementCore/index.js';
|
|
52
|
-
|
|
53
|
-
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
54
|
-
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
55
|
-
var BaseUpdateDrawer = /*#__PURE__*/function (_BaseLoadDrawer) {
|
|
56
|
-
_inherits(BaseUpdateDrawer, _BaseLoadDrawer);
|
|
57
|
-
var _super = _createSuper(BaseUpdateDrawer);
|
|
58
|
-
function BaseUpdateDrawer(props) {
|
|
59
|
-
var _this;
|
|
60
|
-
_classCallCheck(this, BaseUpdateDrawer);
|
|
61
|
-
_this = _super.call(this, props);
|
|
62
|
-
_this.buildBottomBarInnerDefaultConfigList = function () {
|
|
63
|
-
return [{
|
|
64
|
-
buildType: drawerConfig.bottomBarBuildType.save
|
|
65
|
-
}, {
|
|
66
|
-
buildType: drawerConfig.bottomBarBuildType.close
|
|
67
|
-
}];
|
|
68
|
-
};
|
|
69
|
-
_this.state = _objectSpread2(_objectSpread2({}, _this.state), {
|
|
70
|
-
showBottomBar: true
|
|
71
|
-
});
|
|
72
|
-
return _this;
|
|
73
|
-
}
|
|
74
|
-
_createClass(BaseUpdateDrawer, null, [{
|
|
75
|
-
key: "getDerivedStateFromProps",
|
|
76
|
-
value: function getDerivedStateFromProps(nextProps, prevState) {
|
|
77
|
-
return _get(_getPrototypeOf(BaseUpdateDrawer), "getDerivedStateFromProps", this).call(this, nextProps, prevState);
|
|
78
|
-
}
|
|
79
|
-
}]);
|
|
80
|
-
return BaseUpdateDrawer;
|
|
81
|
-
}(BaseLoadDrawer);
|
|
82
|
-
|
|
83
|
-
export { BaseUpdateDrawer as default };
|