Skip to content
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

Merged
merged 10 commits into from
Jun 24, 2024

Conversation

VladimirBeria
Copy link
Contributor

@VladimirBeria VladimirBeria commented Jun 21, 2024

…ings config WTEL-4046

@@ -961,6 +961,13 @@ export default {
},
},

configuration: {
configurationPopup: {
format: 'Format',
Copy link
Contributor

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 })"
Copy link
Contributor

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"
Copy link
Contributor

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() {
Copy link
Contributor

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: [
Copy link
Contributor

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() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

може isExportSettingsFormatXls?

@Lera24 Lera24 merged commit cb5662b into master Jun 24, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants