tntd 1.4.27 → 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 +126 -126
  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/dist/stats.json CHANGED
@@ -6,8 +6,8 @@
6
6
  ],
7
7
  "version": "4.46.0",
8
8
  "hash": "59adce3d2b054adf514f",
9
- "time": 1747,
10
- "builtAt": 1676006978018,
9
+ "time": 2575,
10
+ "builtAt": 1676017841875,
11
11
  "publicPath": "",
12
12
  "outputPath": "/Users/taotao/tongdun/tntd/dist",
13
13
  "assetsByChunkName": {
@@ -546,7 +546,7 @@
546
546
  "moduleName": "./components/index.js + 102 modules",
547
547
  "type": "harmony side effect evaluation",
548
548
  "userRequest": "react",
549
- "loc": "1:0-38"
549
+ "loc": "1:0-31"
550
550
  },
551
551
  {
552
552
  "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,
@@ -915,7 +915,7 @@
915
915
  "moduleName": "./components/index.js + 102 modules",
916
916
  "type": "harmony side effect evaluation",
917
917
  "userRequest": "react",
918
- "loc": "27:0-41"
918
+ "loc": "27:0-80"
919
919
  },
920
920
  {
921
921
  "moduleId": 75,
@@ -924,7 +924,7 @@
924
924
  "moduleName": "./components/index.js + 102 modules",
925
925
  "type": "harmony side effect evaluation",
926
926
  "userRequest": "react",
927
- "loc": "27:0-80"
927
+ "loc": "27:0-41"
928
928
  },
929
929
  {
930
930
  "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,
@@ -3080,9 +3080,9 @@
3080
3080
  "chunks": [
3081
3081
  0
3082
3082
  ],
3083
- "issuer": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/Table/ResizableTable/index.js",
3083
+ "issuer": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/Table/index.js",
3084
3084
  "issuerId": null,
3085
- "issuerName": "./components/Table/ResizableTable/index.js",
3085
+ "issuerName": "./components/Table/index.js",
3086
3086
  "issuerPath": [
3087
3087
  {
3088
3088
  "id": null,
@@ -3091,8 +3091,8 @@
3091
3091
  },
3092
3092
  {
3093
3093
  "id": null,
3094
- "identifier": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/Table/ResizableTable/index.js",
3095
- "name": "./components/Table/ResizableTable/index.js"
3094
+ "identifier": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/Table/index.js",
3095
+ "name": "./components/Table/index.js"
3096
3096
  }
3097
3097
  ],
3098
3098
  "failed": false,
@@ -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,
@@ -5353,7 +5353,7 @@
5353
5353
  "moduleName": "./components/index.js + 102 modules",
5354
5354
  "type": "harmony side effect evaluation",
5355
5355
  "userRequest": "lodash",
5356
- "loc": "29:0-34"
5356
+ "loc": "29:0-67"
5357
5357
  },
5358
5358
  {
5359
5359
  "moduleId": 75,
@@ -5362,7 +5362,7 @@
5362
5362
  "moduleName": "./components/index.js + 102 modules",
5363
5363
  "type": "harmony side effect evaluation",
5364
5364
  "userRequest": "lodash",
5365
- "loc": "29:0-67"
5365
+ "loc": "29:0-34"
5366
5366
  },
5367
5367
  {
5368
5368
  "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,
@@ -6084,9 +6084,9 @@
6084
6084
  "chunks": [
6085
6085
  0
6086
6086
  ],
6087
- "issuer": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/Table/ResizableTable/index.js",
6087
+ "issuer": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/Table/index.js",
6088
6088
  "issuerId": null,
6089
- "issuerName": "./components/Table/ResizableTable/index.js",
6089
+ "issuerName": "./components/Table/index.js",
6090
6090
  "issuerPath": [
6091
6091
  {
6092
6092
  "id": null,
@@ -6095,8 +6095,8 @@
6095
6095
  },
6096
6096
  {
6097
6097
  "id": null,
6098
- "identifier": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/Table/ResizableTable/index.js",
6099
- "name": "./components/Table/ResizableTable/index.js"
6098
+ "identifier": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/Table/index.js",
6099
+ "name": "./components/Table/index.js"
6100
6100
  }
6101
6101
  ],
6102
6102
  "failed": false,
@@ -6713,9 +6713,9 @@
6713
6713
  "chunks": [
6714
6714
  0
6715
6715
  ],
6716
- "issuer": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/Layout/createActions.js",
6716
+ "issuer": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/QueryListScene/createActions.js",
6717
6717
  "issuerId": null,
6718
- "issuerName": "./components/Layout/createActions.js",
6718
+ "issuerName": "./components/QueryListScene/createActions.js",
6719
6719
  "issuerPath": [
6720
6720
  {
6721
6721
  "id": null,
@@ -6724,13 +6724,13 @@
6724
6724
  },
6725
6725
  {
6726
6726
  "id": null,
6727
- "identifier": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/Layout/index.js",
6728
- "name": "./components/Layout/index.js"
6727
+ "identifier": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/QueryListScene/index.js",
6728
+ "name": "./components/QueryListScene/index.js"
6729
6729
  },
6730
6730
  {
6731
6731
  "id": null,
6732
- "identifier": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/Layout/createActions.js",
6733
- "name": "./components/Layout/createActions.js"
6732
+ "identifier": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/QueryListScene/createActions.js",
6733
+ "name": "./components/QueryListScene/createActions.js"
6734
6734
  }
6735
6735
  ],
6736
6736
  "failed": false,
@@ -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,
@@ -22614,7 +22614,7 @@
22614
22614
  "moduleName": "./components/index.js + 102 modules",
22615
22615
  "type": "harmony side effect evaluation",
22616
22616
  "userRequest": "react",
22617
- "loc": "1:0-38"
22617
+ "loc": "1:0-31"
22618
22618
  },
