tntd 1.4.26 → 1.4.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (111) hide show
  1. package/babel.config.js +20 -20
  2. package/dist/stats.json +90 -90
  3. package/es/ArrayInput/icon.js +3 -11
  4. package/es/ArrayInput/index.js +57 -67
  5. package/es/AuthContext.js +3 -13
  6. package/es/Columns/index.js +12 -24
  7. package/es/DevelopmentLogin/LoginModal.js +22 -29
  8. package/es/DevelopmentLogin/index.js +13 -29
  9. package/es/Ellipsis/Svg/CopySVG.js +2 -11
  10. package/es/Ellipsis/Svg/TickSVG.js +2 -11
  11. package/es/Ellipsis/index.js +25 -33
  12. package/es/Handle/index.js +29 -46
  13. package/es/Icon/fonts/iconfont.js +0 -2
  14. package/es/Icon/iconList.js +1 -8
  15. package/es/Icon/index.js +5 -25
  16. package/es/Img/Contain.js +8 -21
  17. package/es/Img/Cover.js +11 -29
  18. package/es/Img/index.js +8 -22
  19. package/es/Layout/ActionsContext.js +2 -12
  20. package/es/Layout/AppList.js +42 -58
  21. package/es/Layout/Application.js +24 -44
  22. package/es/Layout/Avatar.js +23 -45
  23. package/es/Layout/CompatibleLanguage.js +29 -51
  24. package/es/Layout/EnterpriseLayout/Avatar.js +32 -54
  25. package/es/Layout/EnterpriseLayout/Language.js +15 -39
  26. package/es/Layout/EnterpriseLayout/Theme.js +15 -31
  27. package/es/Layout/EnterpriseLayout/index.js +9 -24
  28. package/es/Layout/GlobalNavigation/NavigationPopup.js +29 -53
  29. package/es/Layout/GlobalNavigation/index.js +23 -51
  30. package/es/Layout/Header.js +19 -40
  31. package/es/Layout/HeaderActions.js +19 -43
  32. package/es/Layout/HeaderNavs.js +12 -35
  33. package/es/Layout/HeaderTabs.js +25 -50
  34. package/es/Layout/Iconfont.js +4 -16
  35. package/es/Layout/Language.js +14 -38
  36. package/es/Layout/Layout.js +32 -58
  37. package/es/Layout/Logo.js +12 -26
  38. package/es/Layout/OrgAppList.js +36 -52
  39. package/es/Layout/SideMenu.js +32 -57
  40. package/es/Layout/Theme.js +21 -39
  41. package/es/Layout/createActions.js +6 -19
  42. package/es/Layout/images/index.js +58 -95
  43. package/es/Layout/index.js +28 -70
  44. package/es/Layout/paaslayout/CompactSideMenu.js +17 -35
  45. package/es/Layout/paaslayout/Header.js +17 -31
  46. package/es/Layout/paaslayout/Logo.js +9 -19
  47. package/es/Layout/paaslayout/SideMenu.js +12 -29
  48. package/es/Layout/paaslayout/index.js +32 -58
  49. package/es/Layout/storage.js +21 -71
  50. package/es/LoadingButton/index.js +8 -17
  51. package/es/Modal/index.js +16 -29
  52. package/es/Page/Box.js +8 -18
  53. package/es/Page/index.js +29 -47
  54. package/es/Page/utils.js +1 -12
  55. package/es/QueryForm/Field/Checkbox.js +5 -13
  56. package/es/QueryForm/Field/Select.js +12 -28
  57. package/es/QueryForm/Field/SelectInput.js +18 -33
  58. package/es/QueryForm/Field/fieldsMap.js +23 -36
  59. package/es/QueryForm/Field/index.js +12 -25
  60. package/es/QueryForm/createActions.js +7 -20
  61. package/es/QueryForm/index.js +50 -66
  62. package/es/QueryForm/useForm.js +4 -16
  63. package/es/QueryListScene/List.js +30 -43
  64. package/es/QueryListScene/QueryForm.js +9 -21
  65. package/es/QueryListScene/QueryListScene.js +16 -29
  66. package/es/QueryListScene/Title.js +5 -17
  67. package/es/QueryListScene/Toolbar.js +4 -16
  68. package/es/QueryListScene/createActions.js +13 -26
  69. package/es/QueryListScene/index.js +19 -40
  70. package/es/QueryListScene/useActions.js +4 -16
  71. package/es/Select/DropDownWrap.js +6 -18
  72. package/es/Select/index.js +15 -28
  73. package/es/Table/ResizableTable/index.js +18 -32
  74. package/es/Table/index.js +11 -30
  75. package/es/Title/index.js +5 -18
  76. package/es/index.js +20 -193
  77. package/es/locale.js +8 -27
  78. package/es/utils/checkAuth.js +4 -15
  79. package/es/utils/findMenuInfoByPath.js +5 -16
  80. package/es/utils/index.js +10 -70
  81. package/lib/ArrayInput/index.js +28 -12
  82. package/lib/Columns/index.js +10 -4
  83. package/lib/DevelopmentLogin/LoginModal.js +23 -9
  84. package/lib/Ellipsis/index.js +10 -4
  85. package/lib/Handle/index.js +19 -9
  86. package/lib/Layout/AppList.js +30 -12
  87. package/lib/Layout/Application.js +5 -3
  88. package/lib/Layout/Avatar.js +12 -6
  89. package/lib/Layout/CompatibleLanguage.js +5 -3
  90. package/lib/Layout/EnterpriseLayout/Avatar.js +18 -8
  91. package/lib/Layout/EnterpriseLayout/Theme.js +5 -3
  92. package/lib/Layout/HeaderActions.js +7 -5
  93. package/lib/Layout/Layout.js +9 -7
  94. package/lib/Layout/OrgAppList.js +19 -7
  95. package/lib/Layout/SideMenu.js +9 -7
  96. package/lib/Layout/Theme.js +5 -3
  97. package/lib/Layout/paaslayout/index.js +10 -8
  98. package/lib/LoadingButton/index.js +6 -2
  99. package/lib/Modal/index.js +5 -3
  100. package/lib/Page/Box.js +5 -3
  101. package/lib/QueryForm/Field/Checkbox.js +6 -2
  102. package/lib/QueryForm/Field/Select.js +8 -4
  103. package/lib/QueryForm/Field/SelectInput.js +13 -5
  104. package/lib/QueryForm/Field/fieldsMap.js +18 -8
  105. package/lib/QueryForm/Field/index.js +7 -3
  106. package/lib/QueryForm/index.js +27 -13
  107. package/lib/QueryListScene/List.js +7 -5
  108. package/lib/Select/index.js +14 -8
  109. package/lib/Table/ResizableTable/index.js +5 -3
  110. package/lib/Table/index.js +7 -5
  111. package/package.json +1 -1
