generated from Seekra/repository-template
Compare commits
99 Commits
7bf44ca720
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
235cf04b09
|
|||
|
8a0d4ac949
|
|||
|
5740b354f9
|
|||
|
eea417013d
|
|||
|
192f3c37a9
|
|||
|
b729b85ad0
|
|||
|
a9f805e1fd
|
|||
|
af418197a4
|
|||
|
8a718b4bab
|
|||
|
1473dcf060
|
|||
|
8702648624
|
|||
|
88819f5684
|
|||
|
98940eeec4
|
|||
|
775e206322
|
|||
|
7407366f45
|
|||
|
deaf3935c9
|
|||
|
5f07e66915
|
|||
|
122663e2e3
|
|||
|
5c8073d264
|
|||
|
970f4a74d1
|
|||
|
ecf9074522
|
|||
|
ea87e0832a
|
|||
|
f4121bf419
|
|||
|
bf317eea35
|
|||
|
948d6d41e8
|
|||
|
867b3a41f8
|
|||
|
e0268b6e6c
|
|||
|
156b3b552c
|
|||
|
39e6c94d09
|
|||
|
76fda9e5c6
|
|||
|
d9c19b252e
|
|||
|
91fa06898f
|
|||
|
6d7dd7dc40
|
|||
|
5122d93072
|
|||
|
dc4c47e2ef
|
|||
|
a5dede3485
|
|||
|
eb892d9725
|
|||
|
27f696247d
|
|||
|
3a07b0482f
|
|||
|
88634e10cd
|
|||
|
98cc6b7556
|
|||
|
0bb0f23347
|
|||
|
02af96a07d
|
|||
|
a6194bb874
|
|||
|
d6700d6965
|
|||
|
54ffaf73e3
|
|||
|
ebe21f7f4d
|
|||
|
37515268d7
|
|||
|
c919263c36
|
|||
|
592eb7222f
|
|||
|
98579b726b
|
|||
|
918d6768e8
|
|||
|
924698df24
|
|||
|
4e6c94afc8
|
|||
|
f2f7e9e23c
|
|||
|
08949d5bb4
|
|||
|
65153db414
|
|||
|
58e4640965
|
|||
|
521f1becb4
|
|||
|
dc1caac2ed
|
|||
|
e8cb978a61
|
|||
|
1c3175a3e4
|
|||
|
a97ee3c660
|
|||
|
baa1f6ed44
|
|||
|
d5b76b0a17
|
|||
|
5c3d7ce535
|
|||
|
072f3472f7
|
|||
|
7d15d29409
|
|||
|
8ce315e1c7
|
|||
|
33dfee951a
|
|||
|
80bc8339ed
|
|||
|
12f9d85841
|
|||
|
a78fa93b51
|
|||
|
06c5e9b2c1
|
|||
|
bf3e6b2e2e
|
|||
|
b58ee95ad2
|
|||
|
093d5840fc
|
|||
|
352bd5baf5
|
|||
|
2117c28606
|
|||
|
7f01a807b9
|
|||
|
a7babaf94b
|
|||
|
a14318c4c5
|
|||
|
c3c7fdb945
|
|||
|
1418e52cbf
|
|||
|
2d3d2457cf
|
|||
|
6c12550ee7
|
|||
|
9ec2d7fd6f
|
|||
|
975e84be46
|
|||
|
a365322a5b
|
|||
|
67fc878575
|
|||
|
008e38e54a
|
|||
|
a0d592d26e
|
|||
|
0b6adfa41d
|
|||
|
dc557afbc2
|
|||
|
88d419fd17
|
|||
|
37bba31fd4
|
|||
|
ca70d46df3
|
|||
|
2a0b5c9b86
|
|||
|
316a8fd56f
|
@@ -17,6 +17,7 @@
|
|||||||
"vue-router": "^5.0.6"
|
"vue-router": "^5.0.6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"@vue/test-utils": "^2.4.6",
|
||||||
"@vitejs/plugin-vue": "^6.0.6",
|
"@vitejs/plugin-vue": "^6.0.6",
|
||||||
"jsdom": "^29.1.1",
|
"jsdom": "^29.1.1",
|
||||||
"vite": "^8.0.10",
|
"vite": "^8.0.10",
|
||||||
|
|||||||
+6
-3
@@ -42,15 +42,18 @@ watch(colorScheme, val => updateColorScheme(val))
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.main-content {
|
#app-wrapper {
|
||||||
--main-content-padding-x: 30px;
|
--main-content-padding-x: 30px;
|
||||||
--main-content-padding-y: 40px;
|
--main-content-padding-y: 40px;
|
||||||
--main-content-padding: var(--main-content-padding-y) var(--main-content-padding-x) 0;
|
--main-content-padding: var(--main-content-padding-y) var(--main-content-padding-x);
|
||||||
|
}
|
||||||
|
|
||||||
|
.main-content {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 48rem) {
|
@media (max-width: 48rem) {
|
||||||
.main-content {
|
#app-wrapper {
|
||||||
--main-content-padding-x: 15px;
|
--main-content-padding-x: 15px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,114 @@
|
|||||||
|
/*
|
||||||
|
Copyright 2026 Seekra
|
||||||
|
|
||||||
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
you may not use this file except in compliance with the License.
|
||||||
|
You may obtain a copy of the License at
|
||||||
|
|
||||||
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
|
Unless required by applicable law or agreed to in writing, software
|
||||||
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
See the License for the specific language governing permissions and
|
||||||
|
limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
import { expect, test, describe, vi, beforeEach } from 'vitest';
|
||||||
|
import { mount } from '@vue/test-utils';
|
||||||
|
import LanguageSwitchButton from '../LanguageSwitchButton.vue';
|
||||||
|
import { loadLanguage } from '@/i18n';
|
||||||
|
|
||||||
|
vi.mock('@/i18n', () => ({
|
||||||
|
loadLanguage: vi.fn(() => Promise.resolve()),
|
||||||
|
LANGUAGES_RTL: ['ar', 'he'],
|
||||||
|
SUPPORTED_LANGUAGES: ['en', 'de', 'ar']
|
||||||
|
}));
|
||||||
|
|
||||||
|
vi.mock('vue-i18n', () => ({
|
||||||
|
useI18n: () => ({
|
||||||
|
t: (key) => key,
|
||||||
|
locale: { value: 'de' }
|
||||||
|
})
|
||||||
|
}));
|
||||||
|
|
||||||
|
vi.mock('@/features/icons/components/Icon.vue', () => ({
|
||||||
|
default: {
|
||||||
|
name: 'Icon',
|
||||||
|
template: '<span>Icon</span>'
|
||||||
|
}
|
||||||
|
}));
|
||||||
|
|
||||||
|
describe('LanguageSwitchButton.vue', () => {
|
||||||
|
beforeEach(() => {
|
||||||
|
vi.clearAllMocks();
|
||||||
|
localStorage.clear();
|
||||||
|
document.documentElement.lang = '';
|
||||||
|
document.documentElement.dir = '';
|
||||||
|
});
|
||||||
|
|
||||||
|
test('renders correctly with initial state closed', () => {
|
||||||
|
const wrapper = mount(LanguageSwitchButton);
|
||||||
|
|
||||||
|
expect(wrapper.find('.language-button').exists()).toBe(true);
|
||||||
|
expect(wrapper.find('.language-dropdown').exists()).toBe(false);
|
||||||
|
expect(wrapper.find('.language-button').attributes('aria-expanded')).toBe('false');
|
||||||
|
});
|
||||||
|
|
||||||
|
test('opens the dropdown when language button is clicked', async () => {
|
||||||
|
const wrapper = mount(LanguageSwitchButton);
|
||||||
|
const button = wrapper.find('.language-button');
|
||||||
|
|
||||||
|
await button.trigger('click');
|
||||||
|
|
||||||
|
expect(wrapper.find('.language-dropdown').exists()).toBe(true);
|
||||||
|
expect(button.attributes('aria-expanded')).toBe('true');
|
||||||
|
});
|
||||||
|
|
||||||
|
const languageTestCases = [
|
||||||
|
{ code: 'en', expectedDir: 'ltr' },
|
||||||
|
{ code: 'de', expectedDir: 'ltr' },
|
||||||
|
{ code: 'ar', expectedDir: 'rtl' }
|
||||||
|
];
|
||||||
|
|
||||||
|
test.for(languageTestCases)('selectLanguage($code) sets localStorage, html attributes and changes layout direction to $expectedDir', async ({ code, expectedDir }) => {
|
||||||
|
const wrapper = mount(LanguageSwitchButton);
|
||||||
|
|
||||||
|
await wrapper.find('.language-button').trigger('click');
|
||||||
|
|
||||||
|
const options = wrapper.findAll('.language-dropdown li');
|
||||||
|
const optionToClick = options.find(opt => opt.text().includes(code));
|
||||||
|
|
||||||
|
await optionToClick.trigger('click');
|
||||||
|
|
||||||
|
expect(loadLanguage).toHaveBeenCalledWith(code);
|
||||||
|
expect(localStorage.getItem('locale')).toBe(code);
|
||||||
|
expect(document.documentElement.lang).toBe(code);
|
||||||
|
expect(document.documentElement.dir).toBe(expectedDir);
|
||||||
|
expect(wrapper.find('.language-dropdown').exists()).toBe(false);
|
||||||
|
});
|
||||||
|
|
||||||
|
test('closes the dropdown when clicking outside the component', async () => {
|
||||||
|
const wrapper = mount(LanguageSwitchButton, {
|
||||||
|
attachTo: document.body
|
||||||
|
});
|
||||||
|
|
||||||
|
await wrapper.find('.language-button').trigger('click');
|
||||||
|
expect(wrapper.find('.language-dropdown').exists()).toBe(true);
|
||||||
|
|
||||||
|
await new Promise(resolve => setTimeout(resolve, 0));
|
||||||
|
|
||||||
|
const externalDiv = document.createElement('div');
|
||||||
|
document.body.appendChild(externalDiv);
|
||||||
|
|
||||||
|
const clickEvent = new MouseEvent('click', { bubbles: true });
|
||||||
|
externalDiv.dispatchEvent(clickEvent);
|
||||||
|
|
||||||
|
await wrapper.vm.$nextTick();
|
||||||
|
|
||||||
|
expect(wrapper.find('.language-dropdown').exists()).toBe(false);
|
||||||
|
|
||||||
|
wrapper.unmount();
|
||||||
|
externalDiv.remove();
|
||||||
|
});
|
||||||
|
});
|
||||||
@@ -42,7 +42,7 @@ import NavbarSearchBarWrapper from './NavbarSearchBarWrapper.vue';
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 18px 40px;
|
padding: 18px var(--main-content-padding-x);
|
||||||
height: 42px;
|
height: 42px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -73,7 +73,8 @@ const submitSearch = function () {
|
|||||||
border-radius: calc(var(--content-height) * 0.5 + var(--submit-button-padding-y) + var(--padding));
|
border-radius: calc(var(--content-height) * 0.5 + var(--submit-button-padding-y) + var(--padding));
|
||||||
padding: var(--padding);
|
padding: var(--padding);
|
||||||
padding-left: var(--padding-left);
|
padding-left: var(--padding-left);
|
||||||
width: calc(100% - var(--padding-left));
|
width: 100%;
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-wrapper input {
|
.search-wrapper input {
|
||||||
@@ -83,6 +84,7 @@ const submitSearch = function () {
|
|||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
height: calc(var(--content-height) + 2 * var(--submit-button-padding-y));
|
height: calc(var(--content-height) + 2 * var(--submit-button-padding-y));
|
||||||
|
padding-left: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-button {
|
.search-button {
|
||||||
|
|||||||
@@ -53,9 +53,7 @@ const { t } = useI18n();
|
|||||||
--error-message-padding: 2em;
|
--error-message-padding: 2em;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
width: calc(100% - 2 * var(--main-content-padding-x));
|
width: 100%;
|
||||||
position: absolute;
|
|
||||||
top: calc(50vh - 0.5 * var(--error-message-height) - var(--error-message-padding));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-results-error-message {
|
.search-results-error-message {
|
||||||
|
|||||||
@@ -53,10 +53,6 @@ limitations under the License.
|
|||||||
* @typedef {BoolSettingConfig | NumberSettingConfig | StringSettingConfig | SelectionSettingConfig | SectionSettingConfig} SettingConfigEntry
|
* @typedef {BoolSettingConfig | NumberSettingConfig | StringSettingConfig | SelectionSettingConfig | SectionSettingConfig} SettingConfigEntry
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
|
||||||
* @typedef {Object} SettingsConfig
|
|
||||||
* @property {SettingConfigEntry[]} contents
|
|
||||||
*/
|
|
||||||
/**
|
/**
|
||||||
* @typedef {{ type: 'bool', name: string, i18n: string, description?: string, default: boolean }} BoolSettingConfig
|
* @typedef {{ type: 'bool', name: string, i18n: string, description?: string, default: boolean }} BoolSettingConfig
|
||||||
* @typedef {{ type: 'number', name: string, i18n: string, description?: string, default: number }} NumberSettingConfig
|
* @typedef {{ type: 'number', name: string, i18n: string, description?: string, default: number }} NumberSettingConfig
|
||||||
@@ -64,5 +60,6 @@ limitations under the License.
|
|||||||
* @typedef {{ type: 'selection', name: string, i18n: string, description?: string, default: string | string[], allowMultiple?: boolean, options: SelectionOption[] }} SelectionSettingConfig
|
* @typedef {{ type: 'selection', name: string, i18n: string, description?: string, default: string | string[], allowMultiple?: boolean, options: SelectionOption[] }} SelectionSettingConfig
|
||||||
* @typedef {{ type: 'section', name: string, i18n?: string, description?: string, content: SettingConfigEntry[] }} SectionSettingConfig
|
* @typedef {{ type: 'section', name: string, i18n?: string, description?: string, content: SettingConfigEntry[] }} SectionSettingConfig
|
||||||
* @typedef {BoolSettingConfig | NumberSettingConfig | StringSettingConfig | SelectionSettingConfig | SectionSettingConfig} SettingConfigEntry
|
* @typedef {BoolSettingConfig | NumberSettingConfig | StringSettingConfig | SelectionSettingConfig | SectionSettingConfig} SettingConfigEntry
|
||||||
* @typedef {{ contents: SettingConfigEntry[] }} SettingsConfig
|
* @typedef {{ contents: SettingConfigEntry[] }} FirstLevelSettingConfigEntry
|
||||||
|
* @typedef {{ contents: FirstLevelSettingConfigEntry[] }} SettingsConfig
|
||||||
*/
|
*/
|
||||||
@@ -0,0 +1,758 @@
|
|||||||
|
/*
|
||||||
|
Copyright 2026 Seekra
|
||||||
|
|
||||||
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
you may not use this file except in compliance with the License.
|
||||||
|
You may obtain a copy of the License at
|
||||||
|
|
||||||
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
|
Unless required by applicable law or agreed to in writing, software
|
||||||
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
See the License for the specific language governing permissions and
|
||||||
|
limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
import { describe, test, expect } from 'vitest';
|
||||||
|
import { validateSettingsConfig, validateEntry, validateSelectionOptions, assertType, assertString } from '../settingsValidator';
|
||||||
|
|
||||||
|
describe('validateSettingsConfig', () => {
|
||||||
|
test.for([
|
||||||
|
{ raw: false, expected: false },
|
||||||
|
{ raw: true, expected: false },
|
||||||
|
{ raw: 0, expected: false },
|
||||||
|
{ raw: 42, expected: false },
|
||||||
|
{ raw: '', expected: false },
|
||||||
|
{ raw: ' ', expected: false },
|
||||||
|
{ raw: 'a', expected: false },
|
||||||
|
{ raw: {}, expected: false },
|
||||||
|
{ raw: {
|
||||||
|
contents: []
|
||||||
|
}, expected: true },
|
||||||
|
{ raw: {
|
||||||
|
contents: [
|
||||||
|
{
|
||||||
|
name: 'general',
|
||||||
|
i18n: 'settings.settings.general',
|
||||||
|
content: [
|
||||||
|
{
|
||||||
|
type: 'bool',
|
||||||
|
name: 'Enable feature 42',
|
||||||
|
i18n: 'settings.settings.general.enableFeature42'
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}, expected: true },
|
||||||
|
{ raw: {
|
||||||
|
contents: [
|
||||||
|
{
|
||||||
|
name: 'general',
|
||||||
|
i18n: 'settings.settings.general',
|
||||||
|
content: [
|
||||||
|
{
|
||||||
|
type: 'bool',
|
||||||
|
name: 'Enable feature 42',
|
||||||
|
i18n: 'settings.settings.general.enableFeature42'
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'copyOfGeneral',
|
||||||
|
i18n: 'settings.settings.copyOfGeneral',
|
||||||
|
content: [
|
||||||
|
{
|
||||||
|
type: 'bool',
|
||||||
|
name: 'Enable feature 42',
|
||||||
|
i18n: 'settings.settings.general.enableFeature42'
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
]
|
||||||
|
}, expected: true },
|
||||||
|
{ raw: {
|
||||||
|
contents: [
|
||||||
|
{
|
||||||
|
name: 'general',
|
||||||
|
i18n: 'settings.settings.general',
|
||||||
|
content: [
|
||||||
|
{
|
||||||
|
type: 'bool',
|
||||||
|
name: 'Enable feature 42',
|
||||||
|
i18n: 'settings.settings.general.enableFeature42'
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'copyOfGeneral',
|
||||||
|
i18n: 'settings.settings.copyOfGeneral',
|
||||||
|
content: [
|
||||||
|
{
|
||||||
|
type: 'bool',
|
||||||
|
name: 'Enable feature 42',
|
||||||
|
default: false,
|
||||||
|
i18n: 'settings.settings.general.enableFeature42'
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'aSection',
|
||||||
|
i18n: 'settings.settings.aSection',
|
||||||
|
content: [
|
||||||
|
{
|
||||||
|
type: 'bool',
|
||||||
|
name: 'Enable feature 43',
|
||||||
|
i18n: 'settings.settings.aSection.enableFeature43'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
type: 'selection',
|
||||||
|
name: 'language',
|
||||||
|
i18n: 'settings.settings.aSection.language.label',
|
||||||
|
default: 'en',
|
||||||
|
options: [
|
||||||
|
{ name: 'en', i18n: 'settings.settings.aSection.language.options.en' },
|
||||||
|
{ name: 'de', i18n: 'settings.settings.aSection.language.options.de' },
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
type: 'section',
|
||||||
|
name: 'section2',
|
||||||
|
i18n: 'settings.settings.aSection.section2.label',
|
||||||
|
content: [
|
||||||
|
{
|
||||||
|
type: 'string',
|
||||||
|
name: 'string',
|
||||||
|
i18n: 'settings.settings.aSection.sections.string',
|
||||||
|
default: 'str'
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
]
|
||||||
|
},
|
||||||
|
]
|
||||||
|
}, expected: true },
|
||||||
|
{ raw: {
|
||||||
|
contents: [
|
||||||
|
{
|
||||||
|
name: 'general',
|
||||||
|
i18n: 'settings.settings.general',
|
||||||
|
content: [
|
||||||
|
{
|
||||||
|
type: 'bool',
|
||||||
|
name: 'Enable feature 42',
|
||||||
|
i18n: 'settings.settings.general.enableFeature42'
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'copyOfGeneral',
|
||||||
|
i18n: 'settings.settings.copyOfGeneral',
|
||||||
|
content: [
|
||||||
|
{
|
||||||
|
type: 'bool',
|
||||||
|
name: 'Enable feature 42',
|
||||||
|
default: false,
|
||||||
|
i18n: 'settings.settings.general.enableFeature42'
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'aSection',
|
||||||
|
i18n: 'settings.settings.aSection',
|
||||||
|
content: [
|
||||||
|
{
|
||||||
|
type: 'bool',
|
||||||
|
name: 'Enable feature 43',
|
||||||
|
i18n: 'settings.settings.aSection.enableFeature43'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
type: 'selection',
|
||||||
|
name: 'language',
|
||||||
|
i18n: 'settings.settings.aSection.language.label',
|
||||||
|
default: 'en',
|
||||||
|
allowMultiple: false,
|
||||||
|
options: [
|
||||||
|
{ name: 'en', i18n: 'settings.settings.aSection.language.options.en' },
|
||||||
|
{ name: 'de', i18n: 'settings.settings.aSection.language.options.de' },
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
type: 'section',
|
||||||
|
name: 'section2',
|
||||||
|
i18n: 'settings.settings.aSection.section2.label',
|
||||||
|
content: [
|
||||||
|
{
|
||||||
|
type: 'string',
|
||||||
|
name: 'string',
|
||||||
|
i18n: 'settings.settings.aSection.sections.string',
|
||||||
|
default: 'str'
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
]
|
||||||
|
},
|
||||||
|
]
|
||||||
|
}, expected: true },
|
||||||
|
{ raw: {
|
||||||
|
contents: [
|
||||||
|
{
|
||||||
|
type: 'bool',
|
||||||
|
name: 'aStandaloneBooleanSetting',
|
||||||
|
i18n: 'settings.settings.aStandaloneBooleanSetting',
|
||||||
|
default: true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'general',
|
||||||
|
i18n: 'settings.settings.general',
|
||||||
|
content: [
|
||||||
|
{
|
||||||
|
type: 'bool',
|
||||||
|
name: 'Enable feature 42',
|
||||||
|
i18n: 'settings.settings.general.enableFeature42'
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'copyOfGeneral',
|
||||||
|
i18n: 'settings.settings.copyOfGeneral',
|
||||||
|
content: [
|
||||||
|
{
|
||||||
|
type: 'bool',
|
||||||
|
name: 'Enable feature 42',
|
||||||
|
default: false,
|
||||||
|
i18n: 'settings.settings.general.enableFeature42'
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'aSection',
|
||||||
|
i18n: 'settings.settings.aSection',
|
||||||
|
content: [
|
||||||
|
{
|
||||||
|
type: 'bool',
|
||||||
|
name: 'Enable feature 43',
|
||||||
|
i18n: 'settings.settings.aSection.enableFeature43'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
type: 'selection',
|
||||||
|
name: 'language',
|
||||||
|
i18n: 'settings.settings.aSection.language.label',
|
||||||
|
default: 'en',
|
||||||
|
allowMultiple: false,
|
||||||
|
options: [
|
||||||
|
{ name: 'en', i18n: 'settings.settings.aSection.language.options.en' },
|
||||||
|
{ name: 'de', i18n: 'settings.settings.aSection.language.options.de' },
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
type: 'section',
|
||||||
|
name: 'section2',
|
||||||
|
i18n: 'settings.settings.aSection.section2.label',
|
||||||
|
content: [
|
||||||
|
{
|
||||||
|
type: 'string',
|
||||||
|
name: 'string',
|
||||||
|
i18n: 'settings.settings.aSection.sections.string',
|
||||||
|
default: 'str'
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
]
|
||||||
|
},
|
||||||
|
]
|
||||||
|
}, expected: false },
|
||||||
|
{ raw: {
|
||||||
|
contents: [
|
||||||
|
{
|
||||||
|
type: 'section',
|
||||||
|
name: 'general',
|
||||||
|
i18n: 'settings.settings.general',
|
||||||
|
content: [
|
||||||
|
{
|
||||||
|
type: 'bool',
|
||||||
|
name: 'Enable feature 42',
|
||||||
|
i18n: 'settings.settings.general.enableFeature42'
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
type: 'section',
|
||||||
|
name: 'copyOfGeneral',
|
||||||
|
i18n: 'settings.settings.copyOfGeneral',
|
||||||
|
content: [
|
||||||
|
{
|
||||||
|
type: 'bool',
|
||||||
|
name: 'Enable feature 42',
|
||||||
|
default: false,
|
||||||
|
i18n: 'settings.settings.general.enableFeature42'
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
type: 'section',
|
||||||
|
name: 'aSection',
|
||||||
|
i18n: 'settings.settings.aSection',
|
||||||
|
content: [
|
||||||
|
{
|
||||||
|
type: 'bool',
|
||||||
|
name: 'Enable feature 43',
|
||||||
|
i18n: 'settings.settings.aSection.enableFeature43',
|
||||||
|
default: 'true'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
type: 'selection',
|
||||||
|
name: 'language',
|
||||||
|
i18n: 'settings.settings.aSection.language.label',
|
||||||
|
default: 'en',
|
||||||
|
options: [
|
||||||
|
{ name: 'en', i18n: 'settings.settings.aSection.language.options.en' },
|
||||||
|
{ name: 'de', i18n: 'settings.settings.aSection.language.options.de' },
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
type: 'section',
|
||||||
|
name: 'section2',
|
||||||
|
i18n: 'settings.settings.aSection.section2.label',
|
||||||
|
content: [
|
||||||
|
{
|
||||||
|
type: 'string',
|
||||||
|
name: 'string',
|
||||||
|
i18n: 'settings.settings.aSection.sections.string',
|
||||||
|
default: 42
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
]
|
||||||
|
},
|
||||||
|
]
|
||||||
|
}, expected: false },
|
||||||
|
{ raw: {
|
||||||
|
content: [
|
||||||
|
{
|
||||||
|
type: 'section',
|
||||||
|
name: 'general',
|
||||||
|
i18n: 'settings.settings.general',
|
||||||
|
content: [
|
||||||
|
{
|
||||||
|
type: 'bool',
|
||||||
|
name: 'Enable feature 42',
|
||||||
|
i18n: 'settings.settings.general.enableFeature42'
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
type: 'section',
|
||||||
|
name: 'copyOfGeneral',
|
||||||
|
i18n: 'settings.settings.copyOfGeneral',
|
||||||
|
content: [
|
||||||
|
{
|
||||||
|
type: 'bool',
|
||||||
|
name: 'Enable feature 42',
|
||||||
|
default: false,
|
||||||
|
i18n: 'settings.settings.general.enableFeature42'
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
type: 'section',
|
||||||
|
name: 'aSection',
|
||||||
|
i18n: 'settings.settings.aSection',
|
||||||
|
content: [
|
||||||
|
{
|
||||||
|
type: 'bool',
|
||||||
|
name: 'Enable feature 43',
|
||||||
|
i18n: 'settings.settings.aSection.enableFeature43'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
type: 'selection',
|
||||||
|
name: 'language',
|
||||||
|
i18n: 'settings.settings.aSection.language.label',
|
||||||
|
default: 'en',
|
||||||
|
options: [
|
||||||
|
{ name: 'en', i18n: 'settings.settings.aSection.language.options.en' },
|
||||||
|
{ name: 'de', i18n: 'settings.settings.aSection.language.options.de' },
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
type: 'section',
|
||||||
|
name: 'section2',
|
||||||
|
i18n: 'settings.settings.aSection.section2.label',
|
||||||
|
content: [
|
||||||
|
{
|
||||||
|
type: 'string',
|
||||||
|
name: 'string',
|
||||||
|
i18n: 'settings.settings.aSection.sections.string',
|
||||||
|
default: 'str'
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
]
|
||||||
|
},
|
||||||
|
]
|
||||||
|
}, expected: false },
|
||||||
|
{ raw: {
|
||||||
|
content: [
|
||||||
|
{
|
||||||
|
type: 'sectio',
|
||||||
|
name: 'general',
|
||||||
|
i18n: 'settings.settings.general',
|
||||||
|
content: [
|
||||||
|
{
|
||||||
|
type: 'bool',
|
||||||
|
name: 'Enable feature 42',
|
||||||
|
i18n: 'settings.settings.general.enableFeature42'
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
type: 'section',
|
||||||
|
name: 'copyOfGeneral',
|
||||||
|
i18n: 'settings.settings.copyOfGeneral',
|
||||||
|
content: [
|
||||||
|
{
|
||||||
|
type: 'bool',
|
||||||
|
name: 'Enable feature 42',
|
||||||
|
default: false,
|
||||||
|
i18n: 'settings.settings.general.enableFeature42'
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
type: 'section',
|
||||||
|
name: 'aSection',
|
||||||
|
i18n: 'settings.settings.aSection',
|
||||||
|
content: [
|
||||||
|
{
|
||||||
|
type: 'bool',
|
||||||
|
name: 'Enable feature 43',
|
||||||
|
i18n: 'settings.settings.aSection.enableFeature43'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
type: 'selection',
|
||||||
|
name: 'language',
|
||||||
|
i18n: 'settings.settings.aSection.language.label',
|
||||||
|
default: 'en',
|
||||||
|
options: [
|
||||||
|
{ name: 'en', i18n: 'settings.settings.aSection.language.options.en' },
|
||||||
|
{ name: 'de', i18n: 'settings.settings.aSection.language.options.de' },
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
type: 'section',
|
||||||
|
name: 'section2',
|
||||||
|
i18n: 'settings.settings.aSection.section2.label',
|
||||||
|
content: [
|
||||||
|
{
|
||||||
|
type: 'string',
|
||||||
|
name: 'string',
|
||||||
|
i18n: 'settings.settings.aSection.sections.string',
|
||||||
|
default: 'str'
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
]
|
||||||
|
},
|
||||||
|
]
|
||||||
|
}, expected: false },
|
||||||
|
{ raw: {
|
||||||
|
content: [
|
||||||
|
{
|
||||||
|
type: 'sectio',
|
||||||
|
name: 'general',
|
||||||
|
i18n: 'settings.settings.general',
|
||||||
|
content: [
|
||||||
|
{
|
||||||
|
type: 'bool',
|
||||||
|
name: 'Enable feature 42',
|
||||||
|
i18n: 'settings.settings.general.enableFeature42'
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
type: 'section',
|
||||||
|
name: 'copyOfGeneral',
|
||||||
|
i18n: 'settings.settings.copyOfGeneral',
|
||||||
|
content: [
|
||||||
|
{
|
||||||
|
type: 'bool',
|
||||||
|
name: 'Enable feature 42',
|
||||||
|
default: false,
|
||||||
|
i18n: 'settings.settings.general.enableFeature42'
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
type: 'section',
|
||||||
|
name: 'aSection',
|
||||||
|
i18n: 'settings.settings.aSection',
|
||||||
|
content: [
|
||||||
|
{
|
||||||
|
type: 'bool',
|
||||||
|
name: 'Enable feature 43',
|
||||||
|
i18n: 'settings.settings.aSection.enableFeature43'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
type: 'selection',
|
||||||
|
name: 'language',
|
||||||
|
i18n: 'settings.settings.aSection.language.label',
|
||||||
|
default: 'en',
|
||||||
|
allowMultiple: 'false',
|
||||||
|
options: [
|
||||||
|
{ name: 'en', i18n: 'settings.settings.aSection.language.options.en' },
|
||||||
|
{ name: 'de', i18n: 'settings.settings.aSection.language.options.de' },
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
type: 'section',
|
||||||
|
name: 'section2',
|
||||||
|
i18n: 'settings.settings.aSection.section2.label',
|
||||||
|
content: [
|
||||||
|
{
|
||||||
|
type: 'string',
|
||||||
|
name: 'string',
|
||||||
|
i18n: 'settings.settings.aSection.sections.string',
|
||||||
|
default: 'str'
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
]
|
||||||
|
},
|
||||||
|
]
|
||||||
|
}, expected: false }
|
||||||
|
])('returns valid: $expected', ({ raw, expected }) => {
|
||||||
|
const result = validateSettingsConfig(raw);
|
||||||
|
if (!result.valid) {
|
||||||
|
console.error('Error message:', result.error);
|
||||||
|
};
|
||||||
|
expect(result.valid).toBe(expected);
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
|
describe('validateEntry', () => {
|
||||||
|
test.for([
|
||||||
|
[{ name: 'enableFeature42', type: 'bool', i18n: 'feature.42.enable' }],
|
||||||
|
[{ name: 'enableFeature42', type: 'bool', i18n: 'feature.42.enable', default: true }],
|
||||||
|
[{ name: 'enableFeature42', type: 'bool', i18n: 'feature.42.enable', default: false }],
|
||||||
|
|
||||||
|
[{ name: 'aNumber', type: 'number', i18n: 'aNumber.label' }],
|
||||||
|
[{ name: 'aNumber', type: 'number', i18n: 'aNumber.label', default: 42 }],
|
||||||
|
[{ name: 'aNumber', type: 'number', i18n: 'aNumber.label', default: 0 }],
|
||||||
|
[{ name: 'aNumber', type: 'number', i18n: 'aNumber.label', default: -42.7 }],
|
||||||
|
|
||||||
|
[{ name: 'aString', type: 'string', i18n: 'aString.label' }],
|
||||||
|
[{ name: 'aString', type: 'string', i18n: 'aString.label', default: '' }],
|
||||||
|
[{ name: 'aString', type: 'string', i18n: 'aString.label', default: 'Seekra is great!' }],
|
||||||
|
|
||||||
|
[{ name: 'selectSomething', type: 'selection', i18n: 'selectSomething.title', options: [
|
||||||
|
{ name: 'yes', i18n: 'selectSomething.options.yes' },
|
||||||
|
{ name: 'no', i18n: 'selectSomething.options.no' },
|
||||||
|
{ name: 'maybe', i18n: 'selectSomething.options.maybe' }
|
||||||
|
] }],
|
||||||
|
|
||||||
|
[{ name: 'selectSomething', type: 'selection', i18n: 'selectSomething.title', default: 'no', options: [
|
||||||
|
{ name: 'yes', i18n: 'selectSomething.options.yes' },
|
||||||
|
{ name: 'no', i18n: 'selectSomething.options.no' },
|
||||||
|
{ name: 'maybe', i18n: 'selectSomething.options.maybe' }
|
||||||
|
] }],
|
||||||
|
|
||||||
|
[{ name: 'aSection', type: 'section', i18n: 'sections.aSection.title', content: [] }],
|
||||||
|
[{ name: 'aSection', type: 'section', i18n: 'sections.aSection.title', content: [
|
||||||
|
{ name: 'enableFeature42', type: 'bool', i18n: 'feature.42.enable', default: true }
|
||||||
|
] }],
|
||||||
|
[{ name: 'aSection', type: 'section', i18n: 'sections.aSection.title', content: [
|
||||||
|
{ name: 'enableFeature42', type: 'bool', i18n: 'feature.42.enable', default: true },
|
||||||
|
{ name: 'enableFeature43', type: 'bool', i18n: 'feature.43.enable', default: true }
|
||||||
|
] }],
|
||||||
|
[{ name: 'aSection', type: 'section', i18n: 'sections.aSection.title', content: [
|
||||||
|
{ name: 'enableFeature42', type: 'bool', i18n: 'feature.42.enable', default: true },
|
||||||
|
{ name: 'enableFeature43', type: 'bool', i18n: 'feature.43.enable', default: true },
|
||||||
|
{ name: 'aSecondSection', type: 'section', i18n: 'sections.aSecondSection.title', content: [
|
||||||
|
{ name: 'enableFeature44', type: 'bool', i18n: 'feature.44.enable', default: true },
|
||||||
|
] }
|
||||||
|
] }]
|
||||||
|
])('throws no error for the entry %s', ([ entry ]) => {
|
||||||
|
expect(() => validateEntry(entry)).not.throws(Error);
|
||||||
|
});
|
||||||
|
|
||||||
|
test.for([
|
||||||
|
[{ name: 'enableFeature42', type: 'bool', i18n: '' }],
|
||||||
|
[{ name: 'enableFeature42', type: 'thisTypeDoesNotExistAndHasAVeryLongName', i18n: 'feature.42.enable' }],
|
||||||
|
[{ name: '', type: 'thisTypeDoesNotExistAndHasAVeryLongName', i18n: 'feature.42.enable' }],
|
||||||
|
[{ name: '', type: 'thisTypeDoesNotExistAndHasAVeryLongName', i18n: '' }],
|
||||||
|
[{ name: '', type: 'bool', i18n: '' }],
|
||||||
|
[{ name: '', type: 'bool', i18n: '' }],
|
||||||
|
[{ name: 'enableFeature42', type: 'bool', i18n: 'feature.42.enable', default: 42 }],
|
||||||
|
[{ name: 'enableFeature42', type: 'bool', i18n: 'feature.42.enable', default: '42' }],
|
||||||
|
[{ name: 'enableFeature42', type: 'bool', i18n: 'feature.42.enable', default: 'Seekra' }],
|
||||||
|
[{ name: 'enableFeature42', type: 'bool', i18n: 'feature.42.enable', default: 'true' }],
|
||||||
|
[{ name: 'enableFeature42', type: 'bool', i18n: 'feature.42.enable', default: 'false' }],
|
||||||
|
[{ name: 'enableFeature42', type: 'bool', i18n: 'feature.42.enable', default: 'undefined' }],
|
||||||
|
[{ name: 'enableFeature42', type: 'bool', i18n: 'feature.42.enable', default: 'null' }],
|
||||||
|
[{ name: 'enableFeature42', type: 'bool', i18n: 'feature.42.enable', default: [] }],
|
||||||
|
[{ name: 'enableFeature42', type: 'bool', i18n: 'feature.42.enable', default: {} }],
|
||||||
|
[{ name: 'enableFeature42', type: '', i18n: 'feature.42.enable', default: {} }],
|
||||||
|
|
||||||
|
[{ name: '', type: 'number', i18n: 'aNumber.label' }],
|
||||||
|
[{ name: 'aNumber', type: 'number', i18n: 'aNumber.label', default: '42' }],
|
||||||
|
[{ name: 'aNumber', type: 'number', i18n: 'aNumber.label', default: 'zero' }],
|
||||||
|
[{ name: 'aNumber', type: 'number', i18n: 'aNumber.label', default: 'undefined' }],
|
||||||
|
[{ name: 'aNumber', type: 'number', i18n: 'aNumber.label', default: 'false' }],
|
||||||
|
[{ name: 'aNumber', type: 'number', i18n: 'aNumber.label', default: true }],
|
||||||
|
[{ name: 'aNumber', type: 'number', i18n: 'aNumber.label', default: false }],
|
||||||
|
[{ name: 'aNumber', type: 'number', i18n: 'aNumber.label', default: [] }],
|
||||||
|
[{ name: 'aNumber', type: 'number', i18n: 'aNumber.label', default: {} }],
|
||||||
|
[{ name: 'aNumber', type: '', i18n: 'aNumber.label', default: {} }],
|
||||||
|
[{ name: 'aNumber', type: '', i18n: 'aNumber.label', default: 42 }],
|
||||||
|
|
||||||
|
[{ name: 'aString', type: 'string', i18n: '' }],
|
||||||
|
[{ name: 'aString', type: 'string', i18n: 'aString.label', default: 42 }],
|
||||||
|
[{ name: 'aString', type: 'string', i18n: 'aString.label', default: true }],
|
||||||
|
[{ name: 'aString', type: 'string', i18n: 'aString.label', default: false }],
|
||||||
|
[{ name: 'aString', type: 'string', i18n: 'aString.label', default: [] }],
|
||||||
|
[{ name: 'aString', type: 'string', i18n: 'aString.label', default: {} }],
|
||||||
|
[{ name: 'aString', type: 'string', i18n: '', default: {} }],
|
||||||
|
|
||||||
|
[{ name: 'selectSomething', type: 'selection', i18n: 'selectSomething.title', default: 'a', options: true }],
|
||||||
|
[{ name: 'selectSomething', type: 'selection', i18n: 'selectSomething.title', default: 'a', options: [] }],
|
||||||
|
[{ name: 'selectSomething', type: 'selection', i18n: 'selectSomething.title', default: 'c', options: [
|
||||||
|
{ name: 'a', i18n: 'a' },
|
||||||
|
{ name: 'b', i18n: 'b' }
|
||||||
|
] }],
|
||||||
|
[{ name: 'selectSomething', type: 'selection', i18n: 'selectSomething.title', default: 'a', options: [
|
||||||
|
{ name: 'a', i18n: 'a' },
|
||||||
|
{ name: 'b', i18n: '' },
|
||||||
|
{ name: 'c' }
|
||||||
|
] }],
|
||||||
|
[{ name: 'selectSomething', type: 'selection', i18n: 'selectSomething.title', default: 'a', allowMultiple: 'false', options: [
|
||||||
|
{ name: 'a', i18n: 'a' },
|
||||||
|
{ name: 'b', i18n: '' },
|
||||||
|
{ name: 'c' }
|
||||||
|
] }],
|
||||||
|
|
||||||
|
[{ name: 'selectSomething', type: 'selection', i18n: 'selectSomething.title', default: 'no', options: [
|
||||||
|
{ name: 'yes', i18n: '' },
|
||||||
|
{ name: '', i18n: 'selectSomething.options.no' },
|
||||||
|
{ name: 'maybe', i18n: 'selectSomething.options.maybe' },
|
||||||
|
{ name: '', i18n: '' },
|
||||||
|
{ name: 42, i18n: 43 },
|
||||||
|
{ name: '' },
|
||||||
|
{ i18n: '' },
|
||||||
|
{}
|
||||||
|
] }],
|
||||||
|
|
||||||
|
[{ name: 'aSection', type: 'section', i18n: '', content: [] }],
|
||||||
|
[{ name: 'aSection', type: 'section', i18n: 'sections.aSection.title', content: '' }],
|
||||||
|
[{ name: 'aSection', type: 'section', i18n: 'sections.aSection.title', content: '[]' }],
|
||||||
|
[{ name: 'aSection', type: 'section', i18n: 'sections.aSection.title', content: 'a' }],
|
||||||
|
[{ name: 'aSection', type: 'section', i18n: 'sections.aSection.title', content: [
|
||||||
|
{ name: 'enableFeature42', type: 'bool', i18n: 'feature.42.enable', default: true },
|
||||||
|
{ name: 'enableFeature43', type: 'bool', i18n: 'feature.42.enable', default: 0 },
|
||||||
|
{ name: 'enableFeature44', type: 'bool' }
|
||||||
|
] }],
|
||||||
|
[{ name: 'aSection', type: 'section', i18n: 'sections.aSection.title', content: [
|
||||||
|
{ name: 'enableFeature42', type: 'bool', i18n: 'feature.42.enable', default: true },
|
||||||
|
{ name: 'enableFeature43', type: 'bool', i18n: 'feature.43.enable', default: true },
|
||||||
|
{ name: 'aSecondSection', type: 'section', i18n: 'sections.aSecondSection.title', content: 'Hello' },
|
||||||
|
{ name: 'aSecondSection', type: 'section', i18n: '', content: [] },
|
||||||
|
{ name: 'aSecondSection', type: 'section', i18n: 'i18n', content: [] },
|
||||||
|
{ name: 'aSecondSection', type: 'section', content: [] }
|
||||||
|
] }]
|
||||||
|
])('throws an error for the entry %s', ([ entry ]) => {
|
||||||
|
expect(() => validateEntry(entry)).throws(Error);
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
|
describe('validateSelectionOptions', () => {
|
||||||
|
test.for([
|
||||||
|
[[{ name: 'test', i18n: 'test.label' }]],
|
||||||
|
[[{ name: 'test', i18n: 'test.label' }, { name: 'test2', i18n: 'test2.label' }]],
|
||||||
|
[[{ name: 'test', i18n: 'test.label' }, { name: 'test', i18n: 'test2.label' }, { name: 'test3', i18n: 'test.label' }]]
|
||||||
|
])('throws no error for the options %s', ([ options ]) => {
|
||||||
|
expect(() => validateSelectionOptions(options)).not.throws(Error);
|
||||||
|
});
|
||||||
|
|
||||||
|
test.for([
|
||||||
|
[[{}]],
|
||||||
|
[[{ i18n: '' }]],
|
||||||
|
[[{ i18n: 'a' }]],
|
||||||
|
[[{ name: 'a' }]],
|
||||||
|
[[{ name: '' }]],
|
||||||
|
[[{ name: '', i18n: 'test.label' }]],
|
||||||
|
[[{ name: 'test', i18n: '' }]],
|
||||||
|
[[{ name: '', i18n: '' }]],
|
||||||
|
[[{ name: '', i18n: 'test.label' }, { name: 'test2', i18n: '' }]],
|
||||||
|
[[{ name: 'test', i18n: '' }, { name: '', i18n: 'test2.label' }, { name: '', i18n: ' ' }, { name: '42', i18n: '42.i18n' }]],
|
||||||
|
[[]]
|
||||||
|
])('throws an error for the options %s', ([ options ]) => {
|
||||||
|
expect(() => validateSelectionOptions(options)).throws(Error);
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
|
describe('assertType', () => {
|
||||||
|
test.for([
|
||||||
|
['bool'],
|
||||||
|
['number'],
|
||||||
|
['string'],
|
||||||
|
['selection'],
|
||||||
|
['section']
|
||||||
|
])('throws no error for the value %s', ([ value ]) => {
|
||||||
|
expect(() => assertType(value)).not.throw(Error);
|
||||||
|
});
|
||||||
|
|
||||||
|
test.for([
|
||||||
|
[''],
|
||||||
|
[' '],
|
||||||
|
[' '],
|
||||||
|
[' '],
|
||||||
|
|
||||||
|
['42'],
|
||||||
|
['0'],
|
||||||
|
['-42'],
|
||||||
|
['-42.0'],
|
||||||
|
['-0.0'],
|
||||||
|
|
||||||
|
['a'],
|
||||||
|
['ab'],
|
||||||
|
['SeekraIsGreat!'],
|
||||||
|
['Seekra is great!'],
|
||||||
|
|
||||||
|
[undefined],
|
||||||
|
[null]
|
||||||
|
])('throws an error for the value %s', ([ value ]) => {
|
||||||
|
expect(() => assertType(value)).throw(Error);
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
|
describe('assertString', () => {
|
||||||
|
test.for([
|
||||||
|
['a'],
|
||||||
|
['b'],
|
||||||
|
['ab'],
|
||||||
|
|
||||||
|
['0'],
|
||||||
|
['42'],
|
||||||
|
|
||||||
|
['null'],
|
||||||
|
['undefined'],
|
||||||
|
|
||||||
|
['()&%())']
|
||||||
|
])('throws no error for the value %s', ([ value ]) => {
|
||||||
|
expect(() => assertString(value)).not.throw(Error);
|
||||||
|
});
|
||||||
|
|
||||||
|
test.for([
|
||||||
|
[0],
|
||||||
|
[1],
|
||||||
|
[42],
|
||||||
|
[-1],
|
||||||
|
[-42],
|
||||||
|
|
||||||
|
[''],
|
||||||
|
[' '],
|
||||||
|
[' '],
|
||||||
|
[' ']
|
||||||
|
])('throws an error for the value %s', ([ value ]) => {
|
||||||
|
expect(() => assertString(value)).throws(Error);
|
||||||
|
});
|
||||||
|
});
|
||||||
@@ -16,13 +16,13 @@ limitations under the License.
|
|||||||
|
|
||||||
const VALID_TYPES = ['bool', 'number', 'string', 'selection', 'section'];
|
const VALID_TYPES = ['bool', 'number', 'string', 'selection', 'section'];
|
||||||
|
|
||||||
function assertString(value, path) {
|
export const assertString = function assertString (value, path) {
|
||||||
if (typeof value !== 'string' || value.trim() === '') {
|
if (typeof value !== 'string' || value.trim() === '') {
|
||||||
throw new Error(`[settings] "${path}" must be a non-empty string`);
|
throw new Error(`[settings] "${path}" must be a non-empty string`);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function assertType(value, path) {
|
export const assertType = function assertType (value, path) {
|
||||||
if (!VALID_TYPES.includes(value)) {
|
if (!VALID_TYPES.includes(value)) {
|
||||||
throw new Error(
|
throw new Error(
|
||||||
`[settings] "${path}" has invalid type "${value}". Must be one of: ${VALID_TYPES.join(', ')}`
|
`[settings] "${path}" has invalid type "${value}". Must be one of: ${VALID_TYPES.join(', ')}`
|
||||||
@@ -30,21 +30,23 @@ function assertType(value, path) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function validateSelectionOptions(options, path) {
|
export const validateSelectionOptions = function validateSelectionOptions (options, path) {
|
||||||
if (!Array.isArray(options) || options.length === 0) {
|
if (!Array.isArray(options) || options.length === 0) {
|
||||||
throw new Error(`[settings] "${path}.options" must be a non-empty array`);
|
throw new Error(`[settings] "${path}.options" must be a non-empty array`);
|
||||||
}
|
};
|
||||||
options.forEach((opt, i) => {
|
options.forEach((opt, i) => {
|
||||||
assertString(opt.name, `${path}.options[${i}].name`);
|
assertString(opt.name, `${path}.options[${i}].name`);
|
||||||
assertString(opt.i18n, `${path}.options[${i}].i18n`);
|
assertString(opt.i18n, `${path}.options[${i}].i18n`);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
function validateEntry(entry, path) {
|
export const validateEntry = function validateEntry (entry, path) {
|
||||||
assertType(entry.type, `${path}.type`);
|
assertType(entry.type, `${path}.type`);
|
||||||
|
|
||||||
if (entry.type === 'section') {
|
|
||||||
assertString(entry.name, `${path}.name`);
|
assertString(entry.name, `${path}.name`);
|
||||||
|
assertString(entry.i18n, `${path}.i18n`);
|
||||||
|
|
||||||
|
if (entry.type === 'section') {
|
||||||
if (!Array.isArray(entry.content)) {
|
if (!Array.isArray(entry.content)) {
|
||||||
throw new Error(`[settings] "${path}.content" must be an array`);
|
throw new Error(`[settings] "${path}.content" must be an array`);
|
||||||
}
|
}
|
||||||
@@ -54,9 +56,12 @@ function validateEntry(entry, path) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
assertString(entry.name, `${path}.name`);
|
if (entry.type === 'selection') {
|
||||||
assertString(entry.i18n, `${path}.i18n`);
|
validateSelectionOptions(entry.options, path);
|
||||||
|
if (typeof entry.allowMultiple !== 'boolean' && entry.allowMultiple) {
|
||||||
|
throw new Error(`[settings] "${path}.allowMultiple" must be a boolean`);
|
||||||
|
}
|
||||||
|
};
|
||||||
if (entry.default !== undefined) {
|
if (entry.default !== undefined) {
|
||||||
if (entry.type === 'bool' && typeof entry.default !== 'boolean') {
|
if (entry.type === 'bool' && typeof entry.default !== 'boolean') {
|
||||||
throw new Error(`[settings] "${path}.default" must be a boolean`);
|
throw new Error(`[settings] "${path}.default" must be a boolean`);
|
||||||
@@ -68,14 +73,29 @@ function validateEntry(entry, path) {
|
|||||||
throw new Error(`[settings] "${path}.default" must be a string`);
|
throw new Error(`[settings] "${path}.default" must be a string`);
|
||||||
}
|
}
|
||||||
if (entry.type === 'selection') {
|
if (entry.type === 'selection') {
|
||||||
validateSelectionOptions(entry.options, path);
|
if (typeof entry.default !== 'string') {
|
||||||
if (typeof entry.allowMultiple !== 'boolean') {
|
throw new Error(`[settings] "${path}.default" must be a string`);
|
||||||
throw new Error(`[settings] "${path}.allowMultiple" must be a boolean`);
|
};
|
||||||
}
|
if (!entry.options.map((option) => option.name).includes(entry.default)) {
|
||||||
}
|
throw new Error(`[settings] option "${path}.default" does not exist`);
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export const validateFirstLevelSection = function validateFirstLevelSection (section, path) {
|
||||||
|
assertString(section.name);
|
||||||
|
assertString(section.i18n);
|
||||||
|
|
||||||
|
if (!Array.isArray(section.content)) {
|
||||||
|
throw new Error(`[settings] "${path}.content" must be an array`);
|
||||||
|
};
|
||||||
|
|
||||||
|
section.content.forEach((entry, i) =>
|
||||||
|
validateEntry(entry, `${path}.content[${i}]`)
|
||||||
|
);
|
||||||
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Validates a raw settings config object.
|
* Validates a raw settings config object.
|
||||||
* @param {unknown} raw
|
* @param {unknown} raw
|
||||||
@@ -90,7 +110,7 @@ export function validateSettingsConfig(raw) {
|
|||||||
throw new Error('[settings] "contents" must be an array');
|
throw new Error('[settings] "contents" must be an array');
|
||||||
}
|
}
|
||||||
raw.contents.forEach((entry, i) =>
|
raw.contents.forEach((entry, i) =>
|
||||||
validateEntry(entry, `contents[${i}]`)
|
validateFirstLevelSection(entry, `contents[${i}]`)
|
||||||
);
|
);
|
||||||
return { valid: true, config: raw };
|
return { valid: true, config: raw };
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
|
|||||||
+7
-4
@@ -16,15 +16,18 @@ limitations under the License.
|
|||||||
|
|
||||||
import { createApp } from 'vue'
|
import { createApp } from 'vue'
|
||||||
import App from './App.vue'
|
import App from './App.vue'
|
||||||
import { i18n, loadLanguage } from './i18n';
|
import { i18n, loadLanguage } from './i18n'
|
||||||
import getCurrentLanguage from './utils/currentLanguage';
|
import getCurrentLanguage from './utils/currentLanguage'
|
||||||
import router from './router'
|
import router from './router'
|
||||||
|
|
||||||
import './styles/common.css'
|
import './styles/common.css'
|
||||||
import './styles/variables/colors.css'
|
import './styles/variables/colors.css'
|
||||||
|
|
||||||
await loadLanguage(getCurrentLanguage());
|
(async () => {
|
||||||
|
await loadLanguage(getCurrentLanguage())
|
||||||
|
|
||||||
createApp(App)
|
createApp(App)
|
||||||
.use(router)
|
.use(router)
|
||||||
.use(i18n)
|
.use(i18n)
|
||||||
.mount('#app')
|
.mount('#app')
|
||||||
|
})()
|
||||||
@@ -0,0 +1,122 @@
|
|||||||
|
/*
|
||||||
|
Copyright 2026 Seekra
|
||||||
|
|
||||||
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
you may not use this file except in compliance with the License.
|
||||||
|
You may obtain a copy of the License at
|
||||||
|
|
||||||
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
|
Unless required by applicable law or agreed to in writing, software
|
||||||
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
See the License for the specific language governing permissions and
|
||||||
|
limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
import { expect, test } from 'vitest';
|
||||||
|
import { ensureUnit } from '../cssDimensions';
|
||||||
|
|
||||||
|
test.for([
|
||||||
|
{ dimension: null, expected: '0px' },
|
||||||
|
{ dimension: undefined, expected: '0px' },
|
||||||
|
|
||||||
|
{ dimension: 0, expected: '0px' },
|
||||||
|
{ dimension: -0, expected: '0px' },
|
||||||
|
{ dimension: -1, expected: '-1px' },
|
||||||
|
{ dimension: -42, expected: '-42px' },
|
||||||
|
{ dimension: 1, expected: '1px' },
|
||||||
|
{ dimension: 42, expected: '42px' },
|
||||||
|
|
||||||
|
{ dimension: 0.0, expected: '0px' },
|
||||||
|
{ dimension: -0.0, expected: '0px' },
|
||||||
|
{ dimension: -1.0, expected: '-1px' },
|
||||||
|
{ dimension: -42.0, expected: '-42px' },
|
||||||
|
{ dimension: 1.0, expected: '1px' },
|
||||||
|
{ dimension: 42.0, expected: '42px' },
|
||||||
|
|
||||||
|
{ dimension: 0.42, expected: '0.42px' },
|
||||||
|
{ dimension: -0.42, expected: '-0.42px' },
|
||||||
|
{ dimension: -1.42, expected: '-1.42px' },
|
||||||
|
{ dimension: -42.42, expected: '-42.42px' },
|
||||||
|
{ dimension: 1.42, expected: '1.42px' },
|
||||||
|
{ dimension: 42.42, expected: '42.42px' },
|
||||||
|
|
||||||
|
{ dimension: '0', expected: '0px' },
|
||||||
|
{ dimension: '-0', expected: '-0px' },
|
||||||
|
{ dimension: '-1', expected: '-1px' },
|
||||||
|
{ dimension: '-42', expected: '-42px' },
|
||||||
|
{ dimension: '1', expected: '1px' },
|
||||||
|
{ dimension: '42', expected: '42px' },
|
||||||
|
|
||||||
|
{ dimension: '0.0', expected: '0.0px' },
|
||||||
|
{ dimension: '-0.0', expected: '-0.0px' },
|
||||||
|
{ dimension: '-1.0', expected: '-1.0px' },
|
||||||
|
{ dimension: '-42.0', expected: '-42.0px' },
|
||||||
|
{ dimension: '1.0', expected: '1.0px' },
|
||||||
|
{ dimension: '42.0', expected: '42.0px' },
|
||||||
|
|
||||||
|
{ dimension: '0.42', expected: '0.42px' },
|
||||||
|
{ dimension: '-0.42', expected: '-0.42px' },
|
||||||
|
{ dimension: '-1.42', expected: '-1.42px' },
|
||||||
|
{ dimension: '-42.42', expected: '-42.42px' },
|
||||||
|
{ dimension: '1.42', expected: '1.42px' },
|
||||||
|
{ dimension: '42.42', expected: '42.42px' },
|
||||||
|
|
||||||
|
{ dimension: '0px', expected: '0px' },
|
||||||
|
{ dimension: '-0px', expected: '-0px' },
|
||||||
|
{ dimension: '-1px', expected: '-1px' },
|
||||||
|
{ dimension: '-42px', expected: '-42px' },
|
||||||
|
{ dimension: '1px', expected: '1px' },
|
||||||
|
{ dimension: '42px', expected: '42px' },
|
||||||
|
|
||||||
|
{ dimension: '0.0px', expected: '0.0px' },
|
||||||
|
{ dimension: '-0.0px', expected: '-0.0px' },
|
||||||
|
{ dimension: '-1.0px', expected: '-1.0px' },
|
||||||
|
{ dimension: '-42.0px', expected: '-42.0px' },
|
||||||
|
{ dimension: '1.0px', expected: '1.0px' },
|
||||||
|
{ dimension: '42.0px', expected: '42.0px' },
|
||||||
|
|
||||||
|
{ dimension: '0.42px', expected: '0.42px' },
|
||||||
|
{ dimension: '-0.42px', expected: '-0.42px' },
|
||||||
|
{ dimension: '-1.42px', expected: '-1.42px' },
|
||||||
|
{ dimension: '-42.42px', expected: '-42.42px' },
|
||||||
|
{ dimension: '1.42px', expected: '1.42px' },
|
||||||
|
{ dimension: '42.42px', expected: '42.42px' },
|
||||||
|
|
||||||
|
{ dimension: '0em', expected: '0em' },
|
||||||
|
{ dimension: '-0em', expected: '-0em' },
|
||||||
|
{ dimension: '-1em', expected: '-1em' },
|
||||||
|
{ dimension: '-42em', expected: '-42em' },
|
||||||
|
{ dimension: '1em', expected: '1em' },
|
||||||
|
{ dimension: '42em', expected: '42em' },
|
||||||
|
|
||||||
|
{ dimension: '0.0em', expected: '0.0em' },
|
||||||
|
{ dimension: '-0.0em', expected: '-0.0em' },
|
||||||
|
{ dimension: '-1.0em', expected: '-1.0em' },
|
||||||
|
{ dimension: '-42.0em', expected: '-42.0em' },
|
||||||
|
{ dimension: '1.0em', expected: '1.0em' },
|
||||||
|
{ dimension: '42.0em', expected: '42.0em' },
|
||||||
|
|
||||||
|
{ dimension: '0.42em', expected: '0.42em' },
|
||||||
|
{ dimension: '-0.42em', expected: '-0.42em' },
|
||||||
|
{ dimension: '-1.42em', expected: '-1.42em' },
|
||||||
|
{ dimension: '-42.42em', expected: '-42.42em' },
|
||||||
|
{ dimension: '1.42em', expected: '1.42em' },
|
||||||
|
{ dimension: '42.42em', expected: '42.42em' },
|
||||||
|
|
||||||
|
{ dimension: 'calc(42px - 1em)', expected: 'calc(42px - 1em)' },
|
||||||
|
{ dimension: 'calc(42px)', expected: 'calc(42px)' },
|
||||||
|
{ dimension: 'calc(42vh)', expected: 'calc(42vh)' },
|
||||||
|
{ dimension: 'min(42px, 1em)', expected: 'min(42px, 1em)' },
|
||||||
|
{ dimension: 'max(42px, 5rem)', expected: 'max(42px, 5rem)' },
|
||||||
|
{ dimension: 'clamp(42vh, 23vw, 13cap)', expected: 'clamp(42vh, 23vw, 13cap)' },
|
||||||
|
|
||||||
|
{ dimension: 'calc(42px-1em)', expected: 'calc(42px-1em)' },
|
||||||
|
{ dimension: 'min(42px,1em)', expected: 'min(42px,1em)' },
|
||||||
|
{ dimension: 'max(42px,5rem)', expected: 'max(42px,5rem)' },
|
||||||
|
{ dimension: 'clamp(42vh,23vw,13cap)', expected: 'clamp(42vh,23vw,13cap)' },
|
||||||
|
{ dimension: 'clamp( 42vh,23vw,13cap )', expected: 'clamp( 42vh,23vw,13cap )' }
|
||||||
|
])('ensureUnit returns $expected with input $dimension', ({ dimension, expected }) => {
|
||||||
|
expect(ensureUnit(dimension)).toBe(expected);
|
||||||
|
});
|
||||||
@@ -0,0 +1,61 @@
|
|||||||
|
/*
|
||||||
|
Copyright 2026 Seekra
|
||||||
|
|
||||||
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
you may not use this file except in compliance with the License.
|
||||||
|
You may obtain a copy of the License at
|
||||||
|
|
||||||
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
|
Unless required by applicable law or agreed to in writing, software
|
||||||
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
See the License for the specific language governing permissions and
|
||||||
|
limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
import { expect, test } from 'vitest';
|
||||||
|
import getCurrentLanguage from '../currentLanguage';
|
||||||
|
|
||||||
|
const locales = [
|
||||||
|
{ navigatorLanguage: 'en', localStorageLanguage: null, expected: 'en'},
|
||||||
|
{ navigatorLanguage: 'de', localStorageLanguage: null, expected: 'de'},
|
||||||
|
{ navigatorLanguage: 'fr', localStorageLanguage: null, expected: 'fr'},
|
||||||
|
|
||||||
|
{ navigatorLanguage: 'en-US', localStorageLanguage: null, expected: 'en'},
|
||||||
|
{ navigatorLanguage: 'en-AU', localStorageLanguage: null, expected: 'en'},
|
||||||
|
{ navigatorLanguage: 'de-DE', localStorageLanguage: null, expected: 'de'},
|
||||||
|
{ navigatorLanguage: 'fr-FR', localStorageLanguage: null, expected: 'fr'},
|
||||||
|
|
||||||
|
{ navigatorLanguage: 'en-us', localStorageLanguage: null, expected: 'en'},
|
||||||
|
{ navigatorLanguage: 'en-au', localStorageLanguage: null, expected: 'en'},
|
||||||
|
{ navigatorLanguage: 'de-de', localStorageLanguage: null, expected: 'de'},
|
||||||
|
{ navigatorLanguage: 'fr-fr', localStorageLanguage: null, expected: 'fr'},
|
||||||
|
|
||||||
|
{ navigatorLanguage: 'zh-Hans-CN', localStorageLanguage: null, expected: 'zh'},
|
||||||
|
{ navigatorLanguage: 'zh-Hant-TW', localStorageLanguage: null, expected: 'zh'},
|
||||||
|
{ navigatorLanguage: 'uz-Latn-UZ', localStorageLanguage: null, expected: 'uz'},
|
||||||
|
|
||||||
|
{ navigatorLanguage: 'en-US-u-ca-gregory', localStorageLanguage: null, expected: 'en'},
|
||||||
|
{ navigatorLanguage: 'de-DE-u-co-phonebk', localStorageLanguage: null, expected: 'de'},
|
||||||
|
{ navigatorLanguage: 'zh-Hant-TW-u-co-phonebk', localStorageLanguage: null, expected: 'zh'},
|
||||||
|
|
||||||
|
{ navigatorLanguage: 'en', localStorageLanguage: 'de', expected: 'de'},
|
||||||
|
{ navigatorLanguage: 'de-DE', localStorageLanguage: 'en', expected: 'en'},
|
||||||
|
{ navigatorLanguage: 'de-de', localStorageLanguage: 'en', expected: 'en'},
|
||||||
|
{ navigatorLanguage: 'zh-Hans-CN', localStorageLanguage: 'fr', expected: 'fr'},
|
||||||
|
{ navigatorLanguage: 'en-US-u-ca-gregory', localStorageLanguage: 'zh', expected: 'zh'}
|
||||||
|
];
|
||||||
|
|
||||||
|
test.for(locales)('returns the language $expected (navigator: $navigatorLanguage; local storage: $localStorageLanguage)', ({ navigatorLanguage, localStorageLanguage, expected }) => {
|
||||||
|
Object.defineProperty(navigator, 'language', {
|
||||||
|
value: navigatorLanguage,
|
||||||
|
configurable: true
|
||||||
|
});
|
||||||
|
|
||||||
|
if (localStorageLanguage) {
|
||||||
|
localStorage.setItem('locale', localStorageLanguage);
|
||||||
|
};
|
||||||
|
|
||||||
|
expect(getCurrentLanguage()).toBe(expected);
|
||||||
|
});
|
||||||
@@ -43,7 +43,7 @@ const { t } = useI18n();
|
|||||||
.error-message{
|
.error-message{
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
font-size: 2vw;
|
font-size: 1.75rem;
|
||||||
}
|
}
|
||||||
#link {
|
#link {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|||||||
@@ -67,9 +67,10 @@ const submitSearch = function () {
|
|||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.slogan{
|
.slogan {
|
||||||
margin: 0;
|
margin-top: 1rem;
|
||||||
font-size: small;
|
font-size: small;
|
||||||
|
line-height: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-container {
|
.search-container {
|
||||||
|
|||||||
Reference in New Issue
Block a user