22619
22619
  {
22620
22620
  "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,
@@ -22983,7 +22983,7 @@
22983
22983
  "moduleName": "./components/index.js + 102 modules",
22984
22984
  "type": "harmony side effect evaluation",
22985
22985
  "userRequest": "react",
22986
- "loc": "27:0-41"
22986
+ "loc": "27:0-80"
22987
22987
  },
22988
22988
  {
22989
22989
  "moduleId": 75,
@@ -22992,7 +22992,7 @@
22992
22992
  "moduleName": "./components/index.js + 102 modules",
22993
22993
  "type": "harmony side effect evaluation",
22994
22994
  "userRequest": "react",
22995
- "loc": "27:0-80"
22995
+ "loc": "27:0-41"
22996
22996
  },
22997
22997
  {
22998
22998
  "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,
@@ -25148,9 +25148,9 @@
25148
25148
  "chunks": [
25149
25149
  0
25150
25150
  ],
25151
- "issuer": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/Table/ResizableTable/index.js",
25151
+ "issuer": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/Table/index.js",
25152
25152
  "issuerId": null,
25153
- "issuerName": "./components/Table/ResizableTable/index.js",
25153
+ "issuerName": "./components/Table/index.js",
25154
25154
  "issuerPath": [
25155
25155
  {
25156
25156
  "id": null,
@@ -25159,8 +25159,8 @@
25159
25159
  },
25160
25160
  {
25161
25161
  "id": null,
25162
- "identifier": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/Table/ResizableTable/index.js",
25163
- "name": "./components/Table/ResizableTable/index.js"
25162
+ "identifier": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/Table/index.js",
25163
+ "name": "./components/Table/index.js"
25164
25164
  }
25165
25165
  ],
25166
25166
  "failed": false,
@@ -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,
@@ -27421,7 +27421,7 @@
27421
27421
  "moduleName": "./components/index.js + 102 modules",
27422
27422
  "type": "harmony side effect evaluation",
27423
27423
  "userRequest": "lodash",
27424
- "loc": "29:0-34"
27424
+ "loc": "29:0-67"
27425
27425
  },
27426
27426
  {
27427
27427
  "moduleId": 75,
@@ -27430,7 +27430,7 @@
27430
27430
  "moduleName": "./components/index.js + 102 modules",
27431
27431
  "type": "harmony side effect evaluation",
27432
27432
  "userRequest": "lodash",
27433
- "loc": "29:0-67"
27433
+ "loc": "29:0-34"
27434
27434
  },
27435
27435
  {
27436
27436
  "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,
@@ -28152,9 +28152,9 @@
28152
28152
  "chunks": [
28153
28153
  0
28154
28154
  ],
28155
- "issuer": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/Table/ResizableTable/index.js",
28155
+ "issuer": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/Table/index.js",
28156
28156
  "issuerId": null,
28157
- "issuerName": "./components/Table/ResizableTable/index.js",
28157
+ "issuerName": "./components/Table/index.js",
28158
28158
  "issuerPath": [
28159
28159
  {
28160
28160
  "id": null,
@@ -28163,8 +28163,8 @@
28163
28163
  },
28164
28164
  {
28165
28165
  "id": null,
28166
- "identifier": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/Table/ResizableTable/index.js",
28167
- "name": "./components/Table/ResizableTable/index.js"
28166
+ "identifier": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/Table/index.js",
28167
+ "name": "./components/Table/index.js"
28168
28168
  }
28169
28169
  ],
28170
28170
  "failed": false,
@@ -28781,9 +28781,9 @@
28781
28781
  "chunks": [
28782
28782
  0
28783
28783
  ],
28784
- "issuer": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/Layout/createActions.js",
28784
+ "issuer": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/QueryListScene/createActions.js",
28785
28785
  "issuerId": null,
28786
- "issuerName": "./components/Layout/createActions.js",
28786
+ "issuerName": "./components/QueryListScene/createActions.js",
28787
28787
  "issuerPath": [
28788
28788
  {
28789
28789
  "id": null,
@@ -28792,13 +28792,13 @@
28792
28792
  },
28793
28793
  {
28794
28794
  "id": null,
28795
- "identifier": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/Layout/index.js",
28796
- "name": "./components/Layout/index.js"
28795
+ "identifier": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/QueryListScene/index.js",
28796
+ "name": "./components/QueryListScene/index.js"
28797
28797
  },
28798
28798
  {
28799
28799
  "id": null,
28800
- "identifier": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/Layout/createActions.js",
28801
- "name": "./components/Layout/createActions.js"
28800
+ "identifier": "/Users/taotao/tongdun/tntd/node_modules/babel-loader/lib/index.js?cacheDirectory=true!/Users/taotao/tongdun/tntd/components/QueryListScene/createActions.js",
28801
+ "name": "./components/QueryListScene/createActions.js"
28802
28802
  }
28803
28803
  ],
28804
28804
  "failed": false,
@@ -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,