kts-components-document-access-point 1.2.13 → 1.2.14

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.esm.js CHANGED
@@ -3136,10 +3136,10 @@ var PageHeader = (function () {
3136
3136
  title: "收发角色",
3137
3137
  enum: [{
3138
3138
  "label": "发送方",
3139
- "value": '1'
3139
+ "value": 1
3140
3140
  }, {
3141
3141
  "label": "接收方",
3142
- "value": '0'
3142
+ "value": 0
3143
3143
  }],
3144
3144
  'x-props': {
3145
3145
  mode: "multiple"
@@ -3184,10 +3184,10 @@ var PageHeader = (function () {
3184
3184
  title: "我的收发角色",
3185
3185
  enum: [{
3186
3186
  "label": "发送方",
3187
- "value": '1'
3187
+ "value": 1
3188
3188
  }, {
3189
3189
  "label": "接收方",
3190
- "value": '0'
3190
+ "value": 0
3191
3191
  }],
3192
3192
  'x-props': {
3193
3193
  mode: "multiple"
@@ -3198,16 +3198,16 @@ var PageHeader = (function () {
3198
3198
  title: "发送对象",
3199
3199
  visible: true
3200
3200
  },
3201
- did: {
3201
+ senderParticipantId: {
3202
3202
  type: "string",
3203
3203
  title: "我司对应DID",
3204
3204
  enum: didEnum
3205
3205
  },
3206
- duixiang: {
3206
+ receiverParticipantId: {
3207
3207
  type: "string",
3208
3208
  title: "接受对象"
3209
3209
  },
3210
- duixianggongsi: {
3210
+ receiverCompany: {
3211
3211
  type: "string",
3212
3212
  title: "接受对象所属公司"
3213
3213
  },
package/dist/index.js CHANGED
@@ -3150,10 +3150,10 @@ var PageHeader = (function () {
3150
3150
  title: "收发角色",
3151
3151
  enum: [{
3152
3152
  "label": "发送方",
3153
- "value": '1'
3153
+ "value": 1
3154
3154
  }, {
3155
3155
  "label": "接收方",
3156
- "value": '0'
3156
+ "value": 0
3157
3157
  }],
3158
3158
  'x-props': {
3159
3159
  mode: "multiple"
@@ -3198,10 +3198,10 @@ var PageHeader = (function () {
3198
3198
  title: "我的收发角色",
3199
3199
  enum: [{
3200
3200
  "label": "发送方",
3201
- "value": '1'
3201
+ "value": 1
3202
3202
  }, {
3203
3203
  "label": "接收方",
3204
- "value": '0'
3204
+ "value": 0
3205
3205
  }],
3206
3206
  'x-props': {
3207
3207
  mode: "multiple"
@@ -3212,16 +3212,16 @@ var PageHeader = (function () {
3212
3212
  title: "发送对象",
3213
3213
  visible: true
3214
3214
  },
3215
- did: {
3215
+ senderParticipantId: {
3216
3216
  type: "string",
3217
3217
  title: "我司对应DID",
3218
3218
  enum: didEnum
3219
3219
  },
3220
- duixiang: {
3220
+ receiverParticipantId: {
3221
3221
  type: "string",
3222
3222
  title: "接受对象"
3223
3223
  },
3224
- duixianggongsi: {
3224
+ receiverCompany: {
3225
3225
  type: "string",
3226
3226
  title: "接受对象所属公司"
3227
3227
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kts-components-document-access-point",
3
- "version": "1.2.13",
3
+ "version": "1.2.14",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "dumi dev",
@@ -164,16 +164,16 @@ export default () => {
164
164
  title: "发送对象",
165
165
  visible: true
166
166
  },
167
- did: {
167
+ senderParticipantId: {
168
168
  type: "string",
169
169
  title: "我司对应DID",
170
170
  enum: didEnum
171
171
  },
172
- duixiang: {
172
+ receiverParticipantId: {
173
173
  type: "string",
174
174
  title: "接受对象",
175
175
  },
176
- duixianggongsi: {
176
+ receiverCompany: {
177
177
  type: "string",
178
178
  title: "接受对象所属公司",
179
179
  },