ap-dev 1.2.24 → 1.2.26

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 (100) hide show
  1. package/abap/ApiPanel/components/ApiContent.vue +1 -1
  2. package/abap/ApiPanel/components/ApiTable.vue +1 -1
  3. package/abap/ApiPanel/components/ApiTittle1.vue +1 -1
  4. package/abap/ApiPanel/components/ApiTittle2.vue +1 -1
  5. package/abap/ApiPanel/components/index.js +1 -1
  6. package/abap/CodePanel/abapKeywords.js +6 -6
  7. package/abap/CodePanel/componentMenus.js +28 -28
  8. package/abap/ConfigPanel/AbapCustomTable.vue +122 -122
  9. package/abap/ConfigPanel/AbapDocHistory.vue +145 -145
  10. package/abap/ConfigPanel/AbapSql.vue +81 -81
  11. package/abap/ConfigPanel/AbapTable.vue +379 -379
  12. package/abap/ConfigPanel/AbapTableCondition.vue +213 -213
  13. package/abap/ConfigPanel/AbapTableLink.vue +391 -391
  14. package/abap/SqlPanel/index.vue +1088 -1088
  15. package/abap/abap/abapStore.js +27 -27
  16. package/abap/abap/index.vue +87 -87
  17. package/abap/components/SapTable.vue +129 -129
  18. package/abap/components/SapTableField.vue +161 -161
  19. package/dev/ApiPanel/components/ApiCode.vue +1 -1
  20. package/dev/ApiPanel/components/ApiContent.vue +1 -1
  21. package/dev/ApiPanel/components/ApiTable.vue +1 -1
  22. package/dev/ApiPanel/components/ApiTittle1.vue +1 -1
  23. package/dev/ApiPanel/components/ApiTittle2.vue +1 -1
  24. package/dev/ApiPanel/components/index.js +1 -1
  25. package/dev/ApiPanel/modules/ApiBaseLayout.vue +1 -1
  26. package/dev/BackgroundPanel/index.vue +19 -0
  27. package/dev/ComponentsPanel/items/ApDevItemBase.vue +1 -1
  28. package/dev/ComponentsPanel/items/ApDevItemButton.vue +1 -1
  29. package/dev/ComponentsPanel/items/ApDevItemChartBar.vue +1 -1
  30. package/dev/ComponentsPanel/items/ApDevItemChartGauge.vue +1 -1
  31. package/dev/ComponentsPanel/items/ApDevItemChartLine.vue +1 -1
  32. package/dev/ComponentsPanel/items/ApDevItemChartPie.vue +1 -1
  33. package/dev/ComponentsPanel/items/ApDevItemChartRadar.vue +1 -1
  34. package/dev/ComponentsPanel/items/ApDevItemCheckbox.vue +1 -1
  35. package/dev/ComponentsPanel/items/ApDevItemDateTime.vue +1 -1
  36. package/dev/ComponentsPanel/items/ApDevItemForm.vue +1 -1
  37. package/dev/ComponentsPanel/items/ApDevItemInput.vue +1 -1
  38. package/dev/ComponentsPanel/items/ApDevItemInputNumber.vue +1 -1
  39. package/dev/ComponentsPanel/items/ApDevItemLoading.vue +1 -1
  40. package/dev/ComponentsPanel/items/ApDevItemRadio.vue +1 -1
  41. package/dev/ComponentsPanel/items/ApDevItemSelect.vue +1 -1
  42. package/dev/ComponentsPanel/items/ApDevItemSwitch.vue +1 -1
  43. package/dev/ComponentsPanel/items/ApDevItemTooltip.vue +1 -1
  44. package/dev/ComponentsPanel/items/ApDevItemTree.vue +1 -1
  45. package/dev/ComponentsPanel/items/ApDevItemUpload.vue +1 -1
  46. package/dev/ComponentsPanel/items/test.vue +1 -1
  47. package/dev/ConfigPanel/DevCpt.vue +1036 -1036
  48. package/dev/ConfigPanel/DevCptBase.vue +210 -210
  49. package/dev/ConfigPanel/DevDbSource.vue +108 -108
  50. package/dev/ConfigPanel/DevDbUserSource.vue +117 -117
  51. package/dev/ConfigPanel/DevDocHistory.vue +145 -145
  52. package/dev/ConfigPanel/DevMyConfig.vue +205 -205
  53. package/dev/ConfigPanel/index.vue +0 -1
  54. package/dev/CustomPanel/CustomComponents.vue +10 -10
  55. package/dev/CustomPanel/CustomDataTree.vue +1 -1
  56. package/dev/CustomPanel/CustomTools.vue +1 -1
  57. package/dev/CustomPanel/index.vue +1 -1
  58. package/dev/CustomPanel/items/ApDevCheckbox.vue +7 -7
  59. package/dev/CustomPanel/items/ApDevCheckboxProp.vue +1 -1
  60. package/dev/CustomPanel/items/ApDevContainerRow.vue +155 -155
  61. package/dev/CustomPanel/items/ApDevContainerRowProp.vue +39 -39
  62. package/dev/CustomPanel/items/ApDevDateTime.vue +5 -5
  63. package/dev/CustomPanel/items/ApDevDateTimeProp.vue +1 -1
  64. package/dev/CustomPanel/items/ApDevDefaultProp.vue +20 -20
  65. package/dev/CustomPanel/items/ApDevInput.vue +49 -49
  66. package/dev/CustomPanel/items/ApDevInputNumber.vue +57 -57
  67. package/dev/CustomPanel/items/ApDevInputNumberProp.vue +96 -96
  68. package/dev/CustomPanel/items/ApDevInputProp.vue +85 -85
  69. package/dev/CustomPanel/items/ApDevRadio.vue +7 -7
  70. package/dev/CustomPanel/items/ApDevRadioProp.vue +1 -1
  71. package/dev/CustomPanel/items/ApDevSelect.vue +314 -314
  72. package/dev/CustomPanel/items/ApDevSelectProp.vue +83 -83
  73. package/dev/CustomPanel/items/ApDevTree.vue +5 -5
  74. package/dev/CustomPanel/items/ApDevTreeProp.vue +1 -1
  75. package/dev/CustomPanel/items/ApDevUpload.vue +6 -6
  76. package/dev/CustomPanel/items/ApDevUploadProp.vue +1 -1
  77. package/dev/CustomPanel/items/base/ApDevBase.vue +1 -1
  78. package/dev/CustomPanel/items/base/ApDevItemBase.vue +2 -2
  79. package/dev/CustomPanel/items/base/ApDevPropBase.vue +1 -1
  80. package/dev/CustomPanel/items/base/ApDevPropStyle.vue +93 -93
  81. package/dev/DbDesignPanel/DevDbField.vue +333 -611
  82. package/dev/DbDesignPanel/DevDbSync.vue +437 -613
  83. package/dev/DbDesignPanel/DevDbTable.vue +6 -6
  84. package/dev/DbDesignPanel/DevDbTableDialog.vue +284 -216
  85. package/dev/DbDesignPanel/index.vue +41 -24
  86. package/dev/OperatePanel/index.vue +0 -1
  87. package/dev/dev/DevUtil.js +31 -31
  88. package/dev/dev/devConfig.js +99 -99
  89. package/dev/dev/devStore.js +368 -368
  90. package/dev/dev/index.vue +85 -85
  91. package/ops/ApiPanel/components/ApiContent.vue +1 -1
  92. package/ops/ApiPanel/components/ApiTable.vue +1 -1
  93. package/ops/ApiPanel/components/ApiTittle1.vue +1 -1
  94. package/ops/ApiPanel/components/ApiTittle2.vue +1 -1
  95. package/ops/ApiPanel/components/index.js +1 -1
  96. package/ops/ConfigPanel/OpsDocHistory.vue +145 -145
  97. package/ops/OperatePanel/index.vue +0 -1
  98. package/ops/ops/index.vue +60 -60
  99. package/ops/ops/opsStore.js +27 -27
  100. package/package.json +1 -1
