jamespot-front-business 1.1.94 → 1.1.96
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/cjs.js +2 -2
- package/dist/cjs.js.map +1 -1
- package/dist/esm.js +2 -2
- package/dist/esm.js.map +1 -1
- package/dist/types.d.ts +445 -291
- package/package.json +2 -2
package/dist/esm.js
CHANGED
|
@@ -1148,7 +1148,7 @@ const fetchComments = createAsyncThunk('commentList/fetchCommentList', (params,
|
|
|
1148
1148
|
try {
|
|
1149
1149
|
const res = yield extra.jApi.article.getComments(params, {
|
|
1150
1150
|
format: 'raw-list',
|
|
1151
|
-
formatExtension: ['actions'
|
|
1151
|
+
formatExtension: ['actions'],
|
|
1152
1152
|
});
|
|
1153
1153
|
return { idArticle: params.idArticle, list: res.result };
|
|
1154
1154
|
}
|
|
@@ -4440,7 +4440,7 @@ function renderWidget(fieldType, fieldProperties) {
|
|
|
4440
4440
|
const isMultiple = optionEditor.value.canSelectMultiple;
|
|
4441
4441
|
const options = optionEditor.value.propertyOptions;
|
|
4442
4442
|
const hasDefaultValue = optionEditor.value.defaultSelectOption && optionEditor.value.defaultSelectOptionValue.value;
|
|
4443
|
-
const userCanModifyByComment = optionEditor.value.
|
|
4443
|
+
const userCanModifyByComment = optionEditor.value.userCanModifiyByComment;
|
|
4444
4444
|
return `<widget form="select" ${isMultiple ? 'multiple="1"' : ''}>
|
|
4445
4445
|
<options>
|
|
4446
4446
|
${options
|