package/babel.config.js CHANGED
@@ -4,7 +4,7 @@
4
4
  */
5
5
 
6
6
  const presets = [
7
- "@babel/preset-env",
7
+ "@babel/env",
8
8
  "@babel/preset-react"
9
9
 
10
10
  ];
@@ -31,26 +31,26 @@ const plugins = [
31
31
  // ['babel-plugin-styless']
32
32
  ];
33
33
 
34
- // const isES = process.env.BUILD_ENV === 'es';
34
+ const isES = process.env.BUILD_ENV === 'es';
35
35
 
36
- // if (isES) {
37
- // presets[0] = [
38
- // presets[0],
39
- // {
40
- // modules: false
41
- // }
42
- // ];
43
- // }
36
+ if (isES) {
37
+ presets[0] = [
38
+ presets[0],
39
+ {
40
+ modules: false
41
+ }
42
+ ];
43
+ }
44
44
 
45
- // if (process.env.BUILD_ENV !== 'umd' && !process.env.WEBPACK_DEV_SERVER) {
46
- // plugins.push([
47
- // 'import',
48
- // {
49
- // libraryName: 'antd',
50
- // // libraryDirectory: isES ? 'es' : 'lib',
51
- // style: true,
52
- // }
53
- // ]);
54
- // }
45
+ if (process.env.BUILD_ENV !== 'umd' && !process.env.WEBPACK_DEV_SERVER) {
46
+ plugins.push([
47
+ 'import',
48
+ {
49
+ libraryName: 'antd',
50
+ // libraryDirectory: isES ? 'es' : 'lib',
51
+ style: true,
52
+ }
53
+ ]);
54
+ }
55
55
 
