-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature: refactoring of configuration-popup.vue and adding ExportSett… #691
Conversation
src/app/locale/en/en.js
Outdated
@@ -961,6 +961,13 @@ export default { | |||
}, | |||
}, | |||
|
|||
configuration: { | |||
configurationPopup: { | |||
format: 'Format', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
а цих локалей нема в лібі?
:v="v$.itemInstance.value" | ||
:value="itemInstance.value" | ||
required | ||
@change="(event) => this.setItemProp({ prop: 'value', value: event })" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
а чого саме стрілка тут потрібна?
@input="selectHandler" | ||
/> | ||
<wt-input | ||
v-if="itemInstance.format?.value === exportSettingsEnum.XLS" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
краще у компьютед)
і нижче також)
this.itemInstance.separator = inputValue; | ||
this.handleDefaultSelectConfigInput(); | ||
}, | ||
handleDefaultSelectConfigInput() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
чисто попридиратись(
метод викликається раніше, може і перенести його вище в коді?)
|
||
const ConfigurationTypeLookup = Object.freeze({ | ||
[EngineSystemSettingName.EnableOmnichannel]: { | ||
controls: [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
а це вірно що значення в масиві сховані?
displayedConfigurationType() { | ||
return { [this.valueType]: true }; | ||
}, | ||
isFormatXls() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
може isExportSettingsFormatXls?
…ings config WTEL-4046