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,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 `Pasirinkite kalbą`
|
|
5
|
+
export const text_select_language = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
6
|
+
return /** @type {LocalizedString} */ (`Pasirinkite kalbą`)
|
|
6
7
|
};
|
|
7
8
|
|
|
8
|
-
export const text_unit_converter = /** @type {(inputs: {}) =>
|
|
9
|
-
return `Vienetų keitiklis`
|
|
9
|
+
export const text_unit_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
10
|
+
return /** @type {LocalizedString} */ (`Vienetų keitiklis`)
|
|
10
11
|
};
|
|
11
12
|
|
|
12
|
-
export const text_calces_scientific_calculator = /** @type {(inputs: {}) =>
|
|
13
|
-
return `CalcES mokslinis skaičiuotuvas`
|
|
13
|
+
export const text_calces_scientific_calculator = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
14
|
+
return /** @type {LocalizedString} */ (`CalcES mokslinis skaičiuotuvas`)
|
|
14
15
|
};
|
|
15
16
|
|
|
16
|
-
export const text_calces_documentation = /** @type {(inputs: {}) =>
|
|
17
|
-
return `CalcES dokumentacija`
|
|
17
|
+
export const text_calces_documentation = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
18
|
+
return /** @type {LocalizedString} */ (`CalcES dokumentacija`)
|
|
18
19
|
};
|
|
19
20
|
|
|
20
|
-
export const text_account_settings = /** @type {(inputs: {}) =>
|
|
21
|
-
return `Paskyros nustatymai`
|
|
21
|
+
export const text_account_settings = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
22
|
+
return /** @type {LocalizedString} */ (`Paskyros nustatymai`)
|
|
22
23
|
};
|
|
23
24
|
|
|
24
|
-
export const text_logout = /** @type {(inputs: {}) =>
|
|
25
|
-
return `Atsijungti`
|
|
25
|
+
export const text_logout = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
26
|
+
return /** @type {LocalizedString} */ (`Atsijungti`)
|
|
26
27
|
};
|
|
27
28
|
|
|
28
|
-
export const text_currency_converter = /** @type {(inputs: {}) =>
|
|
29
|
-
return `Valiutų keitiklis`
|
|
29
|
+
export const text_currency_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
30
|
+
return /** @type {LocalizedString} */ (`Valiutų keitiklis`)
|
|
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 `Atlasīt valodu`
|
|
5
|
+
export const text_select_language = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
6
|
+
return /** @type {LocalizedString} */ (`Atlasīt valodu`)
|
|
6
7
|
};
|
|
7
8
|
|
|
8
|
-
export const text_unit_converter = /** @type {(inputs: {}) =>
|
|
9
|
-
return `Vienību pārvēršanas rīks`
|
|
9
|
+
export const text_unit_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
10
|
+
return /** @type {LocalizedString} */ (`Vienību pārvēršanas rīks`)
|
|
10
11
|
};
|
|
11
12
|
|
|
12
|
-
export const text_calces_scientific_calculator = /** @type {(inputs: {}) =>
|
|
13
|
-
return `CalcES zinātniskais kalkulators`
|
|
13
|
+
export const text_calces_scientific_calculator = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
14
|
+
return /** @type {LocalizedString} */ (`CalcES zinātniskais kalkulators`)
|
|
14
15
|
};
|
|
15
16
|
|
|
16
|
-
export const text_calces_documentation = /** @type {(inputs: {}) =>
|
|
17
|
-
return `CalcES dokumentācija`
|
|
17
|
+
export const text_calces_documentation = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
18
|
+
return /** @type {LocalizedString} */ (`CalcES dokumentācija`)
|
|
18
19
|
};
|
|
19
20
|
|
|
20
|
-
export const text_account_settings = /** @type {(inputs: {}) =>
|
|
21
|
-
return `Konta iestatījumi`
|
|
21
|
+
export const text_account_settings = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
22
|
+
return /** @type {LocalizedString} */ (`Konta iestatījumi`)
|
|
22
23
|
};
|
|
23
24
|
|
|
24
|
-
export const text_logout = /** @type {(inputs: {}) =>
|
|
25
|
-
return `Izrakstīties`
|
|
25
|
+
export const text_logout = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
26
|
+
return /** @type {LocalizedString} */ (`Izrakstīties`)
|
|
26
27
|
};
|
|
27
28
|
|
|
28
|
-
export const text_currency_converter = /** @type {(inputs: {}) =>
|
|
29
|
-
return `Valūtas konvertētājs`
|
|
29
|
+
export const text_currency_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
30
|
+
return /** @type {LocalizedString} */ (`Valūtas konvertētājs`)
|
|
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 `Pilih bahasa`
|
|
5
|
+
export const text_select_language = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
6
|
+
return /** @type {LocalizedString} */ (`Pilih bahasa`)
|
|
6
7
|
};
|
|
7
8
|
|
|
8
|
-
export const text_unit_converter = /** @type {(inputs: {}) =>
|
|
9
|
-
return `Penukar Unit`
|
|
9
|
+
export const text_unit_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
10
|
+
return /** @type {LocalizedString} */ (`Penukar Unit`)
|
|
10
11
|
};
|
|
11
12
|
|
|
12
|
-
export const text_calces_scientific_calculator = /** @type {(inputs: {}) =>
|
|
13
|
-
return `Kalkulator Saintifik CalcES`
|
|
13
|
+
export const text_calces_scientific_calculator = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
14
|
+
return /** @type {LocalizedString} */ (`Kalkulator Saintifik CalcES`)
|
|
14
15
|
};
|
|
15
16
|
|
|
16
|
-
export const text_calces_documentation = /** @type {(inputs: {}) =>
|
|
17
|
-
return `Dokumentasi CalcES`
|
|
17
|
+
export const text_calces_documentation = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
18
|
+
return /** @type {LocalizedString} */ (`Dokumentasi CalcES`)
|
|
18
19
|
};
|
|
19
20
|
|
|
20
|
-
export const text_account_settings = /** @type {(inputs: {}) =>
|
|
21
|
-
return `Tetapan Akaun`
|
|
21
|
+
export const text_account_settings = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
22
|
+
return /** @type {LocalizedString} */ (`Tetapan Akaun`)
|
|
22
23
|
};
|
|
23
24
|
|
|
24
|
-
export const text_logout = /** @type {(inputs: {}) =>
|
|
25
|
-
return `Log keluar`
|
|
25
|
+
export const text_logout = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
26
|
+
return /** @type {LocalizedString} */ (`Log keluar`)
|
|
26
27
|
};
|
|
27
28
|
|
|
28
|
-
export const text_currency_converter = /** @type {(inputs: {}) =>
|
|
29
|
-
return `Penukar Mata Wang`
|
|
29
|
+
export const text_currency_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
30
|
+
return /** @type {LocalizedString} */ (`Penukar Mata Wang`)
|
|
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 `Selecteer taal`
|
|
5
|
+
export const text_select_language = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
6
|
+
return /** @type {LocalizedString} */ (`Selecteer taal`)
|
|
6
7
|
};
|
|
7
8
|
|
|
8
|
-
export const text_unit_converter = /** @type {(inputs: {}) =>
|
|
9
|
-
return `Eenheden Converter`
|
|
9
|
+
export const text_unit_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
10
|
+
return /** @type {LocalizedString} */ (`Eenheden Converter`)
|
|
10
11
|
};
|
|
11
12
|
|
|
12
|
-
export const text_calces_scientific_calculator = /** @type {(inputs: {}) =>
|
|
13
|
-
return `CalcES Wetenschappelijke Rekenmachine`
|
|
13
|
+
export const text_calces_scientific_calculator = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
14
|
+
return /** @type {LocalizedString} */ (`CalcES Wetenschappelijke Rekenmachine`)
|
|
14
15
|
};
|
|
15
16
|
|
|
16
|
-
export const text_calces_documentation = /** @type {(inputs: {}) =>
|
|
17
|
-
return `CalcES Documentatie`
|
|
17
|
+
export const text_calces_documentation = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
18
|
+
return /** @type {LocalizedString} */ (`CalcES Documentatie`)
|
|
18
19
|
};
|
|
19
20
|
|
|
20
|
-
export const text_account_settings = /** @type {(inputs: {}) =>
|
|
21
|
-
return `Accountinstellingen`
|
|
21
|
+
export const text_account_settings = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
22
|
+
return /** @type {LocalizedString} */ (`Accountinstellingen`)
|
|
22
23
|
};
|
|
23
24
|
|
|
24
|
-
export const text_logout = /** @type {(inputs: {}) =>
|
|
25
|
-
return `Uitloggen`
|
|
25
|
+
export const text_logout = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
26
|
+
return /** @type {LocalizedString} */ (`Uitloggen`)
|
|
26
27
|
};
|
|
27
28
|
|
|
28
|
-
export const text_currency_converter = /** @type {(inputs: {}) =>
|
|
29
|
-
return `Valuta Converter`
|
|
29
|
+
export const text_currency_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
30
|
+
return /** @type {LocalizedString} */ (`Valuta 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;
|
|
@@ -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 `Velg språk`
|
|
5
|
+
export const text_select_language = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
6
|
+
return /** @type {LocalizedString} */ (`Velg språk`)
|
|
6
7
|
};
|
|
7
8
|
|
|
8
|
-
export const text_unit_converter = /** @type {(inputs: {}) =>
|
|
9
|
-
return `Enhetsomregner`
|
|
9
|
+
export const text_unit_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
10
|
+
return /** @type {LocalizedString} */ (`Enhetsomregner`)
|
|
10
11
|
};
|
|
11
12
|
|
|
12
|
-
export const text_calces_scientific_calculator = /** @type {(inputs: {}) =>
|
|
13
|
-
return `CalcES Vitenskapelig Kalkulator`
|
|
13
|
+
export const text_calces_scientific_calculator = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
14
|
+
return /** @type {LocalizedString} */ (`CalcES Vitenskapelig Kalkulator`)
|
|
14
15
|
};
|
|
15
16
|
|
|
16
|
-
export const text_calces_documentation = /** @type {(inputs: {}) =>
|
|
17
|
-
return `CalcES Dokumentasjon`
|
|
17
|
+
export const text_calces_documentation = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
18
|
+
return /** @type {LocalizedString} */ (`CalcES Dokumentasjon`)
|
|
18
19
|
};
|
|
19
20
|
|
|
20
|
-
export const text_account_settings = /** @type {(inputs: {}) =>
|
|
21
|
-
return `Kontoinnstillinger`
|
|
21
|
+
export const text_account_settings = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
22
|
+
return /** @type {LocalizedString} */ (`Kontoinnstillinger`)
|
|
22
23
|
};
|
|
23
24
|
|
|
24
|
-
export const text_logout = /** @type {(inputs: {}) =>
|
|
25
|
-
return `Logg ut`
|
|
25
|
+
export const text_logout = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
26
|
+
return /** @type {LocalizedString} */ (`Logg ut`)
|
|
26
27
|
};
|
|
27
28
|
|
|
28
|
-
export const text_currency_converter = /** @type {(inputs: {}) =>
|
|
29
|
-
return `Valutaomregner`
|
|
29
|
+
export const text_currency_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
30
|
+
return /** @type {LocalizedString} */ (`Valutaomregner`)
|
|
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 `Wybierz język`
|
|
5
|
+
export const text_select_language = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
6
|
+
return /** @type {LocalizedString} */ (`Wybierz język`)
|
|
6
7
|
};
|
|
7
8
|
|
|
8
|
-
export const text_unit_converter = /** @type {(inputs: {}) =>
|
|
9
|
-
return `Konwerter jednostek`
|
|
9
|
+
export const text_unit_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
10
|
+
return /** @type {LocalizedString} */ (`Konwerter jednostek`)
|
|
10
11
|
};
|
|
11
12
|
|
|
12
|
-
export const text_calces_scientific_calculator = /** @type {(inputs: {}) =>
|
|
13
|
-
return `Kalkulator naukowy CalcES`
|
|
13
|
+
export const text_calces_scientific_calculator = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
14
|
+
return /** @type {LocalizedString} */ (`Kalkulator naukowy CalcES`)
|
|
14
15
|
};
|
|
15
16
|
|
|
16
|
-
export const text_calces_documentation = /** @type {(inputs: {}) =>
|
|
17
|
-
return `Dokumentacja CalcES`
|
|
17
|
+
export const text_calces_documentation = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
18
|
+
return /** @type {LocalizedString} */ (`Dokumentacja CalcES`)
|
|
18
19
|
};
|
|
19
20
|
|
|
20
|
-
export const text_account_settings = /** @type {(inputs: {}) =>
|
|
21
|
-
return `Ustawienia konta`
|
|
21
|
+
export const text_account_settings = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
22
|
+
return /** @type {LocalizedString} */ (`Ustawienia konta`)
|
|
22
23
|
};
|
|
23
24
|
|
|
24
|
-
export const text_logout = /** @type {(inputs: {}) =>
|
|
25
|
-
return `Wyloguj`
|
|
25
|
+
export const text_logout = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
26
|
+
return /** @type {LocalizedString} */ (`Wyloguj`)
|
|
26
27
|
};
|
|
27
28
|
|
|
28
|
-
export const text_currency_converter = /** @type {(inputs: {}) =>
|
|
29
|
-
return `Konwerter walut`
|
|
29
|
+
export const text_currency_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
30
|
+
return /** @type {LocalizedString} */ (`Konwerter walut`)
|
|
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 `Selecionar idioma`
|
|
5
|
+
export const text_select_language = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
6
|
+
return /** @type {LocalizedString} */ (`Selecionar idioma`)
|
|
6
7
|
};
|
|
7
8
|
|
|
8
|
-
export const text_unit_converter = /** @type {(inputs: {}) =>
|
|
9
|
-
return `Conversor de Unidades`
|
|
9
|
+
export const text_unit_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
10
|
+
return /** @type {LocalizedString} */ (`Conversor de Unidades`)
|
|
10
11
|
};
|
|
11
12
|
|
|
12
|
-
export const text_calces_scientific_calculator = /** @type {(inputs: {}) =>
|
|
13
|
-
return `Calculadora Científica`
|
|
13
|
+
export const text_calces_scientific_calculator = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
14
|
+
return /** @type {LocalizedString} */ (`Calculadora Científica`)
|
|
14
15
|
};
|
|
15
16
|
|
|
16
|
-
export const text_calces_documentation = /** @type {(inputs: {}) =>
|
|
17
|
-
return `Documentação CalcES`
|
|
17
|
+
export const text_calces_documentation = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
18
|
+
return /** @type {LocalizedString} */ (`Documentação CalcES`)
|
|
18
19
|
};
|
|
19
20
|
|
|
20
|
-
export const text_account_settings = /** @type {(inputs: {}) =>
|
|
21
|
-
return `Configurações da conta`
|
|
21
|
+
export const text_account_settings = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
22
|
+
return /** @type {LocalizedString} */ (`Configurações da conta`)
|
|
22
23
|
};
|
|
23
24
|
|
|
24
|
-
export const text_logout = /** @type {(inputs: {}) =>
|
|
25
|
-
return `Sair`
|
|
25
|
+
export const text_logout = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
26
|
+
return /** @type {LocalizedString} */ (`Sair`)
|
|
26
27
|
};
|
|
27
28
|
|
|
28
|
-
export const text_currency_converter = /** @type {(inputs: {}) =>
|
|
29
|
-
return `Conversor de Moedas`
|
|
29
|
+
export const text_currency_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
30
|
+
return /** @type {LocalizedString} */ (`Conversor de Moedas`)
|
|
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 `Selectează limba`
|
|
5
|
+
export const text_select_language = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
6
|
+
return /** @type {LocalizedString} */ (`Selectează limba`)
|
|
6
7
|
};
|
|
7
8
|
|
|
8
|
-
export const text_unit_converter = /** @type {(inputs: {}) =>
|
|
9
|
-
return `Convertor de unități`
|
|
9
|
+
export const text_unit_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
10
|
+
return /** @type {LocalizedString} */ (`Convertor de unități`)
|
|
10
11
|
};
|
|
11
12
|
|
|
12
|
-
export const text_calces_scientific_calculator = /** @type {(inputs: {}) =>
|
|
13
|
-
return `Calculator Științific CalcES`
|
|
13
|
+
export const text_calces_scientific_calculator = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
14
|
+
return /** @type {LocalizedString} */ (`Calculator Științific CalcES`)
|
|
14
15
|
};
|
|
15
16
|
|
|
16
|
-
export const text_calces_documentation = /** @type {(inputs: {}) =>
|
|
17
|
-
return `Documentația CalcES`
|
|
17
|
+
export const text_calces_documentation = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
18
|
+
return /** @type {LocalizedString} */ (`Documentația CalcES`)
|
|
18
19
|
};
|
|
19
20
|
|
|
20
|
-
export const text_account_settings = /** @type {(inputs: {}) =>
|
|
21
|
-
return `Setări cont`
|
|
21
|
+
export const text_account_settings = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
22
|
+
return /** @type {LocalizedString} */ (`Setări cont`)
|
|
22
23
|
};
|
|
23
24
|
|
|
24
|
-
export const text_logout = /** @type {(inputs: {}) =>
|
|
25
|
-
return `Deconectare`
|
|
25
|
+
export const text_logout = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
26
|
+
return /** @type {LocalizedString} */ (`Deconectare`)
|
|
26
27
|
};
|
|
27
28
|
|
|
28
|
-
export const text_currency_converter = /** @type {(inputs: {}) =>
|
|
29
|
-
return `Convertor valutar`
|
|
29
|
+
export const text_currency_converter = /** @type {(inputs: {}) => LocalizedString} */ () => {
|
|
30
|
+
return /** @type {LocalizedString} */ (`Convertor valutar`)
|
|
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;
|