56
56
  module.exports = { presets, plugins };
package/dist/stats.json CHANGED
@@ -6,8 +6,8 @@
6
6
  ],
7
7
  "version": "4.46.0",
8
8
  "hash": "59adce3d2b054adf514f",
9
- "time": 1923,
10
- "builtAt": 1675822845261,
9
+ "time": 2575,
10
+ "builtAt": 1676017841875,
11
11
  "publicPath": "",
12
12
  "outputPath": "/Users/taotao/tongdun/tntd/dist",
13
13
  "assetsByChunkName": {
@@ -555,7 +555,7 @@
555
555
  "moduleName": "./components/index.js + 102 modules",
556
556
  "type": "harmony side effect evaluation",
557
557
  "userRequest": "react",
558
- "loc": "1:0-38"
558
+ "loc": "1:0-31"
559
559
  },
560
560
  {
561
561
  "moduleId": 75,
@@ -564,7 +564,7 @@
564
564
  "moduleName": "./components/index.js + 102 modules",
565
565
  "type": "harmony side effect evaluation",
566
566
  "userRequest": "react",
567
- "loc": "1:0-31"
567
+ "loc": "1:0-38"
568
568
  },
569
569
  {
570
570
  "moduleId": 75,
@@ -789,7 +789,7 @@
789
789
  "moduleName": "./components/index.js + 102 modules",
790
790
  "type": "harmony side effect evaluation",
791
791
  "userRequest": "react",
792
- "loc": "21:0-42"
792
+ "loc": "21:0-51"
793
793
  },
794
794
  {
795
795
  "moduleId": 75,
@@ -807,7 +807,7 @@
807
807
  "moduleName": "./components/index.js + 102 modules",
808
808
  "type": "harmony side effect evaluation",
809
809
  "userRequest": "react",
810
- "loc": "21:0-51"
810
+ "loc": "21:0-42"
811
811
  },
812
812
  {
813
813
  "moduleId": 75,
@@ -942,7 +942,7 @@
942
942
  "moduleName": "./components/index.js + 102 modules",
943
943
  "type": "harmony side effect evaluation",
944
944
  "userRequest": "react",
945
- "loc": "27:0-44"
945
+ "loc": "27:0-38"
946
946
  },
947
947
  {
948
948
  "moduleId": 75,
@@ -951,7 +951,7 @@
951
951
  "moduleName": "./components/index.js + 102 modules",
952
952
  "type": "harmony side effect evaluation",
953
953
  "userRequest": "react",
954
- "loc": "27:0-38"
954
+ "loc": "27:0-44"
955
955
  },
956
956
  {
957
957
  "moduleId": 75,
@@ -1086,7 +1086,7 @@
1086
1086
  "moduleName": "./components/index.js + 102 modules",
1087
1087
  "type": "harmony side effect evaluation",
1088
1088
  "userRequest": "react",
1089
- "loc": "35:0-44"
1089
+ "loc": "35:0-41"
1090
1090
  },
