tera-system-ui 0.1.41 → 0.1.61
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/components/accordion/Accordion.d.ts +15 -13
- package/dist/components/accordion/index.d.ts +1 -0
- package/dist/components/avatar/Avatar.d.ts +5 -3
- package/dist/components/avatar/index.d.ts +1 -0
- package/dist/components/brand-logo/BrandLogo.d.ts +5 -2
- package/dist/components/brand-logo/index.d.ts +1 -0
- package/dist/components/button/Button.d.ts +58 -14
- package/dist/components/button/Button.js +90 -27
- package/dist/components/button/Button.svelte +35 -30
- package/dist/components/button/Button.svelte.d.ts +1 -4
- package/dist/components/button/index.d.ts +1 -0
- package/dist/components/checkbox/Checkbox.d.ts +5 -2
- package/dist/components/checkbox/Checkbox.svelte +15 -8
- package/dist/components/checkbox/index.d.ts +1 -0
- package/dist/components/combobox/Combobox.d.ts +5 -2
- package/dist/components/combobox/index.d.ts +1 -0
- package/dist/components/dialog/Dialog.d.ts +8 -6
- package/dist/components/dialog/index.d.ts +1 -0
- package/dist/components/dropdown-menu/DropdownMenu.d.ts +26 -8
- package/dist/components/dropdown-menu/index.d.ts +1 -0
- package/dist/components/header/Header.d.ts +6 -3
- package/dist/components/header/Header.svelte.d.ts +1 -1
- package/dist/components/header/index.d.ts +1 -0
- package/dist/components/input/Input.d.ts +22 -6
- package/dist/components/input/Input.js +19 -10
- package/dist/components/input/Input.svelte +42 -9
- package/dist/components/input/index.d.ts +1 -0
- package/dist/components/label/Label.d.ts +33 -3
- package/dist/components/label/Label.js +14 -3
- package/dist/components/label/Label.svelte +7 -7
- package/dist/components/label/Label.svelte.d.ts +2 -2
- package/dist/components/label/index.d.ts +1 -0
- package/dist/components/language-picker-button/LanguagePickerButton.d.ts +5 -2
- package/dist/components/language-picker-button/index.d.ts +1 -0
- package/dist/components/light-dark-toggle/LightDarkToggle.d.ts +5 -2
- package/dist/components/light-dark-toggle/index.d.ts +1 -0
- package/dist/components/popover/Popover.d.ts +6 -3
- package/dist/components/popover/Popover.js +0 -1
- package/dist/components/popover/index.d.ts +1 -0
- package/dist/components/popover-responsive/PopoverResponsive.d.ts +5 -2
- package/dist/components/popover-responsive/index.d.ts +1 -0
- package/dist/components/select/Select.d.ts +19 -5
- package/dist/components/select/Select.js +18 -9
- package/dist/components/select/Select.svelte +17 -4
- package/dist/components/select/Select.svelte.d.ts +1 -1
- package/dist/components/select/index.d.ts +1 -0
- package/dist/components/side-navigation/SideNavigation.d.ts +6 -3
- package/dist/components/side-navigation/index.d.ts +1 -1
- package/dist/components/slider/Slider.d.ts +7 -4
- package/dist/components/slider/Slider.svelte +26 -51
- package/dist/components/slider/index.d.ts +1 -0
- package/dist/components/star-rating/StarRating.d.ts +5 -2
- package/dist/components/star-rating/StarRating.svelte +5 -5
- package/dist/components/star-rating/index.d.ts +1 -0
- package/dist/components/switch/Switch.d.ts +6 -2
- package/dist/components/switch/Switch.svelte +13 -7
- package/dist/components/switch/index.d.ts +1 -0
- package/dist/components/tabs/Tabs.svelte.d.ts +23 -3
- package/dist/components/tabs/index.d.ts +1 -0
- package/dist/components/tera-ui-context/TeraUiContext.d.ts +4 -6
- package/dist/components/tera-ui-context/index.d.ts +1 -0
- package/dist/components/text-area/TextArea.d.ts +22 -8
- package/dist/components/text-area/TextArea.js +19 -10
- package/dist/components/text-area/TextArea.svelte +36 -30
- package/dist/components/text-area/index.d.ts +1 -0
- package/dist/components/user-avatar-with-menu/UserAvatarWithMenu.d.ts +5 -2
- package/dist/components/user-avatar-with-menu/index.d.ts +1 -0
- package/dist/index.d.ts +24 -0
- package/dist/paraglide/README.md +93 -0
- package/dist/paraglide/messages/_index.d.ts +8 -7
- package/dist/paraglide/messages/_index.js +361 -360
- package/dist/paraglide/messages/ar.d.ts +9 -7
- package/dist/paraglide/messages/ar.js +16 -15
- package/dist/paraglide/messages/bg.d.ts +9 -7
- package/dist/paraglide/messages/bg.js +16 -15
- package/dist/paraglide/messages/bn.d.ts +9 -7
- package/dist/paraglide/messages/bn.js +16 -15
- package/dist/paraglide/messages/ca.d.ts +9 -7
- package/dist/paraglide/messages/ca.js +16 -15
- package/dist/paraglide/messages/cs.d.ts +9 -7
- package/dist/paraglide/messages/cs.js +16 -15
- package/dist/paraglide/messages/da.d.ts +9 -7
- package/dist/paraglide/messages/da.js +16 -15
- package/dist/paraglide/messages/de.d.ts +9 -7
- package/dist/paraglide/messages/de.js +16 -15
- package/dist/paraglide/messages/el.d.ts +9 -7
- package/dist/paraglide/messages/el.js +16 -15
- package/dist/paraglide/messages/en.d.ts +9 -7
- package/dist/paraglide/messages/en.js +16 -15
- package/dist/paraglide/messages/es.d.ts +9 -7
- package/dist/paraglide/messages/es.js +16 -15
- package/dist/paraglide/messages/fi.d.ts +9 -7
- package/dist/paraglide/messages/fi.js +16 -15
- package/dist/paraglide/messages/fr.d.ts +9 -7
- package/dist/paraglide/messages/fr.js +16 -15
- package/dist/paraglide/messages/he.d.ts +9 -7
- package/dist/paraglide/messages/he.js +16 -15
- package/dist/paraglide/messages/hi.d.ts +9 -7
- package/dist/paraglide/messages/hi.js +16 -15
- package/dist/paraglide/messages/hu.d.ts +9 -7
- package/dist/paraglide/messages/hu.js +16 -15
- package/dist/paraglide/messages/id.d.ts +9 -7
- package/dist/paraglide/messages/id.js +16 -15
- package/dist/paraglide/messages/it.d.ts +9 -7
- package/dist/paraglide/messages/it.js +16 -15
- package/dist/paraglide/messages/ja.d.ts +9 -7
- package/dist/paraglide/messages/ja.js +16 -15
- package/dist/paraglide/messages/ko.d.ts +9 -7
- package/dist/paraglide/messages/ko.js +16 -15
- package/dist/paraglide/messages/lt.d.ts +9 -7
- package/dist/paraglide/messages/lt.js +16 -15
- package/dist/paraglide/messages/lv.d.ts +9 -7
- package/dist/paraglide/messages/lv.js +16 -15
- package/dist/paraglide/messages/ms.d.ts +9 -7
- package/dist/paraglide/messages/ms.js +16 -15
- package/dist/paraglide/messages/nl.d.ts +9 -7
- package/dist/paraglide/messages/nl.js +16 -15
- package/dist/paraglide/messages/no.d.ts +9 -7
- package/dist/paraglide/messages/no.js +16 -15
- package/dist/paraglide/messages/pl.d.ts +9 -7
- package/dist/paraglide/messages/pl.js +16 -15
- package/dist/paraglide/messages/pt.d.ts +9 -7
- package/dist/paraglide/messages/pt.js +16 -15
- package/dist/paraglide/messages/ro.d.ts +9 -7
- package/dist/paraglide/messages/ro.js +16 -15
- package/dist/paraglide/messages/ru.d.ts +9 -7
- package/dist/paraglide/messages/ru.js +16 -15
- package/dist/paraglide/messages/sk.d.ts +9 -7
- package/dist/paraglide/messages/sk.js +16 -15
- package/dist/paraglide/messages/sl.d.ts +9 -7
- package/dist/paraglide/messages/sl.js +16 -15
- package/dist/paraglide/messages/sq.d.ts +9 -7
- package/dist/paraglide/messages/sq.js +16 -15
- package/dist/paraglide/messages/sr.d.ts +9 -7
- package/dist/paraglide/messages/sr.js +16 -15
- package/dist/paraglide/messages/sv.d.ts +9 -7
- package/dist/paraglide/messages/sv.js +16 -15
- package/dist/paraglide/messages/sw.d.ts +9 -7
- package/dist/paraglide/messages/sw.js +16 -15
- package/dist/paraglide/messages/ta.d.ts +9 -7
- package/dist/paraglide/messages/ta.js +16 -15
- package/dist/paraglide/messages/te.d.ts +9 -7
- package/dist/paraglide/messages/te.js +16 -15
- package/dist/paraglide/messages/th.d.ts +9 -7
- package/dist/paraglide/messages/th.js +16 -15
- package/dist/paraglide/messages/tl.d.ts +9 -7
- package/dist/paraglide/messages/tl.js +16 -15
- package/dist/paraglide/messages/tr.d.ts +9 -7
- package/dist/paraglide/messages/tr.js +16 -15
- package/dist/paraglide/messages/uk.d.ts +9 -7
- package/dist/paraglide/messages/uk.js +16 -15
- package/dist/paraglide/messages/vi.d.ts +9 -7
- package/dist/paraglide/messages/vi.js +16 -15
- package/dist/paraglide/messages/zh-CN.d.ts +9 -7
- package/dist/paraglide/messages/zh-CN.js +16 -15
- package/dist/paraglide/messages/zh-TW.d.ts +9 -7
- package/dist/paraglide/messages/zh-TW.js +16 -15
- package/dist/paraglide/messages.js +1 -1
- package/dist/paraglide/registry.js +1 -1
- package/dist/paraglide/runtime.d.ts +221 -45
- package/dist/paraglide/runtime.js +378 -65
- package/dist/paraglide/server.d.ts +40 -4
- package/dist/paraglide/server.js +83 -46
- package/dist/tera-i18n/projects/tera-system-ui/project.inlang/.meta.json +3 -0
- package/dist/tera-i18n/projects/tera-system-ui/project.inlang/README.md +103 -0
- package/dist/themes/tera-ui-base.css +70 -7
- package/dist/types/index.d.ts +25 -0
- package/dist/types/index.js +3 -0
- package/package.json +150 -36
- package/scripts/add-component-template.js +1 -1
- package/scripts/generate-ts-index.js +38 -12
|
@@ -1,7 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
export const
|
|
3
|
-
export const
|
|
4
|
-
export const
|
|
5
|
-
export const
|
|
6
|
-
export const
|
|
7
|
-
export const
|
|
1
|
+
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
2
|
+
export const text_select_language: (inputs: {}) => LocalizedString;
|
|
3
|
+
export const text_unit_converter: (inputs: {}) => LocalizedString;
|
|
4
|
+
export const text_calces_scientific_calculator: (inputs: {}) => LocalizedString;
|
|
5
|
+
export const text_calces_documentation: (inputs: {}) => LocalizedString;
|
|
6
|
+
export const text_account_settings: (inputs: {}) => LocalizedString;
|
|
7
|
+
export const text_logout: (inputs: {}) => LocalizedString;
|
|
8
|
+
export const text_currency_converter: (inputs: {}) => LocalizedString;
|
|
9
|
+
export type LocalizedString = import("../runtime.js").LocalizedString;
|
|
@@ -1,30 +1,31 @@
|
|
|
1
|
-
|
|
1
|
+
/* eslint-disable */
|
|
2
|
+
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
2
3
|
|
|
3
4
|
|
|
4
|
-
export const text_select_language = /** @type {(inputs: {}) =>
|
|
5
|
-
return `اختر اللغة`
|
|
5
|
+
export const text_select_language = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
6
|
+
return /** @type {LocalizedString} */ (`اختر اللغة`)
|
|
6
7
|
};
|
|
7
8
|
|
|
8
|
-
export const text_unit_converter = /** @type {(inputs: {}) =>
|
|
9
|
-
return `محول الوحدات`
|
|
9
|
+
export const text_unit_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
10
|
+
return /** @type {LocalizedString} */ (`محول الوحدات`)
|
|
10
11
|
};
|
|
11
12
|
|
|
12
|
-
export const text_calces_scientific_calculator = /** @type {(inputs: {}) =>
|
|
13
|
-
return `الآلة الحاسبة العلمية CalcES`
|
|
13
|
+
export const text_calces_scientific_calculator = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
14
|
+
return /** @type {LocalizedString} */ (`الآلة الحاسبة العلمية CalcES`)
|
|
14
15
|
};
|
|
15
16
|
|
|
16
|
-
export const text_calces_documentation = /** @type {(inputs: {}) =>
|
|
17
|
-
return `وثائق CalcES`
|
|
17
|
+
export const text_calces_documentation = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
18
|
+
return /** @type {LocalizedString} */ (`وثائق CalcES`)
|
|
18
19
|
};
|
|
19
20
|
|
|
20
|
-
export const text_account_settings = /** @type {(inputs: {}) =>
|
|
21
|
-
return `إعدادات الحساب`
|
|
21
|
+
export const text_account_settings = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
22
|
+
return /** @type {LocalizedString} */ (`إعدادات الحساب`)
|
|
22
23
|
};
|
|
23
24
|
|
|
24
|
-
export const text_logout = /** @type {(inputs: {}) =>
|
|
25
|
-
return `تسجيل الخروج`
|
|
25
|
+
export const text_logout = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
26
|
+
return /** @type {LocalizedString} */ (`تسجيل الخروج`)
|
|
26
27
|
};
|
|
27
28
|
|
|
28
|
-
export const text_currency_converter = /** @type {(inputs: {}) =>
|
|
29
|
-
return `محول العملات`
|
|
29
|
+
export const text_currency_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
30
|
+
return /** @type {LocalizedString} */ (`محول العملات`)
|
|
30
31
|
};
|
|
@@ -1,7 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
export const
|
|
3
|
-
export const
|
|
4
|
-
export const
|
|
5
|
-
export const
|
|
6
|
-
export const
|
|
7
|
-
export const
|
|
1
|
+
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
2
|
+
export const text_select_language: (inputs: {}) => LocalizedString;
|
|
3
|
+
export const text_unit_converter: (inputs: {}) => LocalizedString;
|
|
4
|
+
export const text_calces_scientific_calculator: (inputs: {}) => LocalizedString;
|
|
5
|
+
export const text_calces_documentation: (inputs: {}) => LocalizedString;
|
|
6
|
+
export const text_account_settings: (inputs: {}) => LocalizedString;
|
|
7
|
+
export const text_logout: (inputs: {}) => LocalizedString;
|
|
8
|
+
export const text_currency_converter: (inputs: {}) => LocalizedString;
|
|
9
|
+
export type LocalizedString = import("../runtime.js").LocalizedString;
|
|
@@ -1,30 +1,31 @@
|
|
|
1
|
-
|
|
1
|
+
/* eslint-disable */
|
|
2
|
+
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
2
3
|
|
|
3
4
|
|
|
4
|
-
export const text_select_language = /** @type {(inputs: {}) =>
|
|
5
|
-
return `Изберете език`
|
|
5
|
+
export const text_select_language = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
6
|
+
return /** @type {LocalizedString} */ (`Изберете език`)
|
|
6
7
|
};
|
|
7
8
|
|
|
8
|
-
export const text_unit_converter = /** @type {(inputs: {}) =>
|
|
9
|
-
return `Конвертор на единици`
|
|
9
|
+
export const text_unit_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
10
|
+
return /** @type {LocalizedString} */ (`Конвертор на единици`)
|
|
10
11
|
};
|
|
11
12
|
|
|
12
|
-
export const text_calces_scientific_calculator = /** @type {(inputs: {}) =>
|
|
13
|
-
return `Научен калкулатор CalcES`
|
|
13
|
+
export const text_calces_scientific_calculator = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
14
|
+
return /** @type {LocalizedString} */ (`Научен калкулатор CalcES`)
|
|
14
15
|
};
|
|
15
16
|
|
|
16
|
-
export const text_calces_documentation = /** @type {(inputs: {}) =>
|
|
17
|
-
return `Документация на CalcES`
|
|
17
|
+
export const text_calces_documentation = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
18
|
+
return /** @type {LocalizedString} */ (`Документация на CalcES`)
|
|
18
19
|
};
|
|
19
20
|
|
|
20
|
-
export const text_account_settings = /** @type {(inputs: {}) =>
|
|
21
|
-
return `Настройки на акаунта`
|
|
21
|
+
export const text_account_settings = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
22
|
+
return /** @type {LocalizedString} */ (`Настройки на акаунта`)
|
|
22
23
|
};
|
|
23
24
|
|
|
24
|
-
export const text_logout = /** @type {(inputs: {}) =>
|
|
25
|
-
return `Изход`
|
|
25
|
+
export const text_logout = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
26
|
+
return /** @type {LocalizedString} */ (`Изход`)
|
|
26
27
|
};
|
|
27
28
|
|
|
28
|
-
export const text_currency_converter = /** @type {(inputs: {}) =>
|
|
29
|
-
return `Конвертор на валута`
|
|
29
|
+
export const text_currency_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
30
|
+
return /** @type {LocalizedString} */ (`Конвертор на валута`)
|
|
30
31
|
};
|
|
@@ -1,7 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
export const
|
|
3
|
-
export const
|
|
4
|
-
export const
|
|
5
|
-
export const
|
|
6
|
-
export const
|
|
7
|
-
export const
|
|
1
|
+
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
2
|
+
export const text_select_language: (inputs: {}) => LocalizedString;
|
|
3
|
+
export const text_unit_converter: (inputs: {}) => LocalizedString;
|
|
4
|
+
export const text_calces_scientific_calculator: (inputs: {}) => LocalizedString;
|
|
5
|
+
export const text_calces_documentation: (inputs: {}) => LocalizedString;
|
|
6
|
+
export const text_account_settings: (inputs: {}) => LocalizedString;
|
|
7
|
+
export const text_logout: (inputs: {}) => LocalizedString;
|
|
8
|
+
export const text_currency_converter: (inputs: {}) => LocalizedString;
|
|
9
|
+
export type LocalizedString = import("../runtime.js").LocalizedString;
|
|
@@ -1,30 +1,31 @@
|
|
|
1
|
-
|
|
1
|
+
/* eslint-disable */
|
|
2
|
+
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
2
3
|
|
|
3
4
|
|
|
4
|
-
export const text_select_language = /** @type {(inputs: {}) =>
|
|
5
|
-
return `ভাষা নির্বাচন করুন`
|
|
5
|
+
export const text_select_language = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
6
|
+
return /** @type {LocalizedString} */ (`ভাষা নির্বাচন করুন`)
|
|
6
7
|
};
|
|
7
8
|
|
|
8
|
-
export const text_unit_converter = /** @type {(inputs: {}) =>
|
|
9
|
-
return `একক রূপান্তরকারী`
|
|
9
|
+
export const text_unit_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
10
|
+
return /** @type {LocalizedString} */ (`একক রূপান্তরকারী`)
|
|
10
11
|
};
|
|
11
12
|
|
|
12
|
-
export const text_calces_scientific_calculator = /** @type {(inputs: {}) =>
|
|
13
|
-
return `CalcES বৈজ্ঞানিক ক্যালকুলেটর`
|
|
13
|
+
export const text_calces_scientific_calculator = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
14
|
+
return /** @type {LocalizedString} */ (`CalcES বৈজ্ঞানিক ক্যালকুলেটর`)
|
|
14
15
|
};
|
|
15
16
|
|
|
16
|
-
export const text_calces_documentation = /** @type {(inputs: {}) =>
|
|
17
|
-
return `CalcES ডকুমেন্টেশন`
|
|
17
|
+
export const text_calces_documentation = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
18
|
+
return /** @type {LocalizedString} */ (`CalcES ডকুমেন্টেশন`)
|
|
18
19
|
};
|
|
19
20
|
|
|
20
|
-
export const text_account_settings = /** @type {(inputs: {}) =>
|
|
21
|
-
return `অ্যাকাউন্ট সেটিংস`
|
|
21
|
+
export const text_account_settings = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
22
|
+
return /** @type {LocalizedString} */ (`অ্যাকাউন্ট সেটিংস`)
|
|
22
23
|
};
|
|
23
24
|
|
|
24
|
-
export const text_logout = /** @type {(inputs: {}) =>
|
|
25
|
-
return `লগ আউট`
|
|
25
|
+
export const text_logout = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
26
|
+
return /** @type {LocalizedString} */ (`লগ আউট`)
|
|
26
27
|
};
|
|
27
28
|
|
|
28
|
-
export const text_currency_converter = /** @type {(inputs: {}) =>
|
|
29
|
-
return `মুদ্রা রূপান্তরকারী`
|
|
29
|
+
export const text_currency_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
30
|
+
return /** @type {LocalizedString} */ (`মুদ্রা রূপান্তরকারী`)
|
|
30
31
|
};
|
|
@@ -1,7 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
export const
|
|
3
|
-
export const
|
|
4
|
-
export const
|
|
5
|
-
export const
|
|
6
|
-
export const
|
|
7
|
-
export const
|
|
1
|
+
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
2
|
+
export const text_select_language: (inputs: {}) => LocalizedString;
|
|
3
|
+
export const text_unit_converter: (inputs: {}) => LocalizedString;
|
|
4
|
+
export const text_calces_scientific_calculator: (inputs: {}) => LocalizedString;
|
|
5
|
+
export const text_calces_documentation: (inputs: {}) => LocalizedString;
|
|
6
|
+
export const text_account_settings: (inputs: {}) => LocalizedString;
|
|
7
|
+
export const text_logout: (inputs: {}) => LocalizedString;
|
|
8
|
+
export const text_currency_converter: (inputs: {}) => LocalizedString;
|
|
9
|
+
export type LocalizedString = import("../runtime.js").LocalizedString;
|
|
@@ -1,30 +1,31 @@
|
|
|
1
|
-
|
|
1
|
+
/* eslint-disable */
|
|
2
|
+
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
2
3
|
|
|
3
4
|
|
|
4
|
-
export const text_select_language = /** @type {(inputs: {}) =>
|
|
5
|
-
return `Selecciona l'idioma`
|
|
5
|
+
export const text_select_language = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
6
|
+
return /** @type {LocalizedString} */ (`Selecciona l'idioma`)
|
|
6
7
|
};
|
|
7
8
|
|
|
8
|
-
export const text_unit_converter = /** @type {(inputs: {}) =>
|
|
9
|
-
return `Convertidor d'unitats`
|
|
9
|
+
export const text_unit_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
10
|
+
return /** @type {LocalizedString} */ (`Convertidor d'unitats`)
|
|
10
11
|
};
|
|
11
12
|
|
|
12
|
-
export const text_calces_scientific_calculator = /** @type {(inputs: {}) =>
|
|
13
|
-
return `CalcES Calculadora Científica`
|
|
13
|
+
export const text_calces_scientific_calculator = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
14
|
+
return /** @type {LocalizedString} */ (`CalcES Calculadora Científica`)
|
|
14
15
|
};
|
|
15
16
|
|
|
16
|
-
export const text_calces_documentation = /** @type {(inputs: {}) =>
|
|
17
|
-
return `Documentació de CalcES`
|
|
17
|
+
export const text_calces_documentation = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
18
|
+
return /** @type {LocalizedString} */ (`Documentació de CalcES`)
|
|
18
19
|
};
|
|
19
20
|
|
|
20
|
-
export const text_account_settings = /** @type {(inputs: {}) =>
|
|
21
|
-
return `Configuració del compte`
|
|
21
|
+
export const text_account_settings = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
22
|
+
return /** @type {LocalizedString} */ (`Configuració del compte`)
|
|
22
23
|
};
|
|
23
24
|
|
|
24
|
-
export const text_logout = /** @type {(inputs: {}) =>
|
|
25
|
-
return `Tancar sessió`
|
|
25
|
+
export const text_logout = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
26
|
+
return /** @type {LocalizedString} */ (`Tancar sessió`)
|
|
26
27
|
};
|
|
27
28
|
|
|
28
|
-
export const text_currency_converter = /** @type {(inputs: {}) =>
|
|
29
|
-
return `Convertidor de moneda`
|
|
29
|
+
export const text_currency_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
30
|
+
return /** @type {LocalizedString} */ (`Convertidor de moneda`)
|
|
30
31
|
};
|
|
@@ -1,7 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
export const
|
|
3
|
-
export const
|
|
4
|
-
export const
|
|
5
|
-
export const
|
|
6
|
-
export const
|
|
7
|
-
export const
|
|
1
|
+
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
2
|
+
export const text_select_language: (inputs: {}) => LocalizedString;
|
|
3
|
+
export const text_unit_converter: (inputs: {}) => LocalizedString;
|
|
4
|
+
export const text_calces_scientific_calculator: (inputs: {}) => LocalizedString;
|
|
5
|
+
export const text_calces_documentation: (inputs: {}) => LocalizedString;
|
|
6
|
+
export const text_account_settings: (inputs: {}) => LocalizedString;
|
|
7
|
+
export const text_logout: (inputs: {}) => LocalizedString;
|
|
8
|
+
export const text_currency_converter: (inputs: {}) => LocalizedString;
|
|
9
|
+
export type LocalizedString = import("../runtime.js").LocalizedString;
|
|
@@ -1,30 +1,31 @@
|
|
|
1
|
-
|
|
1
|
+
/* eslint-disable */
|
|
2
|
+
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
2
3
|
|
|
3
4
|
|
|
4
|
-
export const text_select_language = /** @type {(inputs: {}) =>
|
|
5
|
-
return `Vyberte jazyk`
|
|
5
|
+
export const text_select_language = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
6
|
+
return /** @type {LocalizedString} */ (`Vyberte jazyk`)
|
|
6
7
|
};
|
|
7
8
|
|
|
8
|
-
export const text_unit_converter = /** @type {(inputs: {}) =>
|
|
9
|
-
return `Převodník jednotek`
|
|
9
|
+
export const text_unit_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
10
|
+
return /** @type {LocalizedString} */ (`Převodník jednotek`)
|
|
10
11
|
};
|
|
11
12
|
|
|
12
|
-
export const text_calces_scientific_calculator = /** @type {(inputs: {}) =>
|
|
13
|
-
return `CalcES Vědecká Kalkulačka`
|
|
13
|
+
export const text_calces_scientific_calculator = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
14
|
+
return /** @type {LocalizedString} */ (`CalcES Vědecká Kalkulačka`)
|
|
14
15
|
};
|
|
15
16
|
|
|
16
|
-
export const text_calces_documentation = /** @type {(inputs: {}) =>
|
|
17
|
-
return `Dokumentace CalcES`
|
|
17
|
+
export const text_calces_documentation = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
18
|
+
return /** @type {LocalizedString} */ (`Dokumentace CalcES`)
|
|
18
19
|
};
|
|
19
20
|
|
|
20
|
-
export const text_account_settings = /** @type {(inputs: {}) =>
|
|
21
|
-
return `Nastavení účtu`
|
|
21
|
+
export const text_account_settings = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
22
|
+
return /** @type {LocalizedString} */ (`Nastavení účtu`)
|
|
22
23
|
};
|
|
23
24
|
|
|
24
|
-
export const text_logout = /** @type {(inputs: {}) =>
|
|
25
|
-
return `Odhlásit se`
|
|
25
|
+
export const text_logout = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
26
|
+
return /** @type {LocalizedString} */ (`Odhlásit se`)
|
|
26
27
|
};
|
|
27
28
|
|
|
28
|
-
export const text_currency_converter = /** @type {(inputs: {}) =>
|
|
29
|
-
return `Převodník měn`
|
|
29
|
+
export const text_currency_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
30
|
+
return /** @type {LocalizedString} */ (`Převodník měn`)
|
|
30
31
|
};
|
|
@@ -1,7 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
export const
|
|
3
|
-
export const
|
|
4
|
-
export const
|
|
5
|
-
export const
|
|
6
|
-
export const
|
|
7
|
-
export const
|
|
1
|
+
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
2
|
+
export const text_select_language: (inputs: {}) => LocalizedString;
|
|
3
|
+
export const text_unit_converter: (inputs: {}) => LocalizedString;
|
|
4
|
+
export const text_calces_scientific_calculator: (inputs: {}) => LocalizedString;
|
|
5
|
+
export const text_calces_documentation: (inputs: {}) => LocalizedString;
|
|
6
|
+
export const text_account_settings: (inputs: {}) => LocalizedString;
|
|
7
|
+
export const text_logout: (inputs: {}) => LocalizedString;
|
|
8
|
+
export const text_currency_converter: (inputs: {}) => LocalizedString;
|
|
9
|
+
export type LocalizedString = import("../runtime.js").LocalizedString;
|
|
@@ -1,30 +1,31 @@
|
|
|
1
|
-
|
|
1
|
+
/* eslint-disable */
|
|
2
|
+
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
2
3
|
|
|
3
4
|
|
|
4
|
-
export const text_select_language = /** @type {(inputs: {}) =>
|
|
5
|
-
return `Vælg sprog`
|
|
5
|
+
export const text_select_language = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
6
|
+
return /** @type {LocalizedString} */ (`Vælg sprog`)
|
|
6
7
|
};
|
|
7
8
|
|
|
8
|
-
export const text_unit_converter = /** @type {(inputs: {}) =>
|
|
9
|
-
return `Enhedskonverter`
|
|
9
|
+
export const text_unit_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
10
|
+
return /** @type {LocalizedString} */ (`Enhedskonverter`)
|
|
10
11
|
};
|
|
11
12
|
|
|
12
|
-
export const text_calces_scientific_calculator = /** @type {(inputs: {}) =>
|
|
13
|
-
return `CalcES Videnskabelig Lommeregner`
|
|
13
|
+
export const text_calces_scientific_calculator = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
14
|
+
return /** @type {LocalizedString} */ (`CalcES Videnskabelig Lommeregner`)
|
|
14
15
|
};
|
|
15
16
|
|
|
16
|
-
export const text_calces_documentation = /** @type {(inputs: {}) =>
|
|
17
|
-
return `CalcES Dokumentation`
|
|
17
|
+
export const text_calces_documentation = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
18
|
+
return /** @type {LocalizedString} */ (`CalcES Dokumentation`)
|
|
18
19
|
};
|
|
19
20
|
|
|
20
|
-
export const text_account_settings = /** @type {(inputs: {}) =>
|
|
21
|
-
return `Kontoinstillinger`
|
|
21
|
+
export const text_account_settings = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
22
|
+
return /** @type {LocalizedString} */ (`Kontoinstillinger`)
|
|
22
23
|
};
|
|
23
24
|
|
|
24
|
-
export const text_logout = /** @type {(inputs: {}) =>
|
|
25
|
-
return `Log ud`
|
|
25
|
+
export const text_logout = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
26
|
+
return /** @type {LocalizedString} */ (`Log ud`)
|
|
26
27
|
};
|
|
27
28
|
|
|
28
|
-
export const text_currency_converter = /** @type {(inputs: {}) =>
|
|
29
|
-
return `Valutakonverter`
|
|
29
|
+
export const text_currency_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
30
|
+
return /** @type {LocalizedString} */ (`Valutakonverter`)
|
|
30
31
|
};
|
|
@@ -1,7 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
export const
|
|
3
|
-
export const
|
|
4
|
-
export const
|
|
5
|
-
export const
|
|
6
|
-
export const
|
|
7
|
-
export const
|
|
1
|
+
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
2
|
+
export const text_select_language: (inputs: {}) => LocalizedString;
|
|
3
|
+
export const text_unit_converter: (inputs: {}) => LocalizedString;
|
|
4
|
+
export const text_calces_scientific_calculator: (inputs: {}) => LocalizedString;
|
|
5
|
+
export const text_calces_documentation: (inputs: {}) => LocalizedString;
|
|
6
|
+
export const text_account_settings: (inputs: {}) => LocalizedString;
|
|
7
|
+
export const text_logout: (inputs: {}) => LocalizedString;
|
|
8
|
+
export const text_currency_converter: (inputs: {}) => LocalizedString;
|
|
9
|
+
export type LocalizedString = import("../runtime.js").LocalizedString;
|
|
@@ -1,30 +1,31 @@
|
|
|
1
|
-
|
|
1
|
+
/* eslint-disable */
|
|
2
|
+
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
2
3
|
|
|
3
4
|
|
|
4
|
-
export const text_select_language = /** @type {(inputs: {}) =>
|
|
5
|
-
return `Sprache auswählen`
|
|
5
|
+
export const text_select_language = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
6
|
+
return /** @type {LocalizedString} */ (`Sprache auswählen`)
|
|
6
7
|
};
|
|
7
8
|
|
|
8
|
-
export const text_unit_converter = /** @type {(inputs: {}) =>
|
|
9
|
-
return `Einheitenrechner`
|
|
9
|
+
export const text_unit_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
10
|
+
return /** @type {LocalizedString} */ (`Einheitenrechner`)
|
|
10
11
|
};
|
|
11
12
|
|
|
12
|
-
export const text_calces_scientific_calculator = /** @type {(inputs: {}) =>
|
|
13
|
-
return `CalcES Sci. Rechner`
|
|
13
|
+
export const text_calces_scientific_calculator = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
14
|
+
return /** @type {LocalizedString} */ (`CalcES Sci. Rechner`)
|
|
14
15
|
};
|
|
15
16
|
|
|
16
|
-
export const text_calces_documentation = /** @type {(inputs: {}) =>
|
|
17
|
-
return `CalcES Dokumentation`
|
|
17
|
+
export const text_calces_documentation = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
18
|
+
return /** @type {LocalizedString} */ (`CalcES Dokumentation`)
|
|
18
19
|
};
|
|
19
20
|
|
|
20
|
-
export const text_account_settings = /** @type {(inputs: {}) =>
|
|
21
|
-
return `Kontoeinstellungen`
|
|
21
|
+
export const text_account_settings = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
22
|
+
return /** @type {LocalizedString} */ (`Kontoeinstellungen`)
|
|
22
23
|
};
|
|
23
24
|
|
|
24
|
-
export const text_logout = /** @type {(inputs: {}) =>
|
|
25
|
-
return `Abmelden`
|
|
25
|
+
export const text_logout = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
26
|
+
return /** @type {LocalizedString} */ (`Abmelden`)
|
|
26
27
|
};
|
|
27
28
|
|
|
28
|
-
export const text_currency_converter = /** @type {(inputs: {}) =>
|
|
29
|
-
return `Währungsrechner`
|
|
29
|
+
export const text_currency_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
30
|
+
return /** @type {LocalizedString} */ (`Währungsrechner`)
|
|
30
31
|
};
|
|
@@ -1,7 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
export const
|
|
3
|
-
export const
|
|
4
|
-
export const
|
|
5
|
-
export const
|
|
6
|
-
export const
|
|
7
|
-
export const
|
|
1
|
+
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
2
|
+
export const text_select_language: (inputs: {}) => LocalizedString;
|
|
3
|
+
export const text_unit_converter: (inputs: {}) => LocalizedString;
|
|
4
|
+
export const text_calces_scientific_calculator: (inputs: {}) => LocalizedString;
|
|
5
|
+
export const text_calces_documentation: (inputs: {}) => LocalizedString;
|
|
6
|
+
export const text_account_settings: (inputs: {}) => LocalizedString;
|
|
7
|
+
export const text_logout: (inputs: {}) => LocalizedString;
|
|
8
|
+
export const text_currency_converter: (inputs: {}) => LocalizedString;
|
|
9
|
+
export type LocalizedString = import("../runtime.js").LocalizedString;
|
|
@@ -1,30 +1,31 @@
|
|
|
1
|
-
|
|
1
|
+
/* eslint-disable */
|
|
2
|
+
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
2
3
|
|
|
3
4
|
|
|
4
|
-
export const text_select_language = /** @type {(inputs: {}) =>
|
|
5
|
-
return `Επιλογή γλώσσας`
|
|
5
|
+
export const text_select_language = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
6
|
+
return /** @type {LocalizedString} */ (`Επιλογή γλώσσας`)
|
|
6
7
|
};
|
|
7
8
|
|
|
8
|
-
export const text_unit_converter = /** @type {(inputs: {}) =>
|
|
9
|
-
return `Μετατροπέας μονάδων`
|
|
9
|
+
export const text_unit_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
10
|
+
return /** @type {LocalizedString} */ (`Μετατροπέας μονάδων`)
|
|
10
11
|
};
|
|
11
12
|
|
|
12
|
-
export const text_calces_scientific_calculator = /** @type {(inputs: {}) =>
|
|
13
|
-
return `CalcES Επιστημονική Αριθμομηχανή`
|
|
13
|
+
export const text_calces_scientific_calculator = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
14
|
+
return /** @type {LocalizedString} */ (`CalcES Επιστημονική Αριθμομηχανή`)
|
|
14
15
|
};
|
|
15
16
|
|
|
16
|
-
export const text_calces_documentation = /** @type {(inputs: {}) =>
|
|
17
|
-
return `Τεκμηρίωση CalcES`
|
|
17
|
+
export const text_calces_documentation = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
18
|
+
return /** @type {LocalizedString} */ (`Τεκμηρίωση CalcES`)
|
|
18
19
|
};
|
|
19
20
|
|
|
20
|
-
export const text_account_settings = /** @type {(inputs: {}) =>
|
|
21
|
-
return `Ρυθμίσεις λογαριασμού`
|
|
21
|
+
export const text_account_settings = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
22
|
+
return /** @type {LocalizedString} */ (`Ρυθμίσεις λογαριασμού`)
|
|
22
23
|
};
|
|
23
24
|
|
|
24
|
-
export const text_logout = /** @type {(inputs: {}) =>
|
|
25
|
-
return `Αποσύνδεση`
|
|
25
|
+
export const text_logout = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
26
|
+
return /** @type {LocalizedString} */ (`Αποσύνδεση`)
|
|
26
27
|
};
|
|
27
28
|
|
|
28
|
-
export const text_currency_converter = /** @type {(inputs: {}) =>
|
|
29
|
-
return `Μετατροπέας νομισμάτων`
|
|
29
|
+
export const text_currency_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
30
|
+
return /** @type {LocalizedString} */ (`Μετατροπέας νομισμάτων`)
|
|
30
31
|
};
|
|
@@ -1,7 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
export const
|
|
3
|
-
export const
|
|
4
|
-
export const
|
|
5
|
-
export const
|
|
6
|
-
export const
|
|
7
|
-
export const
|
|
1
|
+
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
2
|
+
export const text_select_language: (inputs: {}) => LocalizedString;
|
|
3
|
+
export const text_unit_converter: (inputs: {}) => LocalizedString;
|
|
4
|
+
export const text_calces_scientific_calculator: (inputs: {}) => LocalizedString;
|
|
5
|
+
export const text_calces_documentation: (inputs: {}) => LocalizedString;
|
|
6
|
+
export const text_account_settings: (inputs: {}) => LocalizedString;
|
|
7
|
+
export const text_logout: (inputs: {}) => LocalizedString;
|
|
8
|
+
export const text_currency_converter: (inputs: {}) => LocalizedString;
|
|
9
|
+
export type LocalizedString = import("../runtime.js").LocalizedString;
|
|
@@ -1,30 +1,31 @@
|
|
|
1
|
-
|
|
1
|
+
/* eslint-disable */
|
|
2
|
+
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
2
3
|
|
|
3
4
|
|
|
4
|
-
export const text_select_language = /** @type {(inputs: {}) =>
|
|
5
|
-
return `Select language`
|
|
5
|
+
export const text_select_language = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
6
|
+
return /** @type {LocalizedString} */ (`Select language`)
|
|
6
7
|
};
|
|
7
8
|
|
|
8
|
-
export const text_unit_converter = /** @type {(inputs: {}) =>
|
|
9
|
-
return `Unit Converter`
|
|
9
|
+
export const text_unit_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
10
|
+
return /** @type {LocalizedString} */ (`Unit Converter`)
|
|
10
11
|
};
|
|
11
12
|
|
|
12
|
-
export const text_calces_scientific_calculator = /** @type {(inputs: {}) =>
|
|
13
|
-
return `CalcES Scientific Calculator`
|
|
13
|
+
export const text_calces_scientific_calculator = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
14
|
+
return /** @type {LocalizedString} */ (`CalcES Scientific Calculator`)
|
|
14
15
|
};
|
|
15
16
|
|
|
16
|
-
export const text_calces_documentation = /** @type {(inputs: {}) =>
|
|
17
|
-
return `CalcES Documentation`
|
|
17
|
+
export const text_calces_documentation = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
18
|
+
return /** @type {LocalizedString} */ (`CalcES Documentation`)
|
|
18
19
|
};
|
|
19
20
|
|
|
20
|
-
export const text_account_settings = /** @type {(inputs: {}) =>
|
|
21
|
-
return `Account Settings`
|
|
21
|
+
export const text_account_settings = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
22
|
+
return /** @type {LocalizedString} */ (`Account Settings`)
|
|
22
23
|
};
|
|
23
24
|
|
|
24
|
-
export const text_logout = /** @type {(inputs: {}) =>
|
|
25
|
-
return `Logout`
|
|
25
|
+
export const text_logout = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
26
|
+
return /** @type {LocalizedString} */ (`Logout`)
|
|
26
27
|
};
|
|
27
28
|
|
|
28
|
-
export const text_currency_converter = /** @type {(inputs: {}) =>
|
|
29
|
-
return `Currency Converter`
|
|
29
|
+
export const text_currency_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
30
|
+
return /** @type {LocalizedString} */ (`Currency Converter`)
|
|
30
31
|
};
|
|
@@ -1,7 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
export const
|
|
3
|
-
export const
|
|
4
|
-
export const
|
|
5
|
-
export const
|
|
6
|
-
export const
|
|
7
|
-
export const
|
|
1
|
+
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
2
|
+
export const text_select_language: (inputs: {}) => LocalizedString;
|
|
3
|
+
export const text_unit_converter: (inputs: {}) => LocalizedString;
|
|
4
|
+
export const text_calces_scientific_calculator: (inputs: {}) => LocalizedString;
|
|
5
|
+
export const text_calces_documentation: (inputs: {}) => LocalizedString;
|
|
6
|
+
export const text_account_settings: (inputs: {}) => LocalizedString;
|
|
7
|
+
export const text_logout: (inputs: {}) => LocalizedString;
|
|
8
|
+
export const text_currency_converter: (inputs: {}) => LocalizedString;
|
|
9
|
+
export type LocalizedString = import("../runtime.js").LocalizedString;
|