@@ -1,27 +1,27 @@
1
- import Vuex from 'vuex'
2
-
3
- const apDevStore = new Vuex.Store({
4
- state: {
5
- tempData: {
6
- copyItem: {},
7
- currentDesignPanel: 'api-panel'
8
- }
9
- },
10
- strict: true,
11
- getters: {
12
- },
13
- mutations: {
14
- // 更新当前设计的页面
15
- updateCurrentDesignPanel(state, param) {
16
- state.tempData.currentDesignPanel = param
17
- }
18
-
19
-
20
- }
21
-
22
- })
23
-
24
-
25
-
26
-
27
- export default apDevStore
1
+ import Vuex from 'vuex'
2
+
3
+ const apDevStore = new Vuex.Store({
4
+ state: {
5
+ tempData: {
6
+ copyItem: {},
7
+ currentDesignPanel: 'api-panel'
8
+ }
9
+ },
10
+ strict: true,
11
+ getters: {
12
+ },
13
+ mutations: {
14
+ // 更新当前设计的页面
15
+ updateCurrentDesignPanel(state, param) {
16
+ state.tempData.currentDesignPanel = param
17
+ }
18
+
19
+
20
+ }
21
+
22
+ })
23
+
24
+
25
+
26
+
27
+ export default apDevStore
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ap-dev",
3
- "version": "1.2.24",
3
+ "version": "1.2.26",
4
4
  "description": "===== ap-dev =====",
5
5
  "author": "xiexinbin",
6
6
  "email": "876818817@qq.com",