1091
1091
  {
1092
1092
  "moduleId": 75,
@@ -1095,7 +1095,7 @@
1095
1095
  "moduleName": "./components/index.js + 102 modules",
1096
1096
  "type": "harmony side effect evaluation",
1097
1097
  "userRequest": "react",
1098
- "loc": "35:0-41"
1098
+ "loc": "35:0-44"
1099
1099
  },
1100
1100
  {
1101
1101
  "moduleId": 75,
@@ -3242,7 +3242,7 @@
3242
3242
  "moduleName": "./components/index.js + 102 modules",
3243
3243
  "type": "harmony side effect evaluation",
3244
3244
  "userRequest": "antd",
3245
- "loc": "22:0-30"
3245
+ "loc": "22:0-37"
3246
3246
  },
3247
3247
  {
3248
3248
  "moduleId": 75,
@@ -3251,7 +3251,7 @@
3251
3251
  "moduleName": "./components/index.js + 102 modules",
3252
3252
  "type": "harmony side effect evaluation",
3253
3253
  "userRequest": "antd",
3254
- "loc": "22:0-37"
3254
+ "loc": "22:0-30"
3255
3255
  },
3256
3256
  {
3257
3257
  "moduleId": 75,
@@ -5443,7 +5443,7 @@
5443
5443
  "moduleName": "./components/index.js + 102 modules",
5444
5444
  "type": "harmony side effect evaluation",
5445
5445
  "userRequest": "lodash",
5446
- "loc": "38:0-29"
5446
+ "loc": "38:0-66"
5447
5447
  },
5448
5448
  {
5449
5449
  "moduleId": 75,
@@ -5452,7 +5452,7 @@
5452
5452
  "moduleName": "./components/index.js + 102 modules",
5453
5453
  "type": "harmony side effect evaluation",
5454
5454
  "userRequest": "lodash",
5455
- "loc": "38:0-66"
5455
+ "loc": "38:0-29"
5456
5456
  },
5457
5457
  {
5458
5458
  "moduleId": 75,
@@ -6828,13 +6828,13 @@
6828
6828
  },
6829
6829
  {
6830
6830
  "id": null,
6831
- "identifier": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/Layout/index.js",
6832
- "name": "./components/Layout/index.js"
6831
+ "identifier": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/DevelopmentLogin/index.js",
6832
+ "name": "./components/DevelopmentLogin/index.js"
6833
6833
  },
6834
6834
  {
6835
- "id": null,
6836
- "identifier": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/Layout/storage.js",
6837
- "name": "./components/Layout/storage.js"
6835
+ "id": 76,
6836
+ "identifier": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/DevelopmentLogin/LoginModal.js",
6837
+ "name": "./components/DevelopmentLogin/LoginModal.js"
6838
6838
  },
6839
6839
  {
6840
6840
  "id": null,
@@ -7207,9 +7207,9 @@
7207
7207
  "optional": false,
7208
7208
  "prefetched": false,
7209
7209
  "chunks": [],
7210
- "issuer": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/Layout/storage.js",
7211
- "issuerId": null,
7212
- "issuerName": "./components/Layout/storage.js",
7210
+ "issuer": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/DevelopmentLogin/LoginModal.js",
7211
+ "issuerId": 76,
7212
+ "issuerName": "./components/DevelopmentLogin/LoginModal.js",
7213
7213
  "issuerPath": [
7214
7214
  {
7215
7215
  "id": null,
@@ -7218,13 +7218,13 @@
7218
7218
  },
7219
7219
  {
7220
7220
  "id": null,
7221
- "identifier": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/Layout/index.js",
7222
- "name": "./components/Layout/index.js"
7221
+ "identifier": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/DevelopmentLogin/index.js",
7222
+ "name": "./components/DevelopmentLogin/index.js"
7223
7223
  },
7224
7224
  {
7225
- "id": null,
7226
- "identifier": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/Layout/storage.js",
7227
- "name": "./components/Layout/storage.js"
7225
+ "id": 76,
7226
+ "identifier": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/DevelopmentLogin/LoginModal.js",
7227
+ "name": "./components/DevelopmentLogin/LoginModal.js"
7228
7228
  }
7229
7229
  ],
7230
7230
  "failed": false,
@@ -7320,13 +7320,13 @@
7320
7320
  },
