wargerm 0.7.26 → 0.7.27
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/dist/index.d.ts
CHANGED
@@ -36,6 +36,7 @@ export { default as ModalTips } from './components/ModalTips';
|
|
36
36
|
export { default as DragBox } from './components/DragBox';
|
37
37
|
export { default as ModalForm } from './components/ModalForm';
|
38
38
|
export { default as TabelCard } from './components/TabelCard';
|
39
|
+
export { default as TableEdit } from './components/TableEdit';
|
39
40
|
export { default as Cascader } from './components/Cascader';
|
40
41
|
export { default as Calendar } from './components/Calendar';
|
41
42
|
export { default as WebsocketHeart } from './components/WebsocketHeart';
|
package/dist/index.esm.js
CHANGED
@@ -7789,6 +7789,19 @@ var TabelCard = function TabelCard(props, ref) {
|
|
7789
7789
|
|
7790
7790
|
var index$4 = /*#__PURE__*/React.forwardRef(TabelCard);
|
7791
7791
|
|
7792
|
+
/*
|
7793
|
+
* @Author: lijin
|
7794
|
+
* @Date: 2023-09-18 14:20:21
|
7795
|
+
* @LastEditTime: 2023-09-18 17:52:29
|
7796
|
+
* @LastEditors: lijin
|
7797
|
+
* @Description:
|
7798
|
+
* @FilePath: \wargerm\src\components\TableEdit\index.tsx
|
7799
|
+
* 可以输入预定的版权声明、个性签名、空行等
|
7800
|
+
*/
|
7801
|
+
function TableEdit() {
|
7802
|
+
return /*#__PURE__*/React.createElement("div", null, "TableEdit");
|
7803
|
+
}
|
7804
|
+
|
7792
7805
|
extend(localeData);
|
7793
7806
|
var YEAER_MONTH_FORMAT_EN = 'YYYY-MM';
|
7794
7807
|
|
@@ -13082,10 +13095,10 @@ function WaterLevelCharts(config) {
|
|
13082
13095
|
/*
|
13083
13096
|
* @Author: lijin
|
13084
13097
|
* @Date: 2021-09-09 11:02:54
|
13085
|
-
* @LastEditTime: 2023-
|
13098
|
+
* @LastEditTime: 2023-09-18 17:44:13
|
13086
13099
|
* @LastEditors: lijin
|
13087
13100
|
* @Description:
|
13088
|
-
* @FilePath: \wargerm
|
13101
|
+
* @FilePath: \wargerm\src\index.ts
|
13089
13102
|
* 可以输入预定的版权声明、个性签名、空行等
|
13090
13103
|
*/
|
13091
13104
|
console.log(REACT_APP_ENV, 'REACT_APP_ENV');
|
@@ -13095,4 +13108,4 @@ if (REACT_APP_ENV == 'development') {
|
|
13095
13108
|
document.documentElement.setAttribute(COLOR_ATTR_NAME, 'sd');
|
13096
13109
|
}
|
13097
13110
|
|
13098
|
-
export { Index$b as AutoScroll, Index$d as Breadcrumb, WButton as Button, index$5 as Calendar, index$3 as Card, WCascader as Cascader, Index$4 as Checkbox, Index$a as CountUp, Index$2 as DatePicker, index$7 as DhPlayer, DragBox, index as IconFont, Index as Input, WInputNumber as InputNumber, LineEcharts, Modal, ModalForm$1 as ModalForm, Modal$1 as ModalTips, index$9 as NtTable, Index$9 as Number, NumericInput, Index$3 as Radio, index$2 as RequestRenderDom, Index$5 as Select, Index$c as Swiper, WSwitch as Switch, index$4 as TabelCard, index$1 as Table, Index$7 as TreeSelect, Upload, index$8 as Video, index$6 as VideoPlayer, Index$6 as WDatePicker, WForm$1 as WForm, WaterLevelCharts, WebsocketHeart, useEventEmitter, useStateWithCall, wTracing, create as whox, wmox };
|
13111
|
+
export { Index$b as AutoScroll, Index$d as Breadcrumb, WButton as Button, index$5 as Calendar, index$3 as Card, WCascader as Cascader, Index$4 as Checkbox, Index$a as CountUp, Index$2 as DatePicker, index$7 as DhPlayer, DragBox, index as IconFont, Index as Input, WInputNumber as InputNumber, LineEcharts, Modal, ModalForm$1 as ModalForm, Modal$1 as ModalTips, index$9 as NtTable, Index$9 as Number, NumericInput, Index$3 as Radio, index$2 as RequestRenderDom, Index$5 as Select, Index$c as Swiper, WSwitch as Switch, index$4 as TabelCard, index$1 as Table, TableEdit, Index$7 as TreeSelect, Upload, index$8 as Video, index$6 as VideoPlayer, Index$6 as WDatePicker, WForm$1 as WForm, WaterLevelCharts, WebsocketHeart, useEventEmitter, useStateWithCall, wTracing, create as whox, wmox };
|
package/dist/index.js
CHANGED
@@ -7833,6 +7833,19 @@ var TabelCard = function TabelCard(props, ref) {
|
|
7833
7833
|
|
7834
7834
|
var index$4 = /*#__PURE__*/React__default['default'].forwardRef(TabelCard);
|
7835
7835
|
|
7836
|
+
/*
|
7837
|
+
* @Author: lijin
|
7838
|
+
* @Date: 2023-09-18 14:20:21
|
7839
|
+
* @LastEditTime: 2023-09-18 17:52:29
|
7840
|
+
* @LastEditors: lijin
|
7841
|
+
* @Description:
|
7842
|
+
* @FilePath: \wargerm\src\components\TableEdit\index.tsx
|
7843
|
+
* 可以输入预定的版权声明、个性签名、空行等
|
7844
|
+
*/
|
7845
|
+
function TableEdit() {
|
7846
|
+
return /*#__PURE__*/React__default['default'].createElement("div", null, "TableEdit");
|
7847
|
+
}
|
7848
|
+
|
7836
7849
|
dayjs.extend(localeData__default['default']);
|
7837
7850
|
var YEAER_MONTH_FORMAT_EN = 'YYYY-MM';
|
7838
7851
|
|
@@ -13126,10 +13139,10 @@ function WaterLevelCharts(config) {
|
|
13126
13139
|
/*
|
13127
13140
|
* @Author: lijin
|
13128
13141
|
* @Date: 2021-09-09 11:02:54
|
13129
|
-
* @LastEditTime: 2023-
|
13142
|
+
* @LastEditTime: 2023-09-18 17:44:13
|
13130
13143
|
* @LastEditors: lijin
|
13131
13144
|
* @Description:
|
13132
|
-
* @FilePath: \wargerm
|
13145
|
+
* @FilePath: \wargerm\src\index.ts
|
13133
13146
|
* 可以输入预定的版权声明、个性签名、空行等
|
13134
13147
|
*/
|
13135
13148
|
console.log(REACT_APP_ENV, 'REACT_APP_ENV');
|
@@ -13167,6 +13180,7 @@ exports.Swiper = Index$c;
|
|
13167
13180
|
exports.Switch = WSwitch;
|
13168
13181
|
exports.TabelCard = index$4;
|
13169
13182
|
exports.Table = index$1;
|
13183
|
+
exports.TableEdit = TableEdit;
|
13170
13184
|
exports.TreeSelect = Index$7;
|
13171
13185
|
exports.Upload = Upload;
|
13172
13186
|
exports.Video = index$8;
|