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

1.11 vue 3.4.28 #8256

Merged
merged 2 commits into from
Jun 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion UI/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"undici": "5.28.4",
"unix-timestamp": "1.0.4",
"unused-webpack-plugin": "2.4.0",
"vue": "3.4.27",
"vue": "3.4.28",
"vue-i18n-extract-translations": "0.1.3",
"vue-loader": "17.4.2",
"vue-router": "4.3.2",
Expand Down
8 changes: 8 additions & 0 deletions UI/tests/specs/views/__snapshots__/BusinessTypes.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ exports[`BusinessTypes - register as a component should show dialog 1`] = `
name="description"
readonly=""
type="text"
value="Big customer"
/>
</td>
<td
Expand All @@ -55,6 +56,7 @@ exports[`BusinessTypes - register as a component should show dialog 1`] = `
name="discount"
readonly=""
type="text"
value="0.05"
/>
</td>

Expand All @@ -75,6 +77,7 @@ exports[`BusinessTypes - register as a component should show dialog 1`] = `
name="description"
readonly=""
type="text"
value="Bigger customer"
/>
</td>
<td
Expand All @@ -85,6 +88,7 @@ exports[`BusinessTypes - register as a component should show dialog 1`] = `
name="discount"
readonly=""
type="text"
value="0.15"
/>
</td>