7321
7321
  {
7322
7322
  "id": null,
7323
- "identifier": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/Layout/index.js",
7324
- "name": "./components/Layout/index.js"
7323
+ "identifier": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/DevelopmentLogin/index.js",
7324
+ "name": "./components/DevelopmentLogin/index.js"
7325
7325
  },
7326
7326
  {
7327
- "id": null,
7328
- "identifier": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/Layout/storage.js",
7329
- "name": "./components/Layout/storage.js"
7327
+ "id": 76,
7328
+ "identifier": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/DevelopmentLogin/LoginModal.js",
7329
+ "name": "./components/DevelopmentLogin/LoginModal.js"
7330
7330
  },
7331
7331
  {
7332
7332
  "id": null,
@@ -7391,13 +7391,13 @@
7391
7391
  },
7392
7392
  {
7393
7393
  "id": null,
7394
- "identifier": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/Layout/index.js",
7395
- "name": "./components/Layout/index.js"
7394
+ "identifier": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/DevelopmentLogin/index.js",
7395
+ "name": "./components/DevelopmentLogin/index.js"
7396
7396
  },
7397
7397
  {
7398
- "id": null,
7399
- "identifier": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/Layout/storage.js",
7400
- "name": "./components/Layout/storage.js"
7398
+ "id": 76,
7399
+ "identifier": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/DevelopmentLogin/LoginModal.js",
7400
+ "name": "./components/DevelopmentLogin/LoginModal.js"
7401
7401
  },
7402
7402
  {
7403
7403
  "id": null,
@@ -9757,13 +9757,13 @@
9757
9757
  },
9758
9758
  {
9759
9759
  "id": null,
9760
- "identifier": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/Layout/index.js",
9761
- "name": "./components/Layout/index.js"
9760
+ "identifier": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/DevelopmentLogin/index.js",
9761
+ "name": "./components/DevelopmentLogin/index.js"
9762
9762
  },
9763
9763
  {
9764
- "id": null,
9765
- "identifier": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/Layout/storage.js",
9766
- "name": "./components/Layout/storage.js"
9764
+ "id": 76,
9765
+ "identifier": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/DevelopmentLogin/LoginModal.js",
9766
+ "name": "./components/DevelopmentLogin/LoginModal.js"
9767
9767
  },
9768
9768
  {
9769
9769
  "id": null,
@@ -14888,9 +14888,9 @@
14888
14888
  "optional": false,
14889
14889
  "prefetched": false,
14890
14890
  "chunks": [],
14891
- "issuer": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/Handle/index.js",
14891
+ "issuer": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/QueryForm/index.js",
14892
14892
  "issuerId": null,
14893
- "issuerName": "./components/Handle/index.js",
14893
+ "issuerName": "./components/QueryForm/index.js",
14894
14894
  "issuerPath": [
14895
14895
  {
14896
14896
  "id": null,
@@ -14899,8 +14899,8 @@
14899
14899
  },
14900
14900
  {
14901
14901
  "id": null,
14902
- "identifier": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/Handle/index.js",
14903
- "name": "./components/Handle/index.js"
14902
+ "identifier": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/QueryForm/index.js",
14903
+ "name": "./components/QueryForm/index.js"
14904
14904
  }
14905
14905
  ],
14906
14906
  "failed": false,
@@ -22623,7 +22623,7 @@
22623
22623
  "moduleName": "./components/index.js + 102 modules",
22624
22624
  "type": "harmony side effect evaluation",
22625
22625
  "userRequest": "react",
22626
- "loc": "1:0-38"
22626
+ "loc": "1:0-31"
22627
22627
  },
