@kengic/vue 0.31.4 → 0.31.6-beta.0
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/CHANGELOG.md +9 -3
- package/dist/kengic-vue.js +27438 -27435
- package/dist/src/component/KgButton/KgButton.store.d.ts +5 -1
- package/dist/src/component/KgCanvas/KgCanvas.ToolbarButton.Fullscreen.d.ts +3 -0
- package/dist/src/component/KgCanvas/KgCanvas.ToolbarButton.Mode.d.ts +3 -0
- package/dist/src/component/KgCanvas/KgCanvas.ToolbarButton.OverviewScale.d.ts +3 -0
- package/dist/src/component/KgCanvas/KgCanvas.Tooltip.d.ts +3 -0
- package/dist/src/component/KgCanvas/KgCanvas.d.ts +4 -3
- package/dist/src/component/KgCanvas/KgCanvas.hooks.d.ts +2 -2
- package/dist/src/component/KgCanvas/KgCanvas.store.d.ts +1 -1
- package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.d.ts +29 -1
- package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.hooks.d.ts +12 -5
- package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.store.d.ts +134 -134
- package/dist/src/component/KgTable/KgTable.model.d.ts +1 -3
- package/dist/src/component/KgVarConfig/{components/search/KgVarConfig.Modal.Search.VarProfileMaster.service.d.ts → KgVarConfig.Modal.Search.VarProfileMaster.service.d.ts} +1 -1
- package/dist/src/component/KgVarConfig/{components/table/KgVarConfig.Modal.Table.VarGridMaster.service.d.ts → KgVarConfig.Modal.Table.VarGridMaster.service.d.ts} +1 -1
- package/dist/src/component/KgWorkStation/KgWorkStation.hooks.d.ts +1 -1
- package/dist/src/model/index.d.ts +33 -30
- package/dist/src/util/kg.util.d.ts +5 -37
- package/package.json +1 -1
- /package/dist/src/component/KgVarConfig/{components/button/KgVarConfig.Modal.Button.VarButton.d.ts → KgVarConfig.Modal.Button.VarButton.d.ts} +0 -0
- /package/dist/src/component/KgVarConfig/{components/button/KgVarConfig.Modal.Button.VarButtonConfig.d.ts → KgVarConfig.Modal.Button.VarButtonConfig.d.ts} +0 -0
- /package/dist/src/component/KgVarConfig/{components/button/KgVarConfig.Modal.Button.d.ts → KgVarConfig.Modal.Button.d.ts} +0 -0
- /package/dist/src/component/KgVarConfig/{components/child/KgVarConfig.Modal.Child.d.ts → KgVarConfig.Modal.Child.d.ts} +0 -0
- /package/dist/src/component/KgVarConfig/{components/search/KgVarConfig.Modal.Search.VarProfileConfig.d.ts → KgVarConfig.Modal.Search.VarProfileConfig.d.ts} +0 -0
- /package/dist/src/component/KgVarConfig/{components/search/KgVarConfig.Modal.Search.VarProfileMaster.d.ts → KgVarConfig.Modal.Search.VarProfileMaster.d.ts} +0 -0
- /package/dist/src/component/KgVarConfig/{components/search/KgVarConfig.Modal.Search.d.ts → KgVarConfig.Modal.Search.d.ts} +0 -0
- /package/dist/src/component/KgVarConfig/{components/submit/KgVarConfig.Modal.Submit.VarSubmitConfig.d.ts → KgVarConfig.Modal.Submit.VarSubmitConfig.d.ts} +0 -0
- /package/dist/src/component/KgVarConfig/{components/submit/KgVarConfig.Modal.Submit.VarSubmitDetail.d.ts → KgVarConfig.Modal.Submit.VarSubmitDetail.d.ts} +0 -0
- /package/dist/src/component/KgVarConfig/{components/submit/KgVarConfig.Modal.Submit.d.ts → KgVarConfig.Modal.Submit.d.ts} +0 -0
- /package/dist/src/component/KgVarConfig/{components/table/KgVarConfig.Modal.Table.VarGridConfig.d.ts → KgVarConfig.Modal.Table.VarGridConfig.d.ts} +0 -0
- /package/dist/src/component/KgVarConfig/{components/table/KgVarConfig.Modal.Table.VarGridMaster.d.ts → KgVarConfig.Modal.Table.VarGridMaster.d.ts} +0 -0
- /package/dist/src/component/KgVarConfig/{components/table/KgVarConfig.Modal.Table.d.ts → KgVarConfig.Modal.Table.d.ts} +0 -0
- /package/dist/src/component/KgVarConfig/{components/var/KgVarConfig.Modal.Var.VarConfigControl.d.ts → KgVarConfig.Modal.Var.VarConfigControl.d.ts} +0 -0
- /package/dist/src/component/KgVarConfig/{components/var/KgVarConfig.Modal.Var.VarConfigDescription.d.ts → KgVarConfig.Modal.Var.VarConfigDescription.d.ts} +0 -0
- /package/dist/src/component/KgVarConfig/{components/var/KgVarConfig.Modal.Var.VarConfigInput.d.ts → KgVarConfig.Modal.Var.VarConfigInput.d.ts} +0 -0
- /package/dist/src/component/KgVarConfig/{components/var/KgVarConfig.Modal.Var.VarConfigLookup.d.ts → KgVarConfig.Modal.Var.VarConfigLookup.d.ts} +0 -0
- /package/dist/src/component/KgVarConfig/{components/var/KgVarConfig.Modal.Var.VarConfigPossibility.d.ts → KgVarConfig.Modal.Var.VarConfigPossibility.d.ts} +0 -0
- /package/dist/src/component/KgVarConfig/{components/var/KgVarConfig.Modal.Var.VarConfigTip.d.ts → KgVarConfig.Modal.Var.VarConfigTip.d.ts} +0 -0
- /package/dist/src/component/KgVarConfig/{components/var/KgVarConfig.Modal.Var.VarVariable.d.ts → KgVarConfig.Modal.Var.VarVariable.d.ts} +0 -0
- /package/dist/src/component/KgVarConfig/{components/KgVarConfig.SelectFormIdModal.d.ts → KgVarConfig.SelectFormIdModal.d.ts} +0 -0
- /package/dist/src/component/KgVarConfig/{components/KgVarConfigModal.d.ts → KgVarConfigModal.d.ts} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -22,16 +22,22 @@ import { VxeInputEvents, VxePulldownInstance } from 'vxe-table';
|
|
|
22
22
|
import { VxeInputEvents, VxePulldownInstance } from 'vxe-pc-ui';
|
|
23
23
|
```
|
|
24
24
|
|
|
25
|
-
### 2. kgVar.kgSubmit.onBeforeRequest()
|
|
25
|
+
### 2. kgVar.kgSubmit.onBeforeRequest() 事件回调函数参数变更,
|
|
26
26
|
|
|
27
27
|
```typescript
|
|
28
28
|
// 旧
|
|
29
29
|
// --------------------------------------------------
|
|
30
|
-
kgVar.kgSubmit.onBeforeRequest(async (
|
|
30
|
+
kgVar.kgSubmit.onBeforeRequest(async ({ data, params }) => {
|
|
31
|
+
data.value.foo = 'foo';
|
|
32
|
+
params.value.foo = 'foo';
|
|
33
|
+
});
|
|
31
34
|
|
|
32
35
|
// 新
|
|
33
36
|
// --------------------------------------------------
|
|
34
|
-
kgVar.kgSubmit.onBeforeRequest(async ({
|
|
37
|
+
kgVar.kgSubmit.onBeforeRequest(async ({ requestConfig }) => {
|
|
38
|
+
requestConfig.data!.foo = 'foo';
|
|
39
|
+
requestConfig.params!.foo = 'foo';
|
|
40
|
+
});
|
|
35
41
|
```
|
|
36
42
|
|
|
37
43
|
# 0.30.0
|