Expand Down Expand Up @@ -164,6 +168,7 @@ exports[`BusinessTypes - register as a component should show dialog with editabl
name="description"
readonly=""
type="text"
value="Big customer"
/>
</td>
<td
Expand All @@ -174,6 +179,7 @@ exports[`BusinessTypes - register as a component should show dialog with editabl
name="discount"
readonly=""
type="text"
value="0.05"
/>
</td>

Expand Down Expand Up @@ -219,6 +225,7 @@ exports[`BusinessTypes - register as a component should show dialog with editabl
name="description"
readonly=""
type="text"
value="Bigger customer"
/>
</td>
<td
Expand All @@ -229,6 +236,7 @@ exports[`BusinessTypes - register as a component should show dialog with editabl
name="discount"
readonly=""
type="text"
value="0.15"
/>
</td>

Expand Down
8 changes: 8 additions & 0 deletions UI/tests/specs/views/__snapshots__/Countries.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ exports[`Countries - register as a component should show dialog 1`] = `
name="code"
readonly=""
type="text"
value="ca"
/>
</td>
<td
Expand All @@ -55,6 +56,7 @@ exports[`Countries - register as a component should show dialog 1`] = `
name="name"
readonly=""
type="text"
value="Canada"
/>
</td>

Expand All @@ -75,6 +77,7 @@ exports[`Countries - register as a component should show dialog 1`] = `
name="code"
readonly=""
type="text"
value="us"
/>
</td>
<td
Expand All @@ -85,6 +88,7 @@ exports[`Countries - register as a component should show dialog 1`] = `
name="name"
readonly=""
type="text"
value="United States"
/>
</td>

Expand Down Expand Up @@ -164,6 +168,7 @@ exports[`Countries - register as a component should show dialog with editable da
name="code"
readonly=""
type="text"
value="ca"
/>
</td>
<td
Expand All @@ -174,6 +179,7 @@ exports[`Countries - register as a component should show dialog with editable da
name="name"
readonly=""
type="text"
value="Canada"
/>
</td>

Expand Down Expand Up @@ -219,6 +225,7 @@ exports[`Countries - register as a component should show dialog with editable da
name="code"
readonly=""
type="text"
value="us"
/>
</td>
<td
Expand All @@ -229,6 +236,7 @@ exports[`Countries - register as a component should show dialog with editable da
name="name"
readonly=""
type="text"
value="United States"
/>
</td>

Expand Down
8 changes: 8 additions & 0 deletions UI/tests/specs/views/__snapshots__/GIFI.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ exports[`GIFI - register as a component should show dialog 1`] = `
name="accno"
readonly=""
type="text"
value="0000"
/>
</td>
<td
Expand All @@ -56,6 +57,7 @@ exports[`GIFI - register as a component should show dialog 1`] = `
name="description"
readonly=""
type="text"
value="Dummy account"
/>
</td>

Expand All @@ -76,6 +78,7 @@ exports[`GIFI - register as a component should show dialog 1`] = `
name="accno"
readonly=""
type="text"
value="0001"
/>
</td>
<td
Expand All @@ -86,6 +89,7 @@ exports[`GIFI - register as a component should show dialog 1`] = `
name="description"
readonly=""
type="text"
value="Dummy account 1"
/>
</td>

Expand Down Expand Up @@ -247,6 +251,7 @@ exports[`GIFI - register as a component should show dialog with editable data 1`
name="accno"
readonly=""
type="text"
value="0000"
/>
</td>
<td
Expand All @@ -257,6 +262,7 @@ exports[`GIFI - register as a component should show dialog with editable data 1`
name="description"
readonly=""
type="text"
value="Dummy account"
/>
</td>

Expand Down Expand Up @@ -302,6 +308,7 @@ exports[`GIFI - register as a component should show dialog with editable data 1`
name="accno"
readonly=""
type="text"
value="0001"
/>
</td>
<td
Expand All @@ -312,6 +319,7 @@ exports[`GIFI - register as a component should show dialog with editable data 1`
name="description"
readonly=""
type="text"
value="Dummy account 1"
/>
</td>

Expand Down
8 changes: 8 additions & 0 deletions UI/tests/specs/views/__snapshots__/Languages.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ exports[`Languages should show dialog 1`] = `
name="code"
readonly=""
type="text"
value="en"
/>
</td>
<td
Expand All @@ -55,6 +56,7 @@ exports[`Languages should show dialog 1`] = `
name="description"
readonly=""
type="text"
value="English"
/>
</td>

Expand All @@ -75,6 +77,7 @@ exports[`Languages should show dialog 1`] = `
name="code"
readonly=""
type="text"
value="fr"
/>
</td>
<td
Expand All @@ -85,6 +88,7 @@ exports[`Languages should show dialog 1`] = `
name="description"
readonly=""
type="text"
value="Français"
/>
</td>

Expand Down Expand Up @@ -164,6 +168,7 @@ exports[`Languages should show dialog with editable data 1`] = `
name="code"
readonly=""
type="text"
value="en"
/>
</td>
<td
Expand All @@ -174,6 +179,7 @@ exports[`Languages should show dialog with editable data 1`] = `
name="description"
readonly=""
type="text"
value="English"
/>
</td>

Expand Down Expand Up @@ -219,6 +225,7 @@ exports[`Languages should show dialog with editable data 1`] = `
name="code"
readonly=""
type="text"
value="fr"
/>
</td>
<td
Expand All @@ -229,6 +236,7 @@ exports[`Languages should show dialog with editable data 1`] = `
name="description"
readonly=""
type="text"
value="Français"
/>
</td>

Expand Down
4 changes: 4 additions & 0 deletions UI/tests/specs/views/__snapshots__/Pricegroups.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ exports[`Pricegroups - register as a component should show dialog 1`] = `
name="description"
readonly=""
type="text"
value="Price group 1"
/>
</td>

Expand All @@ -62,6 +63,7 @@ exports[`Pricegroups - register as a component should show dialog 1`] = `
name="description"
readonly=""
type="text"
value="Price group 2"
/>
</td>

Expand Down Expand Up @@ -138,6 +140,7 @@ exports[`Pricegroups - register as a component should show dialog with editable
name="description"
readonly=""
type="text"
value="Price group 1"
/>
</td>

Expand Down Expand Up @@ -183,6 +186,7 @@ exports[`Pricegroups - register as a component should show dialog with editable
name="description"
readonly=""
type="text"
value="Price group 2"
/>
</td>

Expand Down
8 changes: 8 additions & 0 deletions UI/tests/specs/views/__snapshots__/SIC.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ exports[`SIC - register as a component should show dialog 1`] = `
name="code"
readonly=""
type="text"
value="541330"
/>
</td>
<td
Expand All @@ -55,6 +56,7 @@ exports[`SIC - register as a component should show dialog 1`] = `
name="description"
readonly=""
type="text"
value="Engineering service"
/>
</td>

Expand All @@ -75,6 +77,7 @@ exports[`SIC - register as a component should show dialog 1`] = `
name="code"
readonly=""
type="text"
value="611430"
/>
</td>
<td
Expand All @@ -85,6 +88,7 @@ exports[`SIC - register as a component should show dialog 1`] = `
name="description"
readonly=""
type="text"
value="Professional and management development training"
/>
</td>

Expand Down Expand Up @@ -249,6 +253,7 @@ exports[`SIC - register as a component should show dialog with editable data 1`]
name="code"
readonly=""
type="text"
value="541330"
/>
</td>
<td
Expand All @@ -259,6 +264,7 @@ exports[`SIC - register as a component should show dialog with editable data 1`]
name="description"
readonly=""
type="text"
value="Engineering service"
/>
</td>

Expand Down Expand Up @@ -304,6 +310,7 @@ exports[`SIC - register as a component should show dialog with editable data 1`]
name="code"
readonly=""
type="text"
value="611430"
/>
</td>
<td
Expand All @@ -314,6 +321,7 @@ exports[`SIC - register as a component should show dialog with editable data 1`]
name="description"
readonly=""
type="text"
value="Professional and management development training"
/>
</td>

Expand Down
Loading
Loading