22628
22628
  {
22629
22629
  "moduleId": 75,
@@ -22632,7 +22632,7 @@
22632
22632
  "moduleName": "./components/index.js + 102 modules",
22633
22633
  "type": "harmony side effect evaluation",
22634
22634
  "userRequest": "react",
22635
- "loc": "1:0-31"
22635
+ "loc": "1:0-38"
22636
22636
  },
22637
22637
  {
22638
22638
  "moduleId": 75,
@@ -22857,7 +22857,7 @@
22857
22857
  "moduleName": "./components/index.js + 102 modules",
22858
22858
  "type": "harmony side effect evaluation",
22859
22859
  "userRequest": "react",
22860
- "loc": "21:0-42"
22860
+ "loc": "21:0-51"
22861
22861
  },
22862
22862
  {
22863
22863
  "moduleId": 75,
@@ -22875,7 +22875,7 @@
22875
22875
  "moduleName": "./components/index.js + 102 modules",
22876
22876
  "type": "harmony side effect evaluation",
22877
22877
  "userRequest": "react",
22878
- "loc": "21:0-51"
22878
+ "loc": "21:0-42"
22879
22879
  },
22880
22880
  {
22881
22881
  "moduleId": 75,
@@ -23010,7 +23010,7 @@
23010
23010
  "moduleName": "./components/index.js + 102 modules",
23011
23011
  "type": "harmony side effect evaluation",
23012
23012
  "userRequest": "react",
23013
- "loc": "27:0-44"
23013
+ "loc": "27:0-38"
23014
23014
  },
23015
23015
  {
23016
23016
  "moduleId": 75,
@@ -23019,7 +23019,7 @@
23019
23019
  "moduleName": "./components/index.js + 102 modules",
23020
23020
  "type": "harmony side effect evaluation",
23021
23021
  "userRequest": "react",
23022
- "loc": "27:0-38"
23022
+ "loc": "27:0-44"
23023
23023
  },
23024
23024
  {
23025
23025
  "moduleId": 75,
@@ -23154,7 +23154,7 @@
23154
23154
  "moduleName": "./components/index.js + 102 modules",
23155
23155
  "type": "harmony side effect evaluation",
23156
23156
  "userRequest": "react",
23157
- "loc": "35:0-44"
23157
+ "loc": "35:0-41"
23158
23158
  },
23159
23159
  {
23160
23160
  "moduleId": 75,
@@ -23163,7 +23163,7 @@
23163
23163
  "moduleName": "./components/index.js + 102 modules",
23164
23164
  "type": "harmony side effect evaluation",
23165
23165
  "userRequest": "react",
23166
- "loc": "35:0-41"
23166
+ "loc": "35:0-44"
23167
23167
  },
23168
23168
  {
23169
23169
  "moduleId": 75,
@@ -25310,7 +25310,7 @@
25310
25310
  "moduleName": "./components/index.js + 102 modules",
25311
25311
  "type": "harmony side effect evaluation",
25312
25312
  "userRequest": "antd",
25313
- "loc": "22:0-30"
25313
+ "loc": "22:0-37"
25314
25314
  },
25315
25315
  {
25316
25316
  "moduleId": 75,
@@ -25319,7 +25319,7 @@
25319
25319
  "moduleName": "./components/index.js + 102 modules",
25320
25320
  "type": "harmony side effect evaluation",
25321
25321
  "userRequest": "antd",
25322
- "loc": "22:0-37"
25322
+ "loc": "22:0-30"
25323
25323
  },
25324
25324
  {
25325
25325
  "moduleId": 75,
@@ -27511,7 +27511,7 @@
27511
27511
  "moduleName": "./components/index.js + 102 modules",
27512
27512
  "type": "harmony side effect evaluation",
27513
27513
  "userRequest": "lodash",
27514
- "loc": "38:0-29"
27514
+ "loc": "38:0-66"
27515
27515
  },
27516
27516
  {
27517
27517
  "moduleId": 75,
@@ -27520,7 +27520,7 @@
27520
27520
  "moduleName": "./components/index.js + 102 modules",
27521
27521
  "type": "harmony side effect evaluation",
27522
27522
  "userRequest": "lodash",
27523
- "loc": "38:0-66"
27523
+ "loc": "38:0-29"
27524
27524
  },
27525
27525
  {
27526
27526
  "moduleId": 75,
@@ -28896,13 +28896,13 @@
28896
28896
  },
28897
28897
  {
28898
28898
  "id": null,
28899
- "identifier": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/Layout/index.js",
28900
- "name": "./components/Layout/index.js"
28899
+ "identifier": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/DevelopmentLogin/index.js",
28900
+ "name": "./components/DevelopmentLogin/index.js"
28901
28901
  },
28902
28902
  {
28903
- "id": null,
28904
- "identifier": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/Layout/storage.js",
28905
- "name": "./components/Layout/storage.js"
28903
+ "id": 76,
28904
+ "identifier": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/DevelopmentLogin/LoginModal.js",
28905
+ "name": "./components/DevelopmentLogin/LoginModal.js"
28906
28906
  },
28907
28907
  {
28908
28908
  "id": null,
@@ -29275,9 +29275,9 @@
29275
29275
  "optional": false,
29276
29276
  "prefetched": false,
29277
29277
  "chunks": [],
29278
- "issuer": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/Layout/storage.js",
29279
- "issuerId": null,
29280
- "issuerName": "./components/Layout/storage.js",
29278
+ "issuer": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/DevelopmentLogin/LoginModal.js",
29279
+ "issuerId": 76,
29280
+ "issuerName": "./components/DevelopmentLogin/LoginModal.js",
29281
29281
  "issuerPath": [
29282
29282
  {
29283
29283
  "id": null,
@@ -29286,13 +29286,13 @@
29286
29286
  },
29287
29287
  {
29288
29288
  "id": null,
29289
- "identifier": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/Layout/index.js",
29290
- "name": "./components/Layout/index.js"
29289
+ "identifier": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/DevelopmentLogin/index.js",
29290
+ "name": "./components/DevelopmentLogin/index.js"
29291
29291
  },
29292
29292
  {
29293
- "id": null,
29294
- "identifier": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/Layout/storage.js",
29295
- "name": "./components/Layout/storage.js"
29293
+ "id": 76,
29294
+ "identifier": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/DevelopmentLogin/LoginModal.js",
29295
+ "name": "./components/DevelopmentLogin/LoginModal.js"
29296
29296
  }
29297
29297
  ],
29298
29298
  "failed": false,
@@ -29388,13 +29388,13 @@
29388
29388
  },
29389
29389
  {
29390
29390
  "id": null,
29391
- "identifier": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/Layout/index.js",
29392
- "name": "./components/Layout/index.js"
29391
+ "identifier": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/DevelopmentLogin/index.js",
29392
+ "name": "./components/DevelopmentLogin/index.js"
29393
29393
  },
29394
29394
  {
29395
- "id": null,
29396
- "identifier": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/Layout/storage.js",
29397
- "name": "./components/Layout/storage.js"
29395
+ "id": 76,
29396
+ "identifier": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/DevelopmentLogin/LoginModal.js",
29397
+ "name": "./components/DevelopmentLogin/LoginModal.js"
29398
29398
  },
29399
29399
  {
29400
29400
  "id": null,
@@ -29459,13 +29459,13 @@
29459
29459
  },
29460
29460
  {
29461
29461
  "id": null,
29462
- "identifier": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/Layout/index.js",
29463
- "name": "./components/Layout/index.js"
29462
+ "identifier": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/DevelopmentLogin/index.js",
29463
+ "name": "./components/DevelopmentLogin/index.js"
29464
29464
  },
29465
29465
  {
29466
- "id": null,
29467
- "identifier": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/Layout/storage.js",
29468
- "name": "./components/Layout/storage.js"
29466
+ "id": 76,
29467
+ "identifier": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/DevelopmentLogin/LoginModal.js",
29468
+ "name": "./components/DevelopmentLogin/LoginModal.js"
29469
29469
  },
29470
29470
  {
29471
29471
  "id": null,
@@ -31825,13 +31825,13 @@
31825
31825
  },
31826
31826
  {
31827
31827
  "id": null,
31828
- "identifier": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/Layout/index.js",
31829
- "name": "./components/Layout/index.js"
31828
+ "identifier": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/DevelopmentLogin/index.js",
31829
+ "name": "./components/DevelopmentLogin/index.js"
31830
31830
  },
31831
31831
  {
31832
- "id": null,
31833
- "identifier": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/Layout/storage.js",
31834
- "name": "./components/Layout/storage.js"
31832
+ "id": 76,
31833
+ "identifier": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/DevelopmentLogin/LoginModal.js",
31834
+ "name": "./components/DevelopmentLogin/LoginModal.js"
31835
31835
  },
31836
31836
  {
31837
31837
  "id": null,
@@ -36956,9 +36956,9 @@
36956
36956
  "optional": false,
36957
36957
  "prefetched": false,
36958
36958
  "chunks": [],
36959
- "issuer": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/Handle/index.js",
36959
+ "issuer": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/QueryForm/index.js",
36960
36960
  "issuerId": null,
36961
- "issuerName": "./components/Handle/index.js",
36961
+ "issuerName": "./components/QueryForm/index.js",
36962
36962
  "issuerPath": [
36963
36963
  {
36964
36964
  "id": null,
@@ -36967,8 +36967,8 @@
36967
36967
  },
36968
36968
  {
36969
36969
  "id": null,
36970
- "identifier": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/Handle/index.js",
36971
- "name": "./components/Handle/index.js"
36970
+ "identifier": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/QueryForm/index.js",
36971
+ "name": "./components/QueryForm/index.js"
36972
36972
  }
36973
36973
  ],
36974
36974
  "failed": false,
@@ -1,10 +1,4 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.deleteIcon = exports.plusIcon = void 0;
7
- var plusIcon = React.createElement("svg", {
1
+ export var plusIcon = React.createElement("svg", {
8
2
  viewBox: "64 64 896 896",
9
3
  focusable: "false",
10
4
  "data-icon": "plus-circle",
@@ -17,8 +11,7 @@ var plusIcon = React.createElement("svg", {
17
11
  }), React.createElement("path", {
18
12
  d: "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"
19
13
  }));
20
- exports.plusIcon = plusIcon;
21
- var deleteIcon = React.createElement("svg", {
14
+ export var deleteIcon = React.createElement("svg", {
22
15
  viewBox: "64 64 896 896",
23
16
  focusable: "false",
24
17
  "data-icon": "delete",
@@ -28,5 +21,4 @@ var deleteIcon = React.createElement("svg", {
28
21
  "aria-hidden": "true"
29
22
  }, React.createElement("path", {
30
23
  d: "M360 184h-8c4.4 0 8-3.6 8-8v8h304v-8c0 4.4 3.6 8 8 8h-8v72h72v-80c0-35.3-28.7-64-64-64H352c-35.3 0-64 28.7-64 64v80h72v-72zm504 72H160c-17.7 0-32 14.3-32 32v32c0 4.4 3.6 8 8 8h60.4l24.7 523c1.6 34.1 29.8 61 63.9 61h454c34.2 0 62.3-26.8 63.9-61l24.7-523H888c4.4 0 8-3.6 8-8v-32c0-17.7-14.3-32-32-32zM731.3 840H292.7l-24.2-512h487l-24.2 512z"
31
- }));
32
- exports.deleteIcon = deleteIcon;